You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So there's a bug in the source-based VM because it's missing the compile time error, and there's a bug in the co19 test itself. But this is not a bug in the front end (nor Analyzer nor dart2js, judging from their co19 status files which all have CompileTimeError).
I filed dart-lang/co19#129 against co19. I assume the issue in the source-based VM will be won't fixed, so I'm not going to file it. (Feel free to file an issue if you disagree.)
The only change in co19-runtime.status that isn't just combining two
sections and normalizing is the movement of
Language/Classes/definition_t24: MissingCompileTimeError # Issue co19 #129, sdk issue #31624
from the vm section to a section with vm, dart_precompiled, and flutter, and
the removal of two sections only containing a single Generative_Constructors
test each.
The file is also normalized.
Bug: dartbug.com/32434
Change-Id: Ic62817b3ebdfd27e3cd58abc21f8bd61e7a18664
Reviewed-on: https://dart-review.googlesource.com/45380
Reviewed-by: Peter von der Ahé <[email protected]>
It sounds like a legitimate compilation error though.
The text was updated successfully, but these errors were encountered: