GaudiConfig2: strict type checking for list properties
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,12 @@ class SequenceSemantics(PropertySemantics):
@@ -494,6 +500,7 @@ class MappingSemantics(PropertySemantics):