Skip to content
Snippets Groups Projects
  1. Oct 21, 2024
  2. Sep 24, 2024
  3. Sep 18, 2024
  4. Aug 30, 2024
  5. Aug 28, 2024
  6. Aug 27, 2024
  7. Jul 17, 2024
  8. Jul 11, 2024
    • Jérémy Bobbio (Lunar)'s avatar
      config: keep dicts in config ordered · 32e534f1
      Jérémy Bobbio (Lunar) authored
      YAML mappings are converted in Python as dict. The order
      of the keys in dicts returned by `load_from_envvar()` were
      not stable from one Python run to the next.
      
      Since Python 3.6, dicts are ordered by default, and `yaml.safe_load()`
      will always return keys in the same order. The culprit was
      `merge_configs` which created a set (which are unordered) of keys
      to perform the merge.
      32e534f1
  9. Jun 28, 2024
  10. Jun 20, 2024
  11. Jun 18, 2024
  12. Jun 07, 2024
  13. Jun 05, 2024
  14. May 23, 2024
  15. May 22, 2024
  16. May 16, 2024
  17. May 15, 2024
  18. May 07, 2024
  19. Apr 26, 2024
  20. Mar 29, 2024
  21. Mar 13, 2024
  22. Feb 05, 2024
  23. Jan 30, 2024
  24. Dec 21, 2023
  25. Dec 06, 2023
  26. Dec 05, 2023
  27. Dec 01, 2023
  28. Nov 29, 2023
  29. Nov 28, 2023
Loading