-
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
DDC async*
bug
#39994
Comments
@Markzipan - can you take a look when you get a chance? |
Any update on this, since the original issue in the flutter repo is already closed? |
I haven't had the time to look at this yet, but this issue is still reproducible on DDC. We could escalate if it's blocking. |
Thanks for the response. No, it's not blocking I just wanted to know if there is any progress because the original issue is closed now. It's just an annoying bug, because you can't really use the ddc in case you work a lot with streams, like I do. |
This bug is very critical when all our business logic is using stream then it is not working on the web platform |
We have a fix in the works for this issue that's been toiling behind other priorities. I've revived the fix, so this issue may be resolved soon. |
@Markzipan But when I run the web with the |
The debug and release compilers are different on the web; this issue only exists for the debug compiler. We plan on resolving async disparities between our various backends soon (tm). |
Is there any update on the fix for this issue? |
I have a patch for this issue in the works, but it's dredged up a couple other timing-related code issues. I'll try to get the patch in and work on a more holistic fix later. |
The following test prints:
in the VM and dart2js, but prints nothing DDC.
The text was updated successfully, but these errors were encountered: