Skip to content
Snippets Groups Projects
  1. Oct 28, 2015
    • Natalie Weizenbaum's avatar
      "pub global run" errors out for a mismatched SDK. · 0636b17d
      Natalie Weizenbaum authored
      Previously, "pub global run" would happily try to run an executable with
      an SDK constraint that doesn't match the current SDK, even though it
      probably wouldn't work (and could fail in confusing ways). Now it errors
      out with a user-friendly message instead.
      
      Closes #1353
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1427523005 .
      0636b17d
    • Natalie Weizenbaum's avatar
      Fix error detection for a non-existent global script. · a1139b80
      Natalie Weizenbaum authored
      When we tried to run a global script that didn't exist, we would try to
      load an AssetEnvironment, which would try to compute the transformers
      for it. Because the script doesn't exist, the computation would
      conservatively assume that all transformers had to run in case one of
      them generated it.
      
      To find all the scripts, it iterated through the package's dependencies.
      Since it's notionally the entrypoint, it tried to include its dev
      dependencies, but this broke because dev dependencies aren't installed
      for globally-activated packages.
      
      R=rnystrom@google.com
      
      Review URL: https://codereview.chromium.org//1413713010 .
      a1139b80
  2. Aug 18, 2015
  3. Aug 10, 2015
  4. Aug 07, 2015
  5. Aug 06, 2015
  6. Jul 20, 2015
  7. Jul 15, 2015
  8. May 14, 2015
Loading