-
Notifications
You must be signed in to change notification settings - Fork 17
java.lang.VerifyError: Bad type on operand stack #24
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
Comments
Not sure about that yet. Are you using Scala 1.0.0-RC1 in your langs.properties? Can you try with 0.3.0? Maybe that's still an issue. I'm trying to update to Scala 1.0.0-RC1 but have trouble with the new VertxExecutionContext. Hopefully this will be resolved soon. |
Same thing, different output... Perhaps mixing and matching this with Ruby is not the best of ideas 😏... |
Just to be sure: You've tried Scala lang 0.3.0 and the master branch of this module (0.3.0-SNAPSHOT)? |
😱 it works now! Thx for the help; perhaps these learned lessons need a place in the readme? 😉 |
What is the ETA for this to update to scala lang 1.0.x? |
@coffeeaddict do you have to change your module to scala lang 0.3.0 or just postgres mod's scala lang to 0.3.0? |
When trying to use this in a ruby-verticle like so:
where
server.rb
looks like:it throws this error:
What is wrong?
The text was updated successfully, but these errors were encountered: