pants icon indicating copy to clipboard operation
pants copied to clipboard

The Pants Build System

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

**Describe the bug** Running `./pants generate-lockfiles --resolve=python-default` eventually crashes with a `KeyError` type exception. Full stack trace: ``` ProcessExecutionFailure: Process 'Generate lockfile for python-default' failed with exit code 1. stdout:...

bug
needs-cherrypick

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.14.5 to 0.14.6. Changelog Sourced from generic-array's changelog. 0.14.6 Add an optional Zeroize impl for GenericArray (#126 and #112) Cleanup some unsafe (#125) and typos (#114) Use...

category:internal

Adds a new option for passing config files used by`flake8` plugin. Fixes https://github.com/pantsbuild/pants/issues/15225 [ci skip-rust] [ci skip-build-wheels]

category:new feature

**Describe the bug** I have a pants build rule: ``` pex_binary( name="run_airflow", dependencies=[ "third_party/pip:reqs#apache-airflow", ], entry_point="airflow", execution_mode="venv", shebang="/usr/bin/env python", ) ``` And it works great if I do: ``` ./pants...

bug

A new experimental plugin that allows enforcing the dependencies of a target. The rules are written like a target: ``` dependency_rule(target="src/auth-service::", allowed="src/shared::") ``` This is still missing a subsystem, which...

**Describe the bug** `flake8-bandit` isn't able to read the config used by bandit itself. I suppose this is just not about this particular plugin but any such plugin which flake8...

bug
lang-python

Thank you for Shantanu Kumar for pointing out the broken link.

category:documentation

Similar to https://github.com/pantsbuild/pants/pull/16461, it is generally desirable to have a lockfile for Pants plugins. It also allows us to have a resolve name for the per-resolve options project to work...

category:new feature

This draft PR is not even remotely close to merge-ready. It's been created to solicit feedback on best practices for dependency inference and internal API usage from the Pants maintainers,...

category:internal

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.143. Release notes Sourced from serde'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