ConfigSpace icon indicating copy to clipboard operation
ConfigSpace copied to clipboard

Stricter checking of brackets for conditional values in the new configspace format

Open mfeurer opened this issue 8 years ago • 1 comments

The current code suggests that something like

x | y > 5 in {1, 2, 3 && z in 4, 5, 6}

which should be forbidden according to the specs.

mfeurer avatar Jun 07 '17 13:06 mfeurer

I'd rather we freeze pcs support as is and just encourage json or yaml formats which do not require a custom string parser.

eddiebergman avatar Apr 16 '24 18:04 eddiebergman