Andreas Stenius

Results 274 comments of Andreas Stenius

So the additional info is key here, and suggests the issue goes beyond just the Docker backend. The missing piece is that we don't support the timeout value for the...

Related https://github.com/asottile/dockerfile/issues/155

We may even want to fail/return early for known unsupported platforms here.

Idea. If the tag is added to the target with a `-` prefix, it could be treated as opt-out. ```python python_tests( ..., tags=["-manual"] ) ``` Then a normal `./pants test...

> The - looks funny because we already use it to mean exclude. Yeah, I noticed after posting, hence the edit ;) But as you point out, Josh, a typo...

is the word `manual` significant in these examples? I think that this example: ```python python_tests( ..., manual=True ) ``` may be problematic unless `manual` is meant to be a registered...

I think by now we can re-open if needed.

> Just noticed that at least on 2.15, `export-codegen` will now run `experimental_shell_command`s and write their outputs to `dist/codegen/`. Not sure if new or if I just missed it before,...

@marcuslimdw Thank you for raising this. I've verified it does indeed work. I suggest to leave this open until we have a test case in place ensuring this holds into...

Hi @aschrijver, and thank you! I long for picking this project up again, just need to find a real use case for it in order to motivate the time investment...