-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Overrides with abstract types crash complier #2230
Labels
Comments
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 11, 2017
The crash is caused by setting -Yno-double-bindings, which is an internal consistency check. It is on by default in the test suite. However, this option triggers an exception if there are double definitions, which is what happens in the tests. |
Indeed, removing that flag fixes the issue in #2230. |
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 11, 2017
This reverts commit 2fc6650.
nicolasstucki
added a commit
to dotty-staging/dotty
that referenced
this issue
Apr 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
and
crash the compiler in the frontend.
The second fails with:
Similar stacktrace for the first.
This issue affects all override checks in #2136.
The text was updated successfully, but these errors were encountered: