- May 14, 2015
-
-
rnystrom@google.com authored
- Parse them in pubspec. - Pass them to solver. - Warn when they are used. - Error on publish. BUG=https://code.google.com/p/dart/issues/detail?id=8566 R=nweiz@google.com Review URL: https://codereview.chromium.org//74013007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30376 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This adds a stack trace argument to all [completeError] and [addError] calls in pub and associated libraries. R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//68493003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30332 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=8566 R=nweiz@google.com Review URL: https://codereview.chromium.org//73463003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30326 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=8415 Review URL: https://codereview.chromium.org//63283006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30316 260f80e4-7a28-3924-810f-c04153c831b5
-
regis@google.com authored
Review URL: https://codereview.chromium.org//64293004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30314 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
The code for parsing the package descriptions had gotten increasingly hacky. This unhacks it. R=nweiz@google.com Review URL: https://codereview.chromium.org//72193002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30264 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14792 R=nweiz@google.com Review URL: https://codereview.chromium.org//69043003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30262 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=15045 Review URL: https://codereview.chromium.org//71023003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30245 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=15019 R=nweiz@google.com Review URL: https://codereview.chromium.org//69723004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30201 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=8380 Review URL: https://codereview.chromium.org//65583004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30183 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=14195 Review URL: https://codereview.chromium.org//66303006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30167 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=13863 Review URL: https://codereview.chromium.org//62103010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30135 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14677 R=nweiz@google.com Review URL: https://codereview.chromium.org//65663002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30128 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This adds an [InternalAsset] class to barback that supports serialization operations, and specializes those operations for each asset type (for example, FileAssets will just send the file path across isolates). This class isn't exposed publicly, but pub imports it and uses it to handle asset serialization. BUG=14430 R=rnystrom@google.com Review URL: https://codereview.chromium.org//55983005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30126 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//64213004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30125 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=alanknight@google.com Review URL: https://codereview.chromium.org//66133002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30096 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This adds a few tests that explicitly exercise the native watcher. R=rnystrom@google.com BUG=14941 Review URL: https://codereview.chromium.org//64723005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30094 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
There were two issues here: first, there was leftover debugging code that was printing stack traces for all unsuccessful HTTP responses. Second, JSON-encoded errors from the server were considered "unexpected errors", so their stack traces were printed along with some scary text. This CL fixes both issues. R=rnystrom@google.com Review URL: https://codereview.chromium.org//59223005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30077 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Make pubspec.lock keep relative path if it is originally specified as relative in pubspec.yaml (issue 11441). BUG=11441 R=rnystrom@google.com Review URL: https://codereview.chromium.org//34803006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30060 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=14636 Review URL: https://codereview.chromium.org//59383009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30007 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=14677 Review URL: https://codereview.chromium.org//49293003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30006 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Reverts commit r29866. BUG= Review URL: https://codereview.chromium.org//58513005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29869 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//51353011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29866 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//48903020 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29782 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//49223004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29707 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14538 R=nweiz@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//52853004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29690 260f80e4-7a28-3924-810f-c04153c831b5
-
sgjesse@google.com authored
BUG= R=sgjesse@google.com Review URL: https://codereview.chromium.org//46063010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29651 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
Attempt to fix most uses of the deprecated features. R=floitsch@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//48483002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29628 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
This reverts r29619 and r29624. The changes look fine on the buildbot, but need review before adding to the repository. BUG= TBR=sgjesse@google.com Review URL: https://codereview.chromium.org//52723007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29627 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
BUG= R=floitsch@google.com Review URL: https://codereview.chromium.org//53833003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29624 260f80e4-7a28-3924-810f-c04153c831b5
-
whesse@google.com authored
Change dart:io Platform.script to return a URI. Change all uses of Platform.script to work with the new value. R=floitsch@google.com Review URL: https://codereview.chromium.org//53313007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29619 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= Review URL: https://codereview.chromium.org//52973005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29614 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14442 R=nweiz@google.com Review URL: https://codereview.chromium.org//45583003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29613 260f80e4-7a28-3924-810f-c04153c831b5
-
ahe@google.com authored
R=johnniwinther@google.com Review URL: https://codereview.chromium.org//23455028 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29551 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14539 R=nweiz@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//47793003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29502 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Review URL: https://codereview.chromium.org//49453003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29501 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//50303005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29493 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//50463005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29490 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//48993007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29483 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//48833007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29481 260f80e4-7a28-3924-810f-c04153c831b5
-