Skip to content
Snippets Groups Projects
Select Git revision
  • 4dca4dcec5196494834f8939eea223419cae944f
  • main default protected
  • 24.0 protected
  • dguest-main-patch-48115
  • sawyer-24.0-patch-35007
  • fwinkl-24.0-patch-25508
  • 24.0_ATR-32133 protected
  • menu_jJ70run4
  • 23.0 protected
  • IDPM_Rel25_Run3_v05
  • igrabows-main-patch-22700
  • dev_ISF_ACTS_ITk
  • IDPM_Rel25_Run3_v04
  • averbyts-main-patch-12627
  • linghua-main-patch-0cd2
  • dguest-main-patch-56512
  • 24.0.42-patches protected
  • 22.0-mc20 protected
  • 21.0 protected
  • 21.2 protected
  • 23.0.32-patches protected
  • release/25.2.74 protected
  • nightly/main/2025-11-12T2100
  • nightly/24.0/2025-11-12T2100
  • nightly/24.0/2025-11-11T2100
  • nightly/main/2025-11-11T2100
  • nightly/24.0/2025-11-10T2100
  • nightly/main/2025-11-10T2100
  • nightly/23.0/2025-11-10T2211
  • nightly/23.0/2025-11-11T0311
  • nightly/main/2025-11-09T2100
  • nightly/main/2025-11-08T2100
  • nightly/main/2025-11-07T2100
  • nightly/24.0/2025-11-07T2100
  • nightly/24.0/2025-11-08T2100
  • nightly/24.0/2025-11-09T2100
  • nightly/main/2025-11-06T2100
  • release/25.0.45 protected
  • nightly/24.0/2025-11-06T2100
  • release/25.2.73 protected
  • nightly/main/2025-11-05T2100
41 results

ConfigSequence.py

Blame
  • user avatar
    Nils Krumnack authored
    Given that the first iteration of the configuration block design
    invoked criticism of the "reference" design for tracking containers I
    now changed it, so that instead of first allocating references to
    determine what the intermediate containers are, I just run through the
    entire configuration twice.  The second run-through then can rely on
    what it learned in the first run-through to determine what will happen
    further down in the sequence.
    
    This requires routing a number of calls through the ConfigAccumulator
    object, but it definitely makes writing the actual blocks more
    straightforward, and it should also allow for more flexibility if we
    need to redesign the ConfigAccumulator in the future (which also
    became simpler with this change).
    2a9da035
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    ConfigSequence.py 1.38 KiB