Skip to content
Snippets Groups Projects
  1. Jul 22, 2016
  2. Jul 21, 2016
  3. Jul 06, 2016
  4. Jun 27, 2016
  5. Jun 24, 2016
  6. Jun 23, 2016
  7. 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
  8. Jun 06, 2016
  9. Jun 02, 2016
  10. Jun 01, 2016
Loading