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
The commands below show that the dict passed to the package_modifiers argument of the set_cfg_constructor stage0 was sorted. This reordering is a problem because it causes cfg.conditional modifiers to resolve in an unexpected manner.
For example: I would expect the below modifier to leave the configuration unchanged if "cfg//c:y" and "cfg//a:y" were both set, but the sorting behaviour breaks this.
The commands below show that the dict passed to the
package_modifiers
argument of the set_cfg_constructor stage0 was sorted. This reordering is a problem because it causescfg.conditional
modifiers to resolve in an unexpected manner.For example: I would expect the below modifier to leave the configuration unchanged if "cfg//c:y" and "cfg//a:y" were both set, but the sorting behaviour breaks this.
Minimal example
The text was updated successfully, but these errors were encountered: