-
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
Update to Dart revision de63e4fa94a1cebf86f0541ac14f25fd0bff73c0 #3442
Update to Dart revision de63e4fa94a1cebf86f0541ac14f25fd0bff73c0 #3442
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. You are most definitely going to have to update the licenses file though.
/me rushes to land his patch.
How do I do that? |
Instructions are here: https://github.com/flutter/engine/blob/e01d1b39efd5d83de53adeb6413a8dcfd2470dc7/tools/licenses/README. It is quite slow but @jason-simmons is working to make it faster. |
ca7dd97
to
0581ed7
Compare
30 minutes of chugging later, let's see how this one goes |
OK never mind, time to regenerate :( |
Hmm, apparently the licenses golden file is platform-specific as well, since it contains the contents of the android NDK which is different on different host platforms: ==================================================================================================== ... so time to regenerate from a linux box. |
After rebasing on linux I'm unable to regenerate the licenses.golden file: $ time dart --checked lib/main.dart ../../.. > ../../travis/licenses.golden
real 21m19.878s Note the time there - 21 minutes :( The zlib header I have matches https://github.com/flutter/buildroot/blob/master/third_party/zlib/zutil.h /cc @jason-simmons @Hixie |
Ah, maybe it failed because I have a ctags file locally. Will remove and try again and find out in 20 minutes if that was it. This is a highly frustrating process. |
0581ed7
to
dfe996b
Compare
#3437 won't help at all for this, or future Dart rolls, since this changes things outside the flutter/ tree. |
Travis says we aren't going to space today: Total license count: 695
|
Ah, it found some .pyc files in my tree. Time to go again.. |
It should still skip analyzing third_party, right? I presume that's where most of the time goes. But yes. This area is painful currently. |
dfe996b
to
796457d
Compare
Well then... |
This contains some fixes for Fuchsia and I'd like to keep the version of Dart used in fuchsia and flutter builds consistent. Should have no other impactful changes for Flutter.
796457d
to
559c875
Compare
This contains some fixes for Fuchsia and I'd like to keep the version of Dart used in fuchsia and flutter builds consistent. Should have no other impactful changes for Flutter.
This contains some fixes for Fuchsia and I'd like to keep the version
of Dart used in fuchsia and flutter builds consistent. Should have no
other impactful changes for Flutter.