pants
pants copied to clipboard
The Pants Build System
``` pants$ git rev-parse HEAD 48210e276bbf796c4b9fe71c9cfffd0b9f536123 pants$ ./pants --target-spec-file=
The `Node` invalidation used for backtracking has two TODOs that might affect its ~success rate and~ readability in some cases. * ~We do not atomically observe the state of a...
This PR aims to add an initial backend for OpenAPI documents as outlined in #16042, most thoughts behind the PR is there but here's a quick rundown: - `openapi_definition` and...
This is a flagship new feature in 2.12 thanks to @thejcannon. It shouldn't be too hard to document, but I don't know where it should live. In my opinion, `rule-concepts.md`...
Upgrade the Tonic "ecosystem" crates to the latest versions: - Tonic 0.7 - Prost 0.10 - Other crates as necessary.
### Problem Quite often it is required for integration or e2e testing to spin-up DBs and other services -- third-party ones or from the same monorepo. One of the common...
**Describe the bug** When importing anything from `pantsbuild.pants` while using strict type checking, an error is reported claiming that the package is missing type stubs. The package is missing a...
**Is your feature request related to a problem? Please describe.** I am running pants `2.13.0a11` I have a few scala tests that use a `Process` to execute some bash commands...
**Is your feature request related to a problem? Please describe.** Developers don't care about the tag much and `"latest"` is a good default. On CI, however, we want the tag...