dry-orange-3870
07/22/2024, 10:17 PMMyTarget and a custom FieldSet type named MyFieldSet. Using FieldSetsPerTargetRequest and FieldSetsPerTarget to convert a list of MyTarget to MyFieldSet returns an empty collection, but using MyFieldSet.is_applicable and MyFieldSet.create works just fine. Is this expected?curved-television-6568
07/25/2024, 6:23 AMUnionRule(Base, Member) present in the rule graph for it to work.
https://www.pantsbuild.org/2.21/docs/writing-plugins/the-rules-api/union-rules-advanced
https://github.com/pantsbuild/pants/blob/71749c04c7cf3cd9c22aea3e99fded57d5f41ebc/src/python/pants/engine/internals/graph.py#L1747-L1759dry-orange-3870
07/25/2024, 11:46 AM