-
Notifications
You must be signed in to change notification settings - Fork 225
Don't do direct casts to int to prevent dart2wasm breakages. #2007
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
Conversation
|
Are there tests in this repo that will fail without this change so that we don't regress? |
It looks like if we made a dart2wasm test that uses a timeout we could get that |
|
I'll write a test |
|
See https://github.com/dart-lang/test/tree/master/integration_tests/wasm which is probably the easiest place to put this test for now |
Fix dependencies in test to use the latest test_core in addition to the latest test_api
Co-authored-by: Jacob MacDonald <jakemac@google.com>
|
@eyebrowsoffire did you need a publish of this soon? @natebosch thoughts on when we should publish? |
|
I think I'm close to getting #2004 landable in google3 - I plan to publish after I can land that |
|
We have a workaround in Flutter for now, so there's no huge rush on a publish, but let me know there is a new version and we'll bump to it. |
This fixes #2006