`main` is broken. I landed the go-generate goal PR...
# development
f
main
is broken. I landed the go-generate goal PR earlier and now I get this error when running Pants:
Copy code
pants.option.errors.OptionAlreadyRegistered: An option with this name was already registered on this scope. [option --env-vars in scope go-generate].
1
h
maybe an issue w/ Chris's env-aware PR
f
there is an env_vars field in
Subsystem.EnvironmentAware
. The go-generate options subsystem defines
env_vars
as well.
I don't think any of the existing options was itself named "env_vars" ...
e
I'm in favor of getting main green but I'm biased by a Pex upgrade PR I just started that has a red basis against main. I can send up a revert PR if that makes sense or else hold off if you're looking to fix forward @fast-nail-55400.
f