- Dec 17, 2015
-
-
Natalie Weizenbaum authored
This also allows us to limit our tests to the latest barback, which simplifies the necessary infrastructure and speeds up the tests dramatically. Closes #1367 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1530353002 .
-
- May 14, 2015
-
-
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
-
nweiz@google.com authored
Once pub gets rid of RewriteTransformer, this will allow it to avoid passing in assets to Barback unnecessarily. R=rnystrom@google.com BUG=20859 Review URL: https://codereview.chromium.org//554783003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@40118 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
In particular, this adds CHANGELOG entries for packages that have been modified and fixes pub's barback dependency so it doesn't declare compatibility on an uncut release. This releases args, barback, http_parser, and shelf. R=rnystrom@google.com Review URL: https://codereview.chromium.org//506973003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@39563 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
R=sgjesse@google.com Review URL: https://codereview.chromium.org//497703002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@39486 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This releases barback 0.15.0, code_transformers 0.2.0+1, observe 0.11.0+2, polymer 0.12.0+3, and smoke 0.2.0+3. BUG=19930 R=blois@google.com, rnystrom@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//430973002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38762 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This releases barback 0.14.2, which supports both SourceSpan and Span. It will be followed up with barback 0.15.0, which will remove support for Span. barback 0.14.1 will be added to third_party/pkg in a follow-up CL. R=rnystrom@google.com BUG=19930 Review URL: https://codereview.chromium.org//423823010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@38712 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
These packages are used in pub's plugin isolate, so pub needs to have a dependency on them to ensure their APIs don't change out from under it. R=rnystrom@google.com BUG=19574 Review URL: https://codereview.chromium.org//356523003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37751 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Previously, two transformers from the same library but with different configuration was considered completely different from one another. This was not only inefficient but incorrect: it meant that a transformer could be loaded with the wrong code. R=rnystrom@google.com BUG=19261 Review URL: https://codereview.chromium.org//344673002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37511 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
-
nweiz@google.com authored
Transformers that are used in the package that defines them will be loaded in the same isolate only if they're in the same phase. Otherwise, all transformers within a given package will be loaded in the same isolate. A future CL will take more advantage of this by more aggressively determining when transformers can be safely loaded in parallel. R=rnystrom@google.com Review URL: https://codereview.chromium.org//323263002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37296 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//328033002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@37250 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Also release yaml 1.0.0. R=efortuna@google.com, rnystrom@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//302313007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@36937 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16647 R=nweiz@google.com Review URL: https://codereview.chromium.org//306693002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@36769 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This makes it possible for calling code to get the error message without the stack trace, if it so desires. R=rnystrom@google.com Review URL: https://codereview.chromium.org//307543006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@36724 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//235883013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@36382 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG=16442 R=blois@google.com, efortuna@google.com, rnystrom@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//223553008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@34853 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16061 Review URL: https://codereview.chromium.org//184953005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33284 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//183663008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33182 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14594 R=nweiz@google.com Review URL: https://codereview.chromium.org//169223010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33089 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
Currently pub is compatible with both barback 0.11.0 and 0.12.0, so its constraint should reflect that. R=rnystrom@google.com Review URL: https://codereview.chromium.org//179043004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33035 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
This level is not printed by default, but will be printed by pub if --verbose is set. Also update the observe/polymer version constraints. This change is backwards-compatible from a transformer implementer's perspective, so the lower bound doesn't need to be incremented. BUG=16945 R=rnystrom@google.com Review URL: https://codereview.chromium.org//166333003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@33000 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=16646 R=nweiz@google.com Review URL: https://codereview.chromium.org//134263007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@32663 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=14673 R=nweiz@google.com Review URL: https://codereview.chromium.org//141113011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@32131 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
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=15669 R=nweiz@google.com Review URL: https://codereview.chromium.org//106023006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31312 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
-
nweiz@google.com authored
This will ensure that next week's dev channel release will force everyone to use compatible pub and barback versions. R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//99303005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@31001 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=15345 R=nweiz@google.com Review URL: https://codereview.chromium.org//105473002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@30923 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
-
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
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
-
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
-
nweiz@google.com authored
BUG=13848 R=rnystrom@google.com Review URL: https://codereview.chromium.org//43093002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29406 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
If the user specifies a transformer named "package_name", pub will now prefer "lib/transformer.dart" (if it exists) to "lib/package_name.dart". BUG=13256 R=alanknight@google.com Review URL: https://codereview.chromium.org//29603004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@29035 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=13901 R=devoncarew@google.com, keertip@google.com, nweiz@google.com Review URL: https://codereview.chromium.org//26634003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@28693 260f80e4-7a28-3924-810f-c04153c831b5
-
rnystrom@google.com authored
BUG=https://code.google.com/p/dart/issues/detail?id=13880 R=alanknight@google.com Review URL: https://codereview.chromium.org//26933003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@28524 260f80e4-7a28-3924-810f-c04153c831b5
-
floitsch@google.com authored
R=lrn@google.com Review URL: https://codereview.chromium.org//25094002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge@28511 260f80e4-7a28-3924-810f-c04153c831b5
-