Bring in the latest http_throttle. (#29793)

Bring in the latest http_throttle.

See dart-lang/pub#1610
This commit is contained in:
Natalie Weizenbaum 2017-06-08 15:14:28 -07:00 committed by GitHub
parent 56402976cd
commit 4146852999
2 changed files with 23 additions and 9 deletions

View file

@ -18,6 +18,11 @@
### Tool Changes
* Pub
* `pub get` and `pub upgrade` properly produce an error message and exit code
when no network is present.
## 1.24.0
### Language
@ -154,7 +159,10 @@
details on the changed APIs.
* Pub
* Added support for the Dart Development Compiler in `build` and `serve`.
* `pub build` and `pub serve`
* Added support for the Dart Development Compiler.
Unlike dart2js, this new compiler is modular, which allows pub to do
incremental re-builds for `pub serve`, and potentially `pub build` in the
@ -194,14 +202,20 @@
* The `--no-dart2js` flag has been deprecated in favor of
`--web-compiler=none`.
* Added support for the UNLICENSE file when validating licenses on
`pub lish`.
* Better handling for network errors when fetching packages. These are no
longer unhandled errors and won't print a stack trace unless you are
running in verbose mode.
* `pub build` will use a failing exit code if there are errors in any
transformer.
* Allow publishing packages that depend on the Flutter SDK.
* `pub publish`
* Added support for the UNLICENSE file.
* Packages that depend on the Flutter SDK may be published.
* `pub get` and `pub upgrade`
* Don't dump a stack trace when a network error occurs while fetching
packages.
* dartfmt
* Preserve type parameters in new generic function typedef syntax.

4
DEPS
View file

@ -70,7 +70,7 @@ vars = {
"http_multi_server_tag" : "@2.0.3",
"http_parser_tag" : "@3.1.1",
"http_tag" : "@0.11.3+9",
"http_throttle_rev" : "@284344cd357e435c6c8ff9a4a21f02b9e384a541",
"http_throttle_tag" : "@1.0.1",
"idl_parser_rev": "@7fbe68cab90c38147dee4f48c30ad0d496c17915",
"initialize_tag": "@v0.6.2+5",
"intl_tag": "@0.14.0",
@ -229,7 +229,7 @@ deps = {
(Var("github_mirror") % "http_parser") + Var("http_parser_tag"),
Var("dart_root") + "/third_party/pkg/http_throttle":
(Var("github_mirror") % "http_throttle") +
Var("http_throttle_rev"),
Var("http_throttle_tag"),
Var("dart_root") + "/third_party/pkg/initialize":
(Var("github_mirror") % "initialize") + Var("initialize_tag"),
Var("dart_root") + "/third_party/pkg/intl":