-
Notifications
You must be signed in to change notification settings - Fork 1.1k
DOTR Crashes on @main #7529
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
Hi I believe the code snippet is missing a closing brace, thanks for updating the steps to reproduce |
closing brace? scala 3 just needs indentation right. |
Sorry, I mean parentheses to close |
Oh that I was a typo here when reporting the issue. I fixed it but the DOTR still crashes. |
bishabosha
added a commit
to bishabosha/dotty
that referenced
this issue
Nov 10, 2019
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 18, 2019
odersky
added a commit
to dotty-staging/dotty
that referenced
this issue
Nov 18, 2019
bishabosha
added a commit
that referenced
this issue
Nov 19, 2019
Fix #7529: Don't drop modifiers when desugaring extension methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I installed dotty on my MacBook Pro. Version 0.20.0-RC1
I wrote the code below in a file called "Hello.scala"
DOTR crashes on Load of file
I am successfully able to compile this code using `dotc Hello.scala` and I can run this code using `dotr foo "Hello"` but when I try to load this file in the DOTR REPL by doing `:load Hello.scala`. The REPL throws a very nasty error and crashes.The text was updated successfully, but these errors were encountered: