Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Mar 14, 2017
  3. Mar 13, 2017
  4. Mar 10, 2017
  5. Mar 07, 2017
  6. Feb 01, 2017
  7. Jan 31, 2017
  8. Jan 30, 2017
  9. Jan 27, 2017
  10. Jan 24, 2017
  11. Jan 13, 2017
  12. Jan 04, 2017
  13. Jan 03, 2017
  14. Dec 27, 2016
    • Natalie Weizenbaum's avatar
      Run executables in Isolates. · 1fc4d389
      Natalie Weizenbaum authored
      We had previously been running executables in sub-processes, which made
      it difficult to ensure that those executables handled signals and
      standard IO properly, and impossible to give them an accurate view of
      the environment (for example via Stdout.hasTerminal).
      
      Closes #1204
      1fc4d389
    • Natalie Weizenbaum's avatar
      Remove isolate buffering. · 6c0e88f4
      Natalie Weizenbaum authored
      It seems like dart-lang/sdk#12617 got fixed at some point.
      6c0e88f4
    • Natalie Weizenbaum's avatar
      Don't overrwrite symlink targets. (#1494) · 97a40543
      Natalie Weizenbaum authored
      When writing to a symlinked file using dart:io, it defaults to
      overwriting the contents of the target rather than replacing the
      symlink. This is never what we want, so this works around the behavior
      in our IO wrappers.
      
      Closes #1493
      97a40543
  15. Dec 20, 2016
  16. Dec 13, 2016
  17. Dec 08, 2016
  18. Dec 07, 2016
  19. Dec 05, 2016
  20. Dec 02, 2016
    • Natalie Weizenbaum's avatar
      Avoid barback for precompilation if possible. (#1481) · 98ecbded
      Natalie Weizenbaum authored
      Previously we were always loading an AssetEnvironment when we
      precompiled any executable. Now we only load that environment if some
      package dependended on by some executable actually uses a transformer.
      Otherwise, we precompile from disk. The new approach is substantially
      faster and produces better error messages.
      
      Closes #1473
      98ecbded
  21. Dec 01, 2016
  22. Oct 26, 2016
  23. Oct 04, 2016
  24. Sep 29, 2016
    • Natalie Weizenbaum's avatar
      Test package APIs rather than resource APIs. · 64a4813f
      Natalie Weizenbaum authored
      Test package APIs rather than resource APIs.
      
      Closes #1446
      64a4813f
    • Bob Nystrom's avatar
      Make "--no-packages-dir" the default. · 3dd04bd1
      Bob Nystrom authored
      The actual change itself is tiny. However, almost all of pub's existing
      integration tests validated the correct output by looking at the
      contents of the generated "packages" dirs. :(
      
      I fixed most of those to instead validate against the .packages file.
      
      I didn't change the Git ones because the .packages files end up
      containing paths that point to specific Git commits. Getting that
      working felt like more work than it was worth right now.
      
      When we fully remove support for packages directories, we'll want to
      fix that.
      
      Fix #1450.
      
      R=nweiz@google.com
      
      Review URL: https://codereview.chromium.org//2377063002 .
      3dd04bd1
  25. Sep 28, 2016
Loading