GaudiConfig2: strict type checking for list properties
All threads resolved!
All threads resolved!
Compare changes
Files
4- Frank Winklmeier authored
Allow only `list` types to be assigned to `list` properties and extend test coverage. This brings GaudiConfig2 in line with the legacy configurables. I.e. the following now fails: ``` MyAlg.MyVecOfStrings = "abc" ```
@@ -148,7 +148,7 @@ class FloatSemantics(PropertySemantics):
@@ -360,6 +360,10 @@ class SequenceSemantics(PropertySemantics):
@@ -494,6 +498,7 @@ class MappingSemantics(PropertySemantics):