-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Not regular-bound extension type crashes compiler #53123
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
Labels
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
Comments
This seems to only be crashing in the analyzer. |
This is CFE crash log
|
@sgrekhov Thanks for the crash log. |
The CFE is no longer crashing after https://dart-review.googlesource.com/c/sdk/+/318641 . |
Waiting for dart-lang/language#3263 |
19 tasks
This does not crash the analyzer anymore. solo_test_X() async {
await assertNoErrorsInCode(r'''
extension type V<T extends V<T>>(T id) {}
main() {
List<V> l = [];
// ^
// [analyzer] unspecified
// [cfe] unspecified
}
''');
}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
crash
Process exits with SIGSEGV, SIGABRT, etc. An unhandled exception is not a crash.
legacy-area-analyzer
Use area-devexp instead.
P2
A bug or feature request we're likely to work on
The following test crashes analyzer and CFE
Output
The text was updated successfully, but these errors were encountered: