pantsbuild / pants

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

Allow python protobuf codegen export to coexist with namespace/host package (Cherry-pick of #21665) #21675

Open WorkerPants opened 1 day ago

WorkerPants commented 1 day ago

Before this change, if a codegen export clashes with an existing package in the venv the export halts completely. The current change skips the problematic exports. This is sub optimal because not all symbols are exported but better than halting the export.

See #21659