Skip to content
Snippets Groups Projects
  1. Mar 16, 2017
    • Natalie Weizenbaum's avatar
      Add metadata to requests to pub.dartlang.org. (#1521) · b7864409
      Natalie Weizenbaum authored
      * Add metadata to requests to pub.dartlang.org.
      
      This will help pub.dartlang.org better track how packages relate to one
      another.
      
      * Fix broken depenency tests.
      
      Those unit tests import pub libraries directly without invoking a
      command, so command was throwing an exception. Worse, the Pokemon
      exception handler in DependencyValidator was then catching the
      StateError, hiding the bug.
      
      Also applied some other changes I suggested.
      b7864409
  2. Mar 15, 2017
  3. Mar 14, 2017
  4. Mar 13, 2017
  5. Mar 10, 2017
  6. Mar 07, 2017
  7. Feb 01, 2017
  8. Jan 31, 2017
  9. Jan 30, 2017
  10. Jan 27, 2017
  11. Jan 24, 2017
  12. Jan 13, 2017
  13. Jan 04, 2017
  14. Jan 03, 2017
  15. 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
  16. Dec 20, 2016
  17. Dec 13, 2016
  18. Dec 08, 2016
  19. Dec 07, 2016
  20. Dec 05, 2016
  21. 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
  22. Dec 01, 2016
  23. Oct 26, 2016
  24. Oct 04, 2016
Loading