pantsbuild / pants

The Pants Build System
https://www.pantsbuild.org
Apache License 2.0
3.34k stars 638 forks source link

Pass derivation details through from Rust. #21631

Closed benjyw closed 1 week ago

benjyw commented 1 week ago

This allows us to specify which config file each value came from.

We intern the details strings, as they are very repetitive. This requires tying the lifetime of various data structures to that of the GIL.

benjyw commented 1 week ago

Easiest reading order for review:

Thanks!