- May 28, 2015
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1161873009
-
Ivan Posva authored
BUG= Review URL: https://codereview.chromium.org//1159983005
-
Ivan Posva authored
- Update error string comparison in pub. BUG= Review URL: https://codereview.chromium.org//1156983003
-
William Hesse authored
BUG=dartbug.com/23505 Rebase of https://codereview.chromium.org/1035853003/ R=nweiz@google.com Review URL: https://codereview.chromium.org//1156663002
-
Natalie Weizenbaum authored
This was happening for the most part, but the dependency computer could get tripped up when a package used a transformer from a dev dependency on only private files. R=rnystrom@google.com BUG= http://dartbug.com/23480 Review URL: https://codereview.chromium.org//1143453006
-
Kathy Walrath authored
-
nweiz@google.com authored
The solver was choking when pub's implicit dependencies on barback failed and had to be backtracked. R=rnystrom@google.com TBR Review URL: https://codereview.chromium.org//1142693002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45832 260f80e4-7a28-3924-810f-c04153c831b5
-
Natalie Weizenbaum authored
When running from the pub repo, dart2js needs to see SDK sources that match up with its own version. compiler_unsupported contains its own copy of the SDK for exactly this purpose; this CL loads SDK sources from that copy when running tests from the pub repo. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1155583007
-
Natalie Weizenbaum authored
It turns out this variable already existed, with slightly different semantics. Everything has now been updated, so "runningAsTest" means running in a test file and "runningFromTest" means running in pub called by a test file. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1145373006
-
- May 22, 2015
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1153643002
-
- May 21, 2015
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1145973003
-
Natalie Weizenbaum authored
Instead of looking in the repo's third party deps, this uses the packages installed for pub in the package cache. Archived versions of barback and source_maps are included via Git submodules. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1147233002
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1145993003
-
- May 20, 2015
-
-
Natalie Weizenbaum authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1148443005
-
- May 15, 2015
-
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1130263003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45803 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
The idea of this change is to eagerly check, before selecting a package version, whether that version is compatible with the existing dependencies. This avoids a bunch of unnecessary backtracking, and makes the progression of the solver more comprehensible when R=rnystrom@google.com BUG= dartbug.com/17429 Review URL: https://codereview.chromium.org//1140083005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45799 260f80e4-7a28-3924-810f-c04153c831b5
-
- May 14, 2015
-
-
floitsch@google.com authored
`pub serve` used to bind its admin port to the port below the main port. For example `pub serve --port=8081` would automatically bind its admin port to 8080. With this change the admin server is only started if an --admin-port flag was provided. BUG= http://dartbug.com/20922 R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=45614 Reverted: https://code.google.com/p/dart/source/detail?r=45633 Review URL: https://codereview.chromium.org//1126403002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45675 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
This reverts commit 45614 Causes redness on the bots, floitsch@ will investigate offline R=floitsch@google.com BUG= Review URL: https://codereview.chromium.org//1129403002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45633 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Also fix an analysis hint. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1126263003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45622 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
`pub serve` used to bind its admin port to the port below the main port. For example `pub serve --port=8081` would automatically bind its admin port to 8080. With this change the admin server is only started if an --admin-port flag was provided. BUG= http://dartbug.com/20922 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1126403002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45614 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1125373002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45612 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
I will leave it to the dart2js people to remove the support from the dart2js tools (there is also a bunch of comments still in code, do a git grep) R=kustermann@google.com, floitsch@google.com, kmillikin@google.com BUG= Review URL: https://codereview.chromium.org//1126363003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45588 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1123323003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45572 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1113363004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45571 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1128683002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45545 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1127863002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45543 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
I deleted a line in r45508 because it had an unused variable, but it turned out that it also had relevant side-effects. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1123473005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45513 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//1101343004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45508 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
These constants only work for dart2js because neither Dartium nor the isolate API support defining them. BUG= http://dartbug.com/15806 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1106713003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45416 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= http://dartbug.com/21490 Review URL: https://codereview.chromium.org//1106803002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45414 260f80e4-7a28-3924-810f-c04153c831b5
-
https://code.google.com/p/dart/source/detail?r=45153dgrove@google.com authored
and https://code.google.com/p/dart/source/detail?r=45154 . R=sigmund@google.com Review URL: https://codereview.chromium.org//1055283003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45189 260f80e4-7a28-3924-810f-c04153c831b5
-
sra@google.com authored
Sometimes we can avoid the StringBuffer object: t1 = new P.StringBuffer(leftDelimiter); t1.writeAll$2(parts, ", "); t1 = t1._contents += rightDelimiter; return t1.charCodeAt(0) == 0 ? t1 : t1; --> t1 = P.StringBuffer__writeAll(leftDelimiter, parts, ", ") + rightDelimiter; return t1.charCodeAt(0) == 0 ? t1 : t1; Also updated tests with missing cases. R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=45184 Reverted: https://code.google.com/p/dart/source/detail?r=45186 Review URL: https://codereview.chromium.org//1086043002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45188 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//1073953005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45154 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG= http://dartbug.com/23113 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1087053003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45147 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//1076003003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45033 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1075963002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45026 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
(this amends a bit the changes in https://code.google.com/p/dart/source/detail?r=44902) R=kevmoo@google.com Review URL: https://codereview.chromium.org//1078803002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45020 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1077683003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@45018 260f80e4-7a28-3924-810f-c04153c831b5
-