quaint-telephone-89068
11/07/2022, 10:37 AM--env
as a flag name for my subsystem. That resulted in the current calculated value (even when a string default is set) is set to the full dump of my local process environment.
PANTS_MY_SUBSYSTEM_ENV
env
default: my-default
current value: namespace(__CFBundleI ..... continues with a full dump of my OS process environment)
This is the result when you have a flag configured like:
env = StrOption(….)
or
my_env = StrOption(flag_name="--env" …)
Pants version
2.14.0
OS
Are you encountering the bug on MacOS, Linux, or both?
MacOS - i don't know if this is an OS specific bug or not.
Additional info
This is a backfill issue for a request that was already answered via slack.
pantsbuild/pantsuser
11/08/2022, 5:37 PM