-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[TreeUnpickler] hitting assertion failure: -Yread-docs
enabled, but no docCtx
is set.
#14190
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
We checked and this seems to happen only on |
It happens also on |
This needs reproduction steps to be actionable. |
It seems that it works if we generate Bloop configuration from sbt, but not scalacli, so this might actually be some misconfiguration in scalacli. I will come back with some more info. |
I dug a bit deeper here and it seems this is failing due to a release flag:
If I remove |
Actually, this got already fixed by #13811 |
Hi,
I'm running into an assertion failure here when trying to use Scala 3 with Metals (which uses
InteractiveDriver
, which seems to set the-Yread-docs
option).This only happens for me as far as I can tell (nobody can reproduce it) but it's consistent. I was hoping someone here might be able to explain the circumstance in which this assertion would be triggered, to help us track down what's going on.
The related Metals issue is scalameta/metals#3414
Thanks!
rob
The text was updated successfully, but these errors were encountered: