1. 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
  2. 12 Aug, 2020 1 commit
  3. 11 Aug, 2020 1 commit
  4. 20 May, 2020 1 commit
  5. 14 May, 2020 1 commit
  6. 02 Mar, 2020 1 commit
  7. 05 Feb, 2020 1 commit
  8. 04 Feb, 2020 1 commit
  9. 29 Jan, 2020 3 commits
  10. 19 Sep, 2019 2 commits
  11. 18 Sep, 2019 1 commit
  12. 26 Feb, 2019 1 commit
  13. 25 Feb, 2019 1 commit