Stu Hood

Results 228 comments of Stu Hood

> If all I care about is Python, but there is a sliver of Go in my codebase, I now have to install the right Go toolchain, just so that...

Spinners not working. See https://github.com/console-rs/indicatif/pull/417#issuecomment-1202773191

> @stuhood they fixed this 15 days ago. Would it make sense to use indicatif with a VCS requirement? Sounds like 0.17 has some promising performance improvements. Yea, will update....

@jriddy : I'm also not able to reproduce a significant difference between `2.11.x` and `main`/`2.13.x` with a command like: ```console ./pants --changed-diffspec='fcaac98402..2a300002f0' --changed-dependees=transitive list ``` What is the difference in...

While I wasn't able to reproduce an algorithmic difference, #16141 improves the performance of dependency calculation by ~19%.

> Since we can't rerpo outside of this specific repo, if you can give me a better idea of what is going on with these kinds of traces, I can...

Thank you! That is super helpful. I have a theory.

Based on the logs and trace, the source of the slow `find_owners` calls is likely to be the new [`--python-infer-init-files=content_only` default ](https://www.pantsbuild.org/v2.13/docs/reference-python-infer#section-inits) combined with the fact that you have many...

.@jriddy was able to confirm that `--python-infer-init-files=never` resolves this, so the suggested implementation above is probably the way forward.

Gathering a new speedscope profile would be helpful.