Skip to content
Snippets Groups Projects
  1. May 09, 2023
  2. May 08, 2023
  3. May 06, 2023
  4. May 05, 2023
    • Gerhard Raven's avatar
      Reduce the number of `bind` needed · 35a33be6
      Gerhard Raven authored
      If a function 'f' calls a function 'g' where 'g' is a configurable,
      remove any argumentfs from 'f' which are solely used to call 'g' and
      which are 'configurable' by binding 'g'
      
      This removes the need to (consistently) bind both 'f' and 'g', and
      instead only requires 'g' to be bound. Basically, bind-able arguments
      which only exist to configure layers 'below' the current should not
      be there.
      
      In addition, add dedicated python 'HltSourceID' enum, and add a single
      mapping of process-id to source-id. Use this 'HltSourceID' to verify
      the validity of arguments.
      35a33be6
  5. May 04, 2023
  6. May 03, 2023
  7. May 02, 2023
  8. Apr 29, 2023
  9. Apr 28, 2023
  10. Apr 26, 2023
  11. Apr 25, 2023
  12. Apr 24, 2023
  13. Apr 23, 2023
  14. Apr 22, 2023
  15. Apr 21, 2023
  16. Apr 20, 2023
Loading