rubyjs / therubyrhino

Embed the Mozilla Rhino Javascript interpreter into Ruby
155 stars 40 forks source link

generated bytecode for method exceeds 64K limit #1

Closed rkh closed 13 years ago

rkh commented 13 years ago

I get that exception when trying load coffeescript. Apparently, this is a Rhino issue: http://jira.pentaho.com/browse/PDI-2355

rkh commented 13 years ago

Fixable with 265b8d14143efe3a68c5d69e933c031330a77fe5.

cowboyd commented 13 years ago

Sorry for the slow response time. I'm still working through my backlog of email, etc.. after an extended Holiday.

Thanks for reporting this. As you already saw, there is a fix in place for this, but I do need to release a newer version of the gem. Lazy me :P

FWIW, one of my plans for 2011 is to roll rhino support directly into The Ruby Racer, so you can use it transparently from JRuby.

cheers, Charles

rkh commented 13 years ago

Yay. This would also make it easier to use it as gem dependency.