Skip to content
Snippets Groups Projects
  1. Jul 20, 2015
  2. Jul 15, 2015
  3. Jul 14, 2015
  4. Jul 13, 2015
  5. Jul 10, 2015
  6. Jul 09, 2015
    • Natalie Weizenbaum's avatar
      Fix various pub issues. · 072c5d85
      Natalie Weizenbaum authored
      * Normalize paths before they're passed to dart2js. It handles "." and
        ".." path components poorly.
      
      * Ensure that paths emitted by list-package-dirs are always absolute and
        normalized for backwards-compatibility with the existing protocol.
      
      * Make Package.listFiles work for an in-memory package.
      
      * Fix an error message expectation in packages_file_test.
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1228683003 .
      072c5d85
    • Natalie Weizenbaum's avatar
      Always pass absolute paths to dart2js. · 7d57d8b1
      Natalie Weizenbaum authored
      It can choke on relative paths in surprising ways.
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1231893004 .
      7d57d8b1
    • Natalie Weizenbaum's avatar
      Fix several package spec bugs. · 9cb2334b
      Natalie Weizenbaum authored
      * The package spec's reference to the entrypoint package was pointing to
        the hosted cache rather than the package's directory. This was caused
        by the package graph's instance of the entrypoint package incorrectly
        pointing to the cache; the graph now re-uses `entrypoint.root`.
      
      * The package spec didn't contain relative paths for relative path
        dependencies. This was being missed by our tests because the package
        spec parser was automatically converting all paths to absolute at
        parse-time.
      
      Closes #1294
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1228093003 .
      9cb2334b
    • Natalie Weizenbaum's avatar
      Fix several problems with offline mode. · e47378e6
      Natalie Weizenbaum authored
      * Some HTTP requests were still being made. These are now avoided, and
        the tests have been modified to assert that no HTTP requests are made
        at all.
      
      * When a specific package version was in a package's lockfile *and*
        available on the server but wasn't in the user's cache, pub would
        crash when run in offline mode.
      
      Closes #1293
      
      Print a nice error for missing offline packages.
      
      Previously, this would print an unhelpful message along with "this is an
      unexpected error".
      
      Closes #1293
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1226133003 .
      e47378e6
  7. Jul 07, 2015
  8. Jun 30, 2015
  9. Jun 29, 2015
  10. Jun 27, 2015
  11. Jun 26, 2015
  12. Jun 25, 2015
  13. Jun 24, 2015
  14. Jun 10, 2015
  15. Jun 09, 2015
  16. Jun 08, 2015
  17. Jun 01, 2015
  18. May 29, 2015
  19. May 28, 2015
  20. May 22, 2015
  21. May 21, 2015
  22. May 20, 2015
  23. May 15, 2015
Loading