Huon Wilson

Results 245 comments of Huon Wilson

Thanks for the contribution. When you have a chance, please merge `main` (or rebase onto it) and add some release notes to `docs/notes/2.22.x.md` (maybe in the JVM section). See https://github.com/pantsbuild/pants/discussions/20888...

Discussed in https://pantsbuild.slack.com/archives/C0D7TNJHL/p1686082038188639 (aka https://chat.pantsbuild.org/t/12319378/both-aws-lambda-and-google-cloud-functions-allows-using-a-zi#b8423452-b0f9-44c1-a6e0-f5c18eb32c27 https://chat.pantsbuild.org/t/12320824/does-anyone-happen-to-have-knowledge-of-gcf-for-the-question#9e9eb90b-e6b3-4b0b-ae88-d0090a65fcec )

This was done for AWS by running an appropriate `pex3 ...` command (see #19253) in the docker images AWS provides. It seems like GCF doesn't provide such images, so it...

That's great @ryaminal! More is better! That's great. I'm on leave for a few days so I can't offer much assistance just now, but if you were make a PR...

What happens when two crates with the same `links` specify different linkage information?

With #20226 we now have support for these target types (and #20252 adds `tailor` support too), so this issue is fixed as written... but there's no `check` or `fmt` support....

@AlexTereshenkov this sounds like a cool feature. What's the status of this PR?

Just brainstorming: what about a `pants help-all --format=...` option, potentially with 3 values: - `pants` (or something): current default JSON output - `json-schema`: the functionality in this PR (but adjusted...

@lilatomic this appears to be a regression from 2.17 to 2.18, which suggests it might be related to https://github.com/pantsbuild/pants/pull/18974 . Do you happen to have insight into what's going on...