Andreas Stenius
Andreas Stenius
Sounds intriguing.
I also note an issue with the `OrbitControls` in that sandbox, similar to those reported in #113. Which I face, and trying to solve/workaround.
#18330
> Right now, they just live next to the completions.py, but ... yeah, doesn't feel great. I don't have any issue with them living next to the python source that...
There's also an option of using dedicated BUILD files for CI (and/or local etc), as presented in this comment leveraging the `GLOBAL.build_pattern` option: https://github.com/pantsbuild/pants/issues/20506#issuecomment-1960851011
with #18412 I think we could use `working_dir` to scope down to only work on files from changed-since that is in the subtree of CWD.
I still repro, also on `zsh 5.9` ``` ❯ pants --spec-files=
The example both point to `-> "latest"`... assuming the latter is for `-> "v1.2.3` ? See #17633 for how to provide a default tag that is overridable. ```python # BUILD...
Actually, if #17652 lands, this will be insanely simpler: ```python # BUILD docker_image(name="img", tags=[env("TAG", "default")]) ```
> Actually, if #17652 lands, this will be insanely simpler: > > ```python > # BUILD > docker_image(name="img", tags=[env("TAG", "default")]) > ``` @thejcannon re-open if you're not happy with the...