-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Kernel Verifier broken on platform.dill #30631
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
I need a command line that reproduces this problem. |
Here's the patch:
Here are the reproduction commands:
|
This issue is due to the way we handle redirecting constructors, for example:
This has been a known issue for a while. If my memory serves, then Peter and Kevin were discussing some possible solutions to this problem. Right now we have the kernel verifier disabled, which I think is a big red flag - it catches bugs early on and we should have it enabled. Precisely because of this, I wanted to land cl/3002053002, which changes @peter-ahe-google / @kmillikin Can we make the |
Blocked on #29841 |
Fixed now. |
Unhandled exception:
patched_sdk/lib/async/stream.dart:93:29: Verification error: StaticGet of 'dart.async::_EmptyStream::' without getter.
The text was updated successfully, but these errors were encountered: