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

Fix false positive when migrating from Java varargs to @varargs #295

Conversation

dwijnand
Copy link
Collaborator

@dwijnand dwijnand commented Feb 7, 2019

Fixes #201

I'd love some feedback or review by @szeiger and/or @retronym seeing as the first commit undoes a major piece of #142

I'm not sure why this was done and/or what's changed in 2.5 years, but
only one test failed (in different ways) and the fix was right.

And also it seemed to have found a binary incompatibility between
scala-reflect 2.10.0 & 2.10.7! :D
@dwijnand dwijnand force-pushed the java-varargs-to-Scala-annotated-varargs branch from eab5473 to 0efa79c Compare February 8, 2019 07:06
@dwijnand
Copy link
Collaborator Author

dwijnand commented Feb 8, 2019

OK, Travis CI is green now, so I rewrote the commits and this is ready for review now.

@dwijnand dwijnand requested review from retronym and szeiger February 18, 2019 17:30
@dwijnand dwijnand merged commit b89f815 into lightbend-labs:master Feb 19, 2019
@dwijnand dwijnand deleted the java-varargs-to-Scala-annotated-varargs branch February 19, 2019 11:59
@jrudolph
Copy link
Contributor

jrudolph commented Mar 5, 2019

Thanks for the fix, @dwijnand!

@dwijnand dwijnand added this to the 0.4.0 milestone Jul 10, 2019
@dwijnand dwijnand changed the title Add a test for Java varargs to Scala annotated varargs Fix false positive when migrating from Java varargs to @varargs Jul 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Converting varargs Java to Scala flags
2 participants