https://pantsbuild.org/ logo
b

bitter-ability-32190

04/13/2023, 7:16 PM
Just to confirm my grep-foo isn't bad. Is there a GtiHub issue describing a feature request to have transitive 3rdparty deps as targets? https://github.com/pantsbuild/pants/issues/13283 is related, but not quite the same. I have a comment of a very real-world use-case that this would be a must-have for
1
I just found out one of our transitive deps uses GPL, but we only use it for tests. So either we yank it out because danger, or a ENFORCE (via visibility rules) nothing we ship depends on it.
c

curved-manchester-66006

04/13/2023, 7:19 PM
b

bitter-ability-32190

04/13/2023, 7:20 PM
Seems like a reasonable place ot comment. Thanks!!
h

happy-kitchen-89482

04/13/2023, 11:42 PM
Yes, I think these could be synthetic targets
I have a related PR over in Pex: https://github.com/pantsbuild/pex/pull/2047