Skip to content

Can't find scala.AnyKind on classpath #90

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

Closed
bishabosha opened this issue Apr 27, 2020 · 1 comment · Fixed by #101
Closed

Can't find scala.AnyKind on classpath #90

bishabosha opened this issue Apr 27, 2020 · 1 comment · Fixed by #101
Labels
bug topic:tasty/scala2 Scala 2 implementation of TASTy unpicking

Comments

@bishabosha
Copy link
Member

bishabosha commented Apr 27, 2020

scala.AnyKind does not have a classfile, so is just a missing symbol currently, giving the error for an upper bound to a type parameter T:

can't find type scala.AnyKind while unpickling type T; perhaps it is missing from the classpath.
@bishabosha bishabosha changed the title deal with scala.AnyKind Can't find scala.AnyKind on classpath Apr 27, 2020
@bishabosha bishabosha added enhancement topic:tasty/scala2 Scala 2 implementation of TASTy unpicking bug and removed enhancement labels Apr 27, 2020
@bishabosha
Copy link
Member Author

bishabosha commented Jun 12, 2020

This is more relevant as of scala/scala3#9079 which changes the generic raw type to have type arguments with upper bound scala.AnyKind, e.g. the type stored in MirroredMonoType

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug topic:tasty/scala2 Scala 2 implementation of TASTy unpicking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant