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

Ruby body exceeds Java limits #2906

Open
keeguon opened this issue May 4, 2015 · 0 comments
Open

Ruby body exceeds Java limits #2906

keeguon opened this issue May 4, 2015 · 0 comments

Comments

@keeguon
Copy link

keeguon commented May 4, 2015

Hey,

As discussed on the IRC channel, I currently have a problem compiling Ruby files in Java when the body of the Ruby files exceeds the 65536 bytes limit in Java since the body is stored in a variable in the Java class. I'm no expert but having a way to either skip the comments in the original Ruby file may be useful to skip some lines or better yet would be to read the body and not store it in the Java class (might not work).

This bug is reproducible in 9k and 1.7 since they both load the entire body of the original Ruby file in the class.

Please let me know, if you want me to run tests since I have a couple of apps where I encounter this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant