-
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 treat throw as an expression #4874
Comments
Set owner to ngeoffray@google.com. |
Removed this from the Later milestone. |
Added this to the M2 milestone. |
Marking this as high priority, but we still need to resolve how to deal with this. Removed Priority-Medium label. |
I just noticed that this is still open. It's marked as an M2 issue. Do you know if we're planning to do anything here? |
This comment was originally written by ngeoffray@google.com https://codereview.chromium.org/11497009 For now, rethrow is not treated as an expression, just like the VM. We might revisit the language spec and the implementations for a different milestone. |
Issue #6086 has been merged into this issue. |
Issue #8261 has been merged into this issue. |
This comment was originally written by ngeoffray@google.com Removed this from the M3 milestone. |
Issue #8626 has been merged into this issue. |
This comment was originally written by @mhausner Rethrow is a statement. VM implementes it as of r21371. Language tests need to be converted from throw; -> rethrow; |
CL out for review: https://codereview.chromium.org/14211008/. |
Fixed in r21930. Added Fixed label. |
Per issue #587
The text was updated successfully, but these errors were encountered: