-
Notifications
You must be signed in to change notification settings - Fork 1.1k
NoSpan in console #9111
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 tried this on Mac with a new sbt project and dotty |
@letalvoj I see you are compiling 13 sources, perhaps there is some weird interaction. It would be useful if you can see if deleting those files makes a difference, and if so then what is the minimum set of files that cause this issue |
@bishabosha will do in the upcoming days, sorry for the delay |
@letalvoj no need to apologise 😀 |
We made some fixed on that logic recently. It might have fixed it. |
Soooo after stripping my project to bare bones I realized that I have a scalacOptions in (Compile, console) += "-Xprint:typer" in |
ok thank you, confirmed the |
it still crashes on |
also causes this issue |
Minimized example
The text was updated successfully, but these errors were encountered: