-
Notifications
You must be signed in to change notification settings - Fork 1.1k
"... already has a symbol" assertion in the IDE when trying to complete "scala." #2809
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
Comments
I'm on it, this seems to be related to scala/scala#5952 |
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 5, 2017
This is similar to scala/scala#5952, we do not need to parse artifact classfiles (that is, classfiles produced by scalac or dotty that do not contain pickling information), so we discard them as soon as possible. This fixes various IDE crashes when trying to complete packages such as "scala."
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 5, 2017
This is similar to scala/scala#5952, we do not need to parse artifact classfiles (that is, classfiles produced by scalac or dotty that do not contain pickling information), so we discard them as soon as possible. This fixes various IDE crashes when trying to complete packages such as "scala."
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 5, 2017
This is similar to scala/scala#5952, we do not need to parse artifact classfiles (that is, classfiles produced by scalac or dotty that do not contain pickling information), so we discard them as soon as possible. This fixes various IDE crashes when trying to complete packages such as "scala."
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 5, 2017
This is similar to scala/scala#5952, we do not need to parse artifact classfiles (that is, classfiles produced by scalac or dotty that do not contain pickling information), so we discard them as soon as possible. This fixes various IDE crashes when trying to complete packages such as "scala."
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 6, 2017
This is similar to scala/scala#5952, we do not need to parse artifact classfiles (that is, classfiles produced by scalac or dotty that do not contain pickling information), so we discard them as soon as possible. This fixes various IDE crashes when trying to complete packages such as "scala."
smarter
added a commit
to dotty-staging/dotty
that referenced
this issue
Jul 11, 2017
This is similar to scala/scala#5952, we do not need to parse artifact classfiles (that is, classfiles produced by scalac or dotty that do not contain pickling information), so we discard them as soon as possible. This fixes various IDE crashes when trying to complete packages such as "scala."
smarter
added a commit
that referenced
this issue
Jul 11, 2017
Fix #2809: Invalidate and unlink symbols for artifact classfiles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
sbt launchIDE
scala.
The text was updated successfully, but these errors were encountered: