Andreas Stenius

Results 274 comments of Andreas Stenius

> Interesting, thanks for the explanation! I'm wondering if those other use-cases are more well-represented as other steps? I think bar the `oci_mirror_image` the closest equivalent in my plugin would...

> Oh I see. Yes, that is a global config option. But you can give them names in the config dict and refer to them by name. > > My...

> Sorry, I guess I saw these as config and you saw them as sources. I'm fine with it as sources. Ah yes, they're very much sources to me.

yes, this has been agreed before to be a good idea. the main issue has been to come up with the design for it that is intuitive to use. the...

> I personally need run_args to be in the docker_image target, which I at least don't see in the docs. Ah, right. No, it's only globally in configuration thus far....

By using some [BUILD file pattern](https://www.pantsbuild.org/2.19/reference/global-options#build_patterns) trickery, you could have this: ```python # BUILD __defaults__("common stuff") # BUILD.dev __defaults__("for dev") # BUILD.ci __defaults__("for CI") ``` ```toml # pants.toml [GLOBAL] build_patterns...

Interesting idea to have this as a test. I'll look into it!

I have this working, down to that I failed to run `pants` on the repo using `adhoc_tool` to get the output as a test `resource`, the issue being that I...

yep, that returned tuple should be sorted.

Thanks for looking into this! I think we want to upgrade `default_known_versions` at the same time as `default_version`. If tests starts failing, it doesn't feel like we want to say...