You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have a few Java integration specs that confirm we're integrating with Scala types correctly. Unfortunately, after c85e5c7 we will not do this binding if the type doesn't have an annotation starting with scala. (e.g. the scala.reflect.ScalaSignature annotation put on all Scala-compiled class files), we won't provide the extra bindings. This causes the JI specs to fail currently.
I'm marking these specs as pending until we have a way to generate true Scala types for testing against.
The text was updated successfully, but these errors were encountered:
This is an issue with 9.1 dev.
Currently we have a few Java integration specs that confirm we're integrating with Scala types correctly. Unfortunately, after c85e5c7 we will not do this binding if the type doesn't have an annotation starting with
scala.
(e.g. thescala.reflect.ScalaSignature
annotation put on all Scala-compiled class files), we won't provide the extra bindings. This causes the JI specs to fail currently.I'm marking these specs as pending until we have a way to generate true Scala types for testing against.
The text was updated successfully, but these errors were encountered: