Skip to content

Commit 817cc85

Browse files
jonasfjcommit-bot@chromium.org
authored andcommitted
Revert "Bump pub."
This reverts commit 5c9e37f. Reason for revert: flutter builds on golem somehow broke. Original change's description: > Bump pub. > > New commits include: > ``` > git log --format="%C(auto) %h %s" 00c00e8adf9706bebe8f94483b7663c5f36f59d2..def32ceb1d660552eaec24839d377199aea5a569 > def32ceb Revert "Revert "Use the frontend server to compile pub executables (#2968)" (#3006)" (#3008) > 0dc7e50c Make `.gitignore` and `.pubignore` case-insensitive on Windows / MacOS (#3009) > e89d4ab8 Generate GNU-style long file names in tar archives (#3005) > d2ad13d0 Revert "Use the frontend server to compile pub executables (#2968)" (#3006) > 492b15ba New binstubs for global activate using `dart pub` (#3002) > e02f23bb fix grammer in .gitignore error message (#2995) > e01e3a41 Use the frontend server to compile pub executables (#2968) > 647989c6 Use RetryClient from package:http/retry.dart (#2980) > ``` > > Change-Id: I9a0b5fb2b5616a5a0eaa16f3a90205bb1bb1fc8f > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200878 > Auto-Submit: Jonas Jensen <[email protected]> > Commit-Queue: Alexander Thomas <[email protected]> > Reviewed-by: Alexander Thomas <[email protected]> [email protected],[email protected] Change-Id: I635e1c2db8ae965881359d4969cbd506348b0ed0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201000 Reviewed-by: Jonas Jensen <[email protected]> Commit-Queue: Jonas Jensen <[email protected]>
1 parent bf0086d commit 817cc85

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ Updated the Linter to `1.4.0`, which includes:
7777
* Global ignores are no longer taken into account.
7878
* Even packages that are not in git source control will have their
7979
`.gitignore` files respected.
80-
* `.gitignore` and `.pubignore` is always case-insensitive on MacOs and
81-
Windows (as is default for `git` repositories).
8280

8381
* New flag `dart pub deps --json` gives a machine parsable overview of the
8482
current dependencies.
@@ -94,8 +92,6 @@ Updated the Linter to `1.4.0`, which includes:
9492
This should fix several issues we had with incompatibilities between different
9593
system `tar`s.
9694
* `PUB_HOSTED_URL` can now include a trailing slash.
97-
* Incremental compilation is now used for compilation of executables from
98-
dependencies when using `dart run <package>:<command>`.
9995

10096
### Language
10197

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ vars = {
142142
"pool_rev": "7abe634002a1ba8a0928eded086062f1307ccfae",
143143
"process_rev": "56ece43b53b64c63ae51ec184b76bd5360c28d0b",
144144
"protobuf_rev": "0d03fd588df69e9863e2a2efc0059dee8f18d5b2",
145-
"pub_rev": "def32ceb1d660552eaec24839d377199aea5a569",
145+
"pub_rev": "00c00e8adf9706bebe8f94483b7663c5f36f59d2",
146146
"pub_semver_rev": "f50d80ef10c4b2fa5f4c8878036a4d9342c0cc82",
147147
"resource_rev": "6b79867d0becf5395e5819a75720963b8298e9a7",
148148
"root_certificates_rev": "7e5ec82c99677a2e5b95ce296c4d68b0d3378ed8",

0 commit comments

Comments
 (0)