1. 01 Jul, 2021 1 commit
  2. 30 Jun, 2021 1 commit
  3. 24 Jun, 2021 2 commits
  4. 23 Jun, 2021 1 commit
  5. 01 Jun, 2021 1 commit
  6. 30 May, 2021 1 commit
  7. 26 May, 2021 1 commit
  8. 24 May, 2021 1 commit
  9. 22 Apr, 2021 1 commit
  10. 09 Apr, 2021 1 commit
  11. 06 Apr, 2021 1 commit
  12. 01 Apr, 2021 1 commit
  13. 30 Mar, 2021 16 commits
  14. 29 Mar, 2021 1 commit
  15. 26 Feb, 2021 2 commits
  16. 22 Jan, 2021 1 commit
  17. 21 Jan, 2021 1 commit
  18. 25 Aug, 2020 2 commits
  19. 20 Aug, 2020 1 commit
    • Steven Allen's avatar
      dep: add "codependencies" for handling version conflicts · 6be54423
      Steven Allen authored
      This patch adds a special, internal, "codependencies" package that allows us to
      specify minimum required versions for modules we don't directly depend on.
      
      Downside:
      
      * Anyone using this module will also have to download these deprecated modules.
      
      Upside:
      
      * After upgrading this module, all "codependencies" will automatically be
        upgraded to compatible versions.
      * If unused, codependencies will _not_ end up bloating the binary size. This is
        because "usage" is computed at the import/package layer, while module version
        requirements are computed at the module layer.
      6be54423
  20. 17 Aug, 2020 1 commit
  21. 12 Aug, 2020 1 commit
  22. 11 Aug, 2020 1 commit