Skip to content

Sequence semantics update

Walter Lampl requested to merge wlampl/Gaudi:SequenceSemanticsUpdate into master

One more MR for GaudiConfig2. This MR contains two changes:

  1. More a bugfix than anything else: Add __eq__ and __ne__ to _ListHelper. Without that, they always compare false (not sure why...) and therefore merge() always fails.

  2. Add a parameter to the __init__ of SequenceSemantics to allow explicitly setting the value-semantics (instead of guessing it based on the cpp_type

  • unit tests for the above.

Merge request reports