-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding webdev in DEPS #26395
Adding webdev in DEPS #26395
Conversation
Filed sdk/+/201260 which I would like to land as soon as this is merged. I'm not sure what's wrong with "Linux Web Framework tests" the details says: "Build infra failed". |
Can you clarify what happened? Did the autoroller remove the entry for If the latter, then this change lgtm. If you are feeling paranoid, you can manually verify that the entry has been added correctly with the script: https://github.com/flutter/buildroot/blob/master/tools/dart/create_updated_flutter_deps.py, which is what the autoroller uses to do the updates. |
So I think this is the latter case... I'm guessing that auto-roller doesn't add/remove |
Did a run of |
This is a reland of 5c9e37f Following update of `DEPS` in `flutter/engine`: flutter/engine#26395 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) ``` Original change's description: > 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]> Change-Id: I1a0570318c63ec97fd141d79b405f55105111077 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201260 Commit-Queue: Jonas Jensen <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
Bringing in new deps from sdk/+/200920.
Cargo-culting here... I'm not entirely sure how to do this, but it seems DEPS didn't get automatically rolled. Because using
webdev
in recentpub
fixes broke golem, so I had to rollback: sdk/+/201000.I'd really like to land this, so I can roll
pub
forward.