-
Notifications
You must be signed in to change notification settings - Fork 1.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
dart2js should generate correct code #12968
Comments
This is a tracker bug, and it can first be closed when all bugs listed in "blocked on" are closed. We plan to use bugs like this to prioritize bugs in the compiler according to the document "Prioritizing dart2js bugs for 1.0", and this bug is linked from there. Using the taxonomy from the document, issue #12336 is a type E bug, and we can find all type E bugs using the query "blocking:12968". To non-Googlers out there, I plan to make the document public. |
Added this to the M7 milestone. |
blocked-on bugs are fixed. Added Fixed label. |
The output from dart2js should not throw runtime errors, if no such error is required by the specification.
This bug is not tracking issues regarding semantics of int vs. double.
The text was updated successfully, but these errors were encountered: