- Aug 10, 2015
-
-
Natalie Weizenbaum authored
Previously, several commands automatically ran "pub get" implicitly before doing their work. We've determined that this behavior is confusing, and for "pub run" in particular, makes the executables seem much slower than they actually are. This also allows us to make access to the entrypoint's package graph synchronous. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1282533003 .
-
- Jul 09, 2015
-
-
Natalie Weizenbaum authored
* Normalize paths before they're passed to dart2js. It handles "." and ".." path components poorly. * Ensure that paths emitted by list-package-dirs are always absolute and normalized for backwards-compatibility with the existing protocol. * Make Package.listFiles work for an in-memory package. * Fix an error message expectation in packages_file_test. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1228683003 .
-
Natalie Weizenbaum authored
It can choke on relative paths in surprising ways. R=rnystrom@google.com Review URL: https://codereview.chromium.org//1231893004 .
-
- Jun 25, 2015
-
-
algobardo authored
-
- 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
-
- May 15, 2015
-
-
Natalie Weizenbaum authored
-
- May 14, 2015
-
-
brianwilkerson@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//995073003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@44405 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
-
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
-
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
-
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
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//581283003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40559 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This shaves off a pretty significant amount of time for packages that are transformed but whose transformers never change (I saw a ~450ms gain in one of my tests). R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//559833004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40392 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=19465 Review URL: https://codereview.chromium.org//368103002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37966 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=10582 R=nweiz@google.com Review URL: https://codereview.chromium.org//344493003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37464 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Rather than only looking at the package-level dependency graph, pub will now examine transformer files' imports to determine dependencies between transformers. This improves both load times and cycle detection. For example, a package using polymer transformers can now load them in two phases rather than four, reducing the load time by about half. In addition, this gives transformer authors more control over how parallel their transformer graph is. With some $include/$exclude and import tweaks, most remaining transformer dependencies can be eliminated. R=rnystrom@google.com Review URL: https://codereview.chromium.org//331263002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37461 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16747 R=nweiz@google.com Review URL: https://codereview.chromium.org//263403006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@35833 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17729 Review URL: https://codereview.chromium.org//209853008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34347 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=17460 RELNOTE=Support Dart core libraries in source maps in pub build and serve. R=nweiz@google.com Review URL: https://codereview.chromium.org//207423003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34343 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=17506 Review URL: https://codereview.chromium.org//203913003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34084 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
Since release mode doesn't include the Dart sources that the source maps would point to, there's no point in including them in a release build. RELNOTE=Don't include source maps in release builds. R=nweiz@google.com Review URL: https://codereview.chromium.org//194863003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33553 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=15563 RELNOTE=Include source map URLs in JS output from pub build/serve. R=nweiz@google.com Review URL: https://codereview.chromium.org//191253003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33465 260f80e4-7a28-3924-810f-c04153c831b5
-
johnniwinther@google.com authored
BUG= R=floitsch@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//183833010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33259 260f80e4-7a28-3924-810f-c04153c831b5
-
kasperl@google.com authored
rename it to suppressPackageWarnings to be more consistent with the other flags. Defaults to true. R=johnniwinther@google.com, rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//175083002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33007 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=16298 Review URL: https://codereview.chromium.org//136003018 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@32144 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=16210 Review URL: https://codereview.chromium.org//147923003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@32093 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//141703021 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@32085 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com BUG=14664 Review URL: https://codereview.chromium.org//133843006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31755 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Specifically, when run with "--trace" or "--verbose", pub will capture its stack chains and report them along with errors. Otherwise it should behave identically to before. R=rnystrom@google.com BUG=8842 Review URL: https://codereview.chromium.org//113453005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31176 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
It is generally considered bad style to throw synchronous and asynchronous errors. This CL catches all synchronous errors and reports them in the asynchronous future that is returned. R=iposva@google.com, lrn@google.com Review URL: https://codereview.chromium.org//88783002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31131 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=15420 R=nweiz@google.com Review URL: https://codereview.chromium.org//105673003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30918 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This also adds support to pub where necessary to maintain consistency with barback. R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//101523003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30880 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
R=floitsch@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//94843002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30809 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
Review URL: https://codereview.chromium.org//94593002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30758 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG= R=nweiz@google.com Review URL: https://codereview.chromium.org//89493002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30682 260f80e4-7a28-3924-810f-c04153c831b5
-