Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 20, 2016
  3. Dec 13, 2016
  4. Dec 08, 2016
  5. Dec 07, 2016
  6. Dec 05, 2016
  7. 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
  8. Dec 01, 2016
  9. Oct 26, 2016
  10. Oct 04, 2016
  11. 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
  12. Sep 28, 2016
  13. Sep 21, 2016
  14. Aug 25, 2016
  15. Aug 18, 2016
  16. Aug 16, 2016
  17. Aug 11, 2016
  18. Aug 02, 2016
  19. Aug 01, 2016
  20. Jul 27, 2016
  21. Jul 25, 2016
  22. Jul 22, 2016
  23. Jul 21, 2016
  24. Jul 06, 2016
  25. Jun 27, 2016
  26. Jun 24, 2016
Loading