Help broken for plugin fields on Pants 2.14.0rc1… ...
# development
c
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
also see this for
python_sources
-
python_source
looks good though 🤔
f
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
🚢