MarkZ
MarkZ
@nshahan A couple of DDC changes were submitted on July 1st that may be the culprit. Most of the changes seem innocuous or unrelated to the timing issues Jake's seeing,...
From what I can tell, the only SDK changes at that version are those DDC Future updates and some analyzer-related command and test framework changes: https://github.com/dart-lang/sdk/commit/6ca7a185e036365b57acab3db73e8a301690a2ed Is it possible that...
This feature is related to parallel assignments, which has been raised a couple of times before. A problem with over-encouraging the use of multiple returns (with multiple types) is that...
Thanks for reporting! This has been fixed in DDC + DartJS. Also see the following for any longer term discussion: https://github.com/dart-lang/sdk/issues/43284
If this is running on DDC (web + debug mode), then you may be encountering this issue: https://github.com/dart-lang/sdk/issues/54411. Prematurely ending an async generator in DDC causes the rest of the...