-
Notifications
You must be signed in to change notification settings - Fork 1.7k
async* inconsistency in DDC #54411
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
Comments
Is there any progress on this? I find it quite difficult to debug my applications with this wrong behavior in dev build. |
@sigmundch are there any updates on this? |
Thanks for following up, unfortunately no, we haven't been able to prioritize this 😞 This may not be very helpful or you may already be aware of this, but just in case: some developers find useful to do some additional debugging with the |
@natebiggs |
I just verified locally that DDC, with the new async changes, now shows an output aligned with the VM and dart2js. These changes should roll into Flutter soon but likely won't be in a stable release for a few months. Going to close out this issue though as the fix has been landed in the Dart SDK. |
Just wondering, is it safe to assume the current test coverage also covers this case, or is it worth adding it as a regression test case? |
We know we have several inconsistencies so far, here is a case originally reported in the flutter repo: flutter/flutter#140199
Output in VM and dart2js:
Output in DDC:
The text was updated successfully, but these errors were encountered: