-
Notifications
You must be signed in to change notification settings - Fork 214
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
test_api: crashes w/ dart2js with latest deployment #1141
Comments
Ooo...only seems to come up w/ Dart 2.3 |
Likely the crash is related to the for-loop elements test/pkgs/test_api/lib/src/backend/platform_selector.dart Lines 20 to 21 in dcd9b51
Those should be supported in that SDK, but maybe dart2js had a bug? @sigmundch - do you recall anything bugs we have fixed since that release around for-loop elements? |
Yes. See http://github.com/dart-lang/sdk/commit/9ac7bd78550ac5c73b2131a71751a30e6ae967e7 (fixing dart-lang/sdk#36864) |
Related to dart-lang/test#1141
Related to dart-lang/test#1141
Towards #1141 Work around the bug in the SDK by switching back to `..addAll`. After we publish this version that works we can bump the min SDK. Prepare to publish.
Towards #1141 Work around the bug in the SDK by switching back to `..addAll`. After we publish this version that works we can bump the min SDK. Prepare to publish.
Close #1141 Bump min SDK in all packages for safety. Restore use of for-loop elements in a top level variable since they work in this SDK.
We have a version published now that should work, a |
Closes #1141 Bump min SDK in all packages for safety. Restore use of for-loop elements in a top level variable since they work in this SDK.
See
https://travis-ci.org/dart-lang/yaml/jobs/635401215#L240
https://travis-ci.org/dart-lang/crypto/jobs/635401249#L240
https://travis-ci.org/dart-lang/typed_data/jobs/635046175#L240
Might be a dart2js issue that was caused by recent release... Only happens with Dart 2.3
CC @natebosch @grouma @sigmundch
The text was updated successfully, but these errors were encountered: