Skip to content

GaudiConfig2: strict type checking for list properties

Frank Winklmeier requested to merge fwinkl/Gaudi:conf2_typecheck into master

Allow only list (and tuple) 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"
Edited by Frank Winklmeier

Merge request reports