Skip to content
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

Remove unused code from licenses script #6910

Merged
merged 1 commit into from
Nov 20, 2018
Merged

Conversation

goderbauer
Copy link
Member

Code became obsolete with #3627.

Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.

Code became obsolete with flutter#3627.

Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.
Copy link
Contributor

@amirh amirh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@goderbauer
Copy link
Member Author

The yellow check actually passed, but didn't update on github.

@goderbauer goderbauer merged commit dda9f69 into flutter:master Nov 20, 2018
@aam
Copy link
Member

aam commented Nov 20, 2018

This broke linux buildbot (and dart flutter head-head-head as well).

Got dependencies!
  error • Classes can only extend other classes at flutter/tools/licenses/lib/filesystem.dart:307:33 • extends_non_class
...
168 errors, 18 lints and 11 hints found.
Failed.

@goderbauer
Copy link
Member Author

Can you please link to the failure?

@goderbauer
Copy link
Member Author

There's a version missmatch between the Dart SDK used on the Chromebots and the one that shipps with Flutter. Fix is flutter/buildroot#192 and #6916.

engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 21, 2018
engine-flutter-autoroll added a commit to flutter/flutter that referenced this pull request Nov 21, 2018
flutter/engine@1baf081...8d38417

git log 1baf081..8d38417 --no-merges --oneline
8d38417 Roll buildroot to 7e555aec776cfda9ab2e898f83dccef3005795c2 (flutter/engine#6916)
dda9f69 Remove unused code from licenses script (flutter/engine#6910)
3822765 Roll src/third_party/skia 6bdfb6fba352..eb35650f9177 (15 commits) (flutter/engine#6914)
983d70e Revert "Compile libcxx and libcxxabi for Android (#6886)" (flutter/engine#6912)
9ccd1e8 Compile libcxx and libcxxabi for Android (flutter/engine#6886)


The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.
ele828 added a commit to ele828/engine that referenced this pull request Dec 9, 2018
Code became obsolete with flutter#3627.

Also fixes mix-in syntax and marks class as private. With the latter the anaylser tells us in the future if there are unused classes in the file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants