You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then it works just fine, but if I add an additional option to the list via the CLI like:
colcon build --mixin asan-gcc
then the whole list is ignored from my config file, which is rather inconvenient: you must use either all of the defaults and no more, or none of the defaults.
If the lists from the config files were simply merged with options provided on the CLI, then my use case would be easier, but the only way to disable the defaults would be to use --ignore-user-meta, which will apply to all of your defaults, not just one list.
The text was updated successfully, but these errors were encountered:
Currently, I specify options to a list like:
then it works just fine, but if I add an additional option to the list via the CLI like:
then the whole list is ignored from my config file, which is rather inconvenient: you must use either all of the defaults and no more, or none of the defaults.
If the lists from the config files were simply merged with options provided on the CLI, then my use case would be easier, but the only way to disable the defaults would be to use
--ignore-user-meta
, which will apply to all of your defaults, not just one list.The text was updated successfully, but these errors were encountered: