-
Notifications
You must be signed in to change notification settings - Fork 218
Master fails with Dart VM version: 2.0.0-dev.39.0 #788
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
Comments
Using the old frontend is a good temporary fix to get unblocked. Longer term we'll want to make sure we're using arguments compatible with the latest Dart2Js approach. |
I believe this is caused by dart-lang/sdk#32561, which means it should be fixed with the next dev SDK roll. |
Can we rely on I wasn't sure if all the failures where with |
As long as it never depends on transformed code, it should be fine. If it is being run using a package root, there's not going to be any valid way of invoking dart2js.
I didn't do a thorough check but it looked like they were at a glance. |
Initial workaround: #793 Still need to figure out a better long term solution |
Once dart-lang/sdk#32633 is fixed (which it should be soon; it's marked P1 and there's a lot of activity around it) we'll be fine here. |
Failures appear to be Dart2JS related. Likely need to use the old frontend. See https://travis-ci.org/dart-lang/test/builds/354771199
The text was updated successfully, but these errors were encountered: