-
Notifications
You must be signed in to change notification settings - Fork 224
Zone.strong #684
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
Zone.strong #684
Conversation
| @@ -1,5 +1,5 @@ | |||
| name: test | |||
| version: 0.12.24+5 | |||
| version: 0.12.24+6 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to update the minimum sdk version as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. This change should maintain the same semantics.
|
I added a Changelog entry. |
grouma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming Travis passes. I'll handle publishing if you want.
|
@floitschG It looks like as of 2.0.0-dev.1.0, |
The
dart:asynczone API is in the process of becoming strong-mode clean.This patch fixes a breakage introduced by this change.
The change should have no semantic difference, even when running with the non-strong zone API.