pants icon indicating copy to clipboard operation
pants copied to clipboard

The Pants Build System

Results 780 pants issues
Sort by recently updated
recently updated
newest added

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...

category:internal

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...

category:bugfix

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...

category:new feature

**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...

enhancement
lang-python

**Describe the bug** Given the following set of files: `src/scala/A.scala`: ```scala trait A ``` `src/scala/B.scala`: ```scala class B[T

bug

**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...

bug

### 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:

user-registration

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....

enhancement

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...

enhancement

**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...

bug