On 10/31/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Damian Steer wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Ola Bini wrote: > >> Charles Oliver Nutter wrote: > >>> Bill Dortch wrote: > >>>> Maybe I missed the memo, but is Java now supposed to be enabled by > >>>> default (i.e., without include Java or require 'java')? I'm all for > >>>> it, but I'm not sure if this is the intended behavior: > >>>> > >>>> C:\jruby\trunk>jirb > >>>> irb(main):001:0> java.lang.String > >>>> => Java::JavaLang::String > >>> Hmm, no, that is not intended. Perhaps it's because of jsignal.rb > >>> though. Ola? > >>> > >>> - Charlie > >> Shouldn't be. jsignal is loaded when trap is first used. > > > > IRB traps sigint when it starts (See IRB.start in irb.rb). > > That would explain it. So should we fix this or is it a "feature"?
Java support is an all or nothing side-effect. I am not sure you can fix it short of rewriting all features scripting Java in Ruby in Java. I think we should label it a "feature". :) -Tom -- Blog: http://www.bloglines.com/blog/ThomasEEnebo Email: [EMAIL PROTECTED] , [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
