Sequence semantics update
One more MR for GaudiConfig2. This MR contains two changes:
-
More a bugfix than anything else: Add
__eq__
and__ne__
to_ListHelper
. Without that, they always compare false (not sure why...) and thereforemerge()
always fails. -
Add a parameter to the
__init__
ofSequenceSemantics
to allow explicitly setting the value-semantics (instead of guessing it based on thecpp_type
- unit tests for the above.