pants
pants copied to clipboard
The Pants Build System
Bumps [serde_test](https://github.com/serde-rs/serde) from 1.0.137 to 1.0.143. Release notes Sourced from serde_test's releases. v1.0.143 Invert build.rs cfgs in serde_test to produce the most modern configuration in the default case (#2253, thanks...
The package mapping from import path to addresses (`ImportPathToPackages`) was global to the entire repository and not split by Go module. This prevented multiple Go modules in a single repository...
This introduces a `pyoxidizer_binary` target for Pants itself, allowing Pants to be built into a binary executable for distribution. Currently the distribution is dynamically linked alongside the native engine, and...
**Is your feature request related to a problem? Please describe.** When using Poetry, it is possible to run any shell command with the project's virtualenv activated by running `poetry run...
**Describe the bug** Given the following set of files: `src/scala/A.scala`: ```scala trait A ``` `src/scala/B.scala`: ```scala class B[T
**Describe the bug** Mypy has various nifty affordances to make it easier to understand its errors, e.g. colours and (with `--pretty`) printing the relevant line. It seems like pants currently...
### Company name IBM ### Company website https://www.ibm.com/ Please be mindful of the Fair Use policy: https://www.ibm.com/legal/copytrade#1022246 ### Company logo No logo :smile:
Since #16200 has landed, integration with Pants should be the next focus (plus dedicated ZSH completions wouldn't hurt). The merged PR was strictly a Python script to generate bash completions....
This is imposed today by dep inference: If all I care about is Python, but there is a sliver of Go in my codebase, I now have to install the...
**Describe the bug** Given the family of types: `src/scala/Base.scala`: ```scala trait Base ``` `src/scala/ABase.scala`: ```scala class A extends Base ``` `src/scala/BBase.scala`: ```scala class B extends Base ``` `src/scala/Matcher.scala`: ```scala object...