Skip to content

ComponentAccumulator: Allow setting sequence names from enums

Tadej Novak requested to merge tadej/athena:ca-enums into 24.0

Allow setting sequence names from enums. This is a preparation for generator sequences where there's a predefined list of sequences that I want to store in an enum for type-safe access. I wanted to avoid explicit casting with .value each time.

Opening in 24.0 to keep core CA infrastructure in sync.

/cc @jchapman @fwinkl @tbold @wlampl

Merge request reports