Skip to content
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

Scala integration needs better class files for testing #3732

Open
headius opened this issue Mar 14, 2016 · 1 comment
Open

Scala integration needs better class files for testing #3732

headius opened this issue Mar 14, 2016 · 1 comment

Comments

@headius
Copy link
Member

headius commented Mar 14, 2016

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. 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.

@headius
Copy link
Member Author

headius commented Apr 19, 2016

Not required for release.

@headius headius modified the milestones: JRuby 9.1.1.0, JRuby 9.1.2.0 May 11, 2016
@enebo enebo modified the milestones: JRuby 9.1.2.0, JRuby 9.1.3.0 May 23, 2016
@headius headius modified the milestones: JRuby 9.2.0.0, JRuby 9.1.3.0 Aug 16, 2016
@headius headius removed this from the JRuby 9.2.0.0 milestone May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants