scalacenter / tasty-query

Apache License 2.0
51 stars 11 forks source link

Errors while unpickling and resolving members in scalaz-core_2.13 #397

Closed adpi2 closed 10 months ago

adpi2 commented 10 months ago

In org.scalaz:scalaz-core_2.13:7.3.5, I get the following exceptions:

- java.lang.IllegalStateException: annotations of symbol[AdjunctionInstances.idF0Adjunction] have not been initialized
- tastyquery.Exceptions$Scala2PickleFormatException: error while unpickling the type of symbol[class scalaz.AdjunctionInstances].writerReaderAdjunction
- tastyquery.Exceptions$Scala2PickleFormatException: error while unpickling the type of symbol[class scalaz.WriterTInstances6].writerMonad
- tastyquery.Exceptions$MemberNotFoundException: Member Maybe/T not found in PackageRef(scalaz)
- tastyquery.Exceptions$MemberNotFoundException: Member Nondeterminism/T not found in symbol[package <root>.scalaz]
- tastyquery.Exceptions$MemberNotFoundException: Member Equal/T not found in PackageRef(scalaz)
- tastyquery.Exceptions$MemberNotFoundException: Member Functor/T not found in PackageRef(scalaz)
- tastyquery.Exceptions$MemberNotFoundException: Member Inject/T not found in PackageRef(scalaz)
- tastyquery.Exceptions$MemberNotFoundException: Member Order/T not found in PackageRef(scalaz)
- tastyquery.Exceptions$MemberNotFoundException: Member NaturalTransformation/T not found in symbol[package <root>.scalaz]
- tastyquery.Exceptions$MemberNotFoundException: Member NonEmptyList/T not found in PackageRef(scalaz)