https://pantsbuild.org/ logo
c

curved-television-6568

09/19/2022, 2:47 PM
Help broken for plugin fields on Pants 2.14.0rc1… 🧵
This doesn’t look good: I guess this comes from multiple registrations or something like that… not sure.
Copy code
./pants python_sources --help-advanced
It’s a regression from 2.13.0
s

sparse-lifeguard-95737

09/19/2022, 3:06 PM
also see this for
python_sources
-
python_source
looks good though 🤔
f

fast-nail-55400

09/19/2022, 3:10 PM
It is probably from my multiple go.mod support change. It overrode
register_plugin_field
on
TargetGenerator
.
will diagnose the issue
👍 1
commenting out my override of register_plugin_field fixes the issue with the help messages
going to just remove the override for now. https://github.com/pantsbuild/pants/pull/16919
w

witty-crayon-22786

09/19/2022, 9:30 PM
🚢