Charles Oliver Nutter

Results 1151 comments of Charles Oliver Nutter

I have merged in changes for JRuby: * Always provide `bin/jruby` and `bin/ruby` as redirects to `bin/jruby.sh`. * Ship a stub `bin/ruby.bat`. These address some of the launcher issues people...

> How feasible would be to replace Probably just about as easy as installing the gem. The only advantage to using the gem is that users could uninstall it if...

I went out of town immediately after promising to look into directly building `jruby-launcher`, so nothing has been done on that regard. It wouldn't be too difficult to just fetch...

The following steps worked for me: ``` [] tmp $ gem fetch jruby-launcher Fetching jruby-launcher-2.0.2-java.gem Downloaded jruby-launcher-2.0.2-java [] tmp $ gem unpack jruby-launcher-2.0.2-java.gem Unpacked gem: '/Users/headius/work/jruby/tmp/jruby-launcher-2.0.2-java' [] tmp $ cd...

@the-codetrane It likely still is, but it's possible that someone other than me might have improved the implementation. I'll have a quick look.

This is indeed still an issue. Because all classes have Class as their first real supertype (i.e. not included or prepended) there's only one place on which to store the...

I have just observed a heap dump where a single RubyClass instance has a variable table 293 entries wide. Time to get this issue fixed, because such a large table...

This work will never land for 9.4 because it's far too invasive for a maintenance release. Moving to 10.0.x.

This is quite surprising. I would have expected someone to have reported this issue a long time ago. Could you run `jruby --environment` and provide the output? > removed --enable-native-access=org.jruby.dist...

The fact that the environment flag doesn't exist shows me how out of date the windows executable is. I'll try to think through some options for improving that situation.