Huon Wilson
Huon Wilson
When you have a chance, please merge `main` (or rebase onto it) and add some release notes to `docs/notes/2.22.x.md`. See https://github.com/pantsbuild/pants/discussions/20888 for more info. Sorry for letting this one slip...
Oh, also, does this fix #20674? Could you update the PR description like "fixes #20674" to have the appropriate auto-close behaviour. Thanks!
Sorry for the trouble! #7654 is the "root cause", but there's an extra subtlety here: `pants run ...` can restart if its inputs change (for some targets), and doing that...
Yeah, I think there's two distinct styles of "running a target": 1. run some development server or similar that is nice to be restarted as code changes (some targets can...
Note to self, tests for both `adhoc_tool` and `code_quality_tool` pass before and after, so the behaviour here both before and after seems to be "accidental", in the sense of not...
I've skimmed the thread but not all the review comments, so I may've missed this. This capability sounds great! I have a questions: The PR description makes it looks like...
2.20 is out now, so closing this in favour of https://github.com/pantsbuild/pants/issues/20799.
Thanks for the reproducer, unfortunately I'm on the same platform as @benjyw so I can't reproduce the issue either. I _suspect_ this may be resolved by setting `complete_platforms` (even if...
When you have a chance, please merge main (or rebase onto it) and add some release notes to docs/notes/2.22.x.md. See https://github.com/pantsbuild/pants/discussions/20888 for more info.
A slight generalisation of this would be running a file within a (directory) digest, e.g. download an archive with `file` (that might contain a binary and supporting files), unzip it...