Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Aug 01, 2016
  3. Jul 22, 2016
  4. Jun 23, 2016
  5. Jun 20, 2016
    • Natalie Weizenbaum's avatar
      Refactor Source and SourceRegistry. · 3fb39388
      Natalie Weizenbaum authored
      This splits Source into two classes, Source and LiveSource. The former
      is completely independent of the system cache directory, and mostly
      contains source metadata and logic about manipulating descriptions.
      
      SourceRegistry now deals strictly in Sources, with LiveSources being
      handled by SystemCache. This means that classes like Pubspec and
      LockFile no longer have transitive references to the system cache
      directory.
      
      This will also make it possible to clean up PackageName equality logic
      by making PackageNames track their concrete Sources rather than just
      their source names.
      
      See #912
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//2044253003 .
      3fb39388
  6. Jan 13, 2016
  7. Jan 04, 2016
  8. Dec 17, 2015
    • Natalie Weizenbaum's avatar
      Clean up the semantics of package descriptions. · a69f0c9c
      Natalie Weizenbaum authored
      This folds the distinction between "resolved" and "unresolved"
      descriptions into the distinction between PackageIds and PackageRefs. In
      other words, all PackageIds now have resolved descriptions and all
      PackageRefs now have unresolved descriptions. This makes it easier to
      track which descriptions are resolved and express resolution constraints
      via the type system.
      
      This also restricts the creation of PackageRefs and PackageIds to source
      classes, which helps ensure that the description format—which is an
      implementation detail—doesn't leak into surrounding code.
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1528523003 .
      a69f0c9c
  9. Aug 10, 2015
  10. Aug 07, 2015
  11. May 14, 2015
  12. Mar 28, 2013
  13. Feb 19, 2013
  14. Feb 16, 2013
  15. Jan 31, 2013
  16. Jan 26, 2013
  17. Jan 07, 2013
  18. Dec 20, 2012
  19. Oct 09, 2012
  20. Sep 18, 2012
  21. Aug 16, 2012
  22. Jul 23, 2012
  23. Jul 19, 2012
  24. Jun 06, 2012
Loading