- May 14, 2015
-
-
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
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//601923004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40660 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
A package's executables may not use all of that package's transformers. This is especially true for browser frameworks where there's a clear divide between client-side and server-side code. This uses pub's existing dependency-sniffing infrastructure to figure out which transformers can be omitted. This takes "pub run polymer:new_element --help" from 1.52s to 0.96s. R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//599993004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40659 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
This also fixes an analyzer warning since the param had the wrong type. R=nweiz@google.com Review URL: https://codereview.chromium.org//602983002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40653 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=21068 Review URL: https://codereview.chromium.org//602923002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40649 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=rnystrom@google.com Review URL: https://codereview.chromium.org//600583003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40643 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
BUG= R=rnystrom@google.com Review URL: https://codereview.chromium.org//592983003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40625 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//595063003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40622 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
We were passing an error to [completer.completer] rather than [completer.completeError] and this was hiding several behavioral bugs. R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//598883002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40621 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This takes "pub run new_element --help" from about 1.75s to about 1.60s. R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//597773003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40619 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//593363002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40618 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//595103002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40617 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This allows pub to get rid of the RewriteImportTransformer. This reduces the runtime of "pub run polymer:new_element --help" by about 270ms. R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//590393005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40614 260f80e4-7a28-3924-810f-c04153c831b5
-