-
Notifications
You must be signed in to change notification settings - Fork 15.5k
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
Issue with JRuby #3650
Comments
My impression is Jruby is currently broken and not maintained by anyone.. Adding @haberman for more info. |
The workaround I found (for now) is to rename map structures and have unique names for all of them. Because as soon as I repeat the map name we get the exact same error. |
Do you guys found another way to solve this issue? @bryanvpham @pherl |
JRuby has been continuously maintained for over ten years and is still in very active use at many organizations. Can we get this fixed? |
At the moment I don't think we have anyone working on protobuf who is knowledgeable about JRuby unfortunately, but we would be glad to accept pull requests with fixes. |
Pretty crazy this issue is still around. |
I believe this is fixed in #7923. |
Used
protoc
to generateat.rb
. Mymain.rb
literally just includesat.rb
and outputs "hello world".I built the gem from scratch following the instructions in the readme. Tried running my simple ruby program that
The text was updated successfully, but these errors were encountered: