- May 14, 2015
-
-
nweiz@google.com authored
Previously, binstubs used [[ ]], which is a bash-specific construct. R=rnystrom@google.com BUG=21854 Review URL: https://codereview.chromium.org//800733003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42308 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This fixes the "Could not find asset" issue people were seeing on "pub upgrade". R=rnystrom@google.com BUG=21810 Review URL: https://codereview.chromium.org//792993004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42273 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//766793004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42081 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This changes the invocation of async_compile.dart to take an output directory as a command-line argument. R=ricow@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//747273003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42079 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=21726 Review URL: https://codereview.chromium.org//750973005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42072 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG= R=ricow@google.com Review URL: https://codereview.chromium.org//753063003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42063 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This works around https://github.com/dart-lang/async_await/issues/72, fixes an incorrect variable name, and updates the async-compiled output. R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//766393002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42057 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also makes "pub cache repair" repair activated packages, including updating the binstub format. R=rnystrom@google.com BUG=21463 Review URL: https://codereview.chromium.org//745153002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@42055 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
R=johnniwinther@google.com, rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=41657 Reverted: https://code.google.com/p/dart/source/detail?r=41659 Review URL: https://codereview.chromium.org//700123002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41711 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=21502 Review URL: https://codereview.chromium.org//685993007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41583 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//702343002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41542 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Pub's [requestShouldSucceed] test helper didn't verify that the request returned a 200 response, which was masking some issues. R=rnystrom@google.com Review URL: https://codereview.chromium.org//704053002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41541 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17172 Review URL: https://codereview.chromium.org//686323002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41538 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
dart2js itself will stop emitting this file soon. R=rnystrom@google.com Review URL: https://codereview.chromium.org//701283002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41534 260f80e4-7a28-3924-810f-c04153c831b5
-
johnniwinther@google.com authored
BUG= Review URL: https://codereview.chromium.org//694353007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41514 260f80e4-7a28-3924-810f-c04153c831b5
-
johnniwinther@google.com authored
This reverts commit r41512. BUG= Review URL: https://codereview.chromium.org//693183006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41513 260f80e4-7a28-3924-810f-c04153c831b5
-
johnniwinther@google.com authored
BUG= Review URL: https://codereview.chromium.org//690103004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41512 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17093 Review URL: https://codereview.chromium.org//686363002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41476 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also makes pub print more detailed timing information in --verbose mode. R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//600293002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41407 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
R=blois@google.com, johnniwinther@google.com, nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=41205 Reverted: https://code.google.com/p/dart/source/detail?r=41206 Review URL: https://codereview.chromium.org//582753002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41244 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
This reverts commit r41205. Review URL: https://codereview.chromium.org//666843004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41206 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
R=blois@google.com, johnniwinther@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//582753002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41205 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG=https://github.com/dart-lang/async_await/issues/68 R=ricow@google.com Review URL: https://codereview.chromium.org//655703004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41126 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//655943002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41112 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=21298 R=alanknight@google.com Review URL: https://codereview.chromium.org//651993006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@41087 260f80e4-7a28-3924-810f-c04153c831b5
-
srawlins@google.com authored
BUG= https://code.google.com/p/dart/issues/detail?id=21229 Example: $ cat pubspec.yaml name: Name description: A sample command-line application version: 1.0 $ pub get Resolving dependencies... Error on line 3, column 10 of pubspec.yaml: "version" field must have three numeric components: major, minor, and patch. Instead of "1.0", consider "1.0.0". version: 1.0 ^^^ also $ cat pubspec.yaml name: Name description: A sample command-line application version: 1 $ pub get Resolving dependencies... Error on line 3, column 10 of pubspec.yaml: "version" field must have three numeric components: major, minor, and patch. Instead of "1", consider "1.0.0". version: 1 ^ R=rnystrom@google.com Review URL: https://codereview.chromium.org//632483002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40971 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
The single quote was removed in a previous CL. R=sgjesse@google.com Review URL: https://codereview.chromium.org//638513002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40952 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//602253002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40849 260f80e4-7a28-3924-810f-c04153c831b5
-
johnniwinther@google.com authored
BUG= Review URL: https://codereview.chromium.org//617433002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40768 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=21087 Review URL: https://codereview.chromium.org//608533003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40695 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//604883002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40688 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=20882 R=ricow@google.com Review URL: https://codereview.chromium.org//602033002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40670 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
This was fixed in revision 40667 Review URL: https://codereview.chromium.org//603073002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40669 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
pkg/glob/test/list_test is being tracked in issue 21071 The following two pub tests are being tracked in issue 21086 pub/test/global/binstubs/binstub_runs_executable_test pub/test/global/binstubs/missing_script_test Review URL: https://codereview.chromium.org//599163004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40668 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//599343003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40667 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
TBR. Review URL: https://codereview.chromium.org//600313002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40666 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//601973002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40664 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This takes "pub run polymer:new_element --help" from 0.96s to 0.75s. R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//600933004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40663 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//601933002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40662 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
(Still use it for publishing.) BUG=https://code.google.com/p/dart/issues/detail?id=9841 R=nweiz@google.com Review URL: https://codereview.chromium.org//599303002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40661 260f80e4-7a28-3924-810f-c04153c831b5
-