[jruby-dev] [jira] Created: (JRUBY-916) Kernel.autoload has a couple of problems [active_scaffold blocker]

2007-05-06 Thread Thomas E Enebo (JIRA)
Kernel.autoload has a couple of problems [active_scaffold blocker] -- Key: JRUBY-916 URL: http://jira.codehaus.org/browse/JRUBY-916 Project: JRuby Issue Type: Bug Comp

[jruby-dev] [jira] Created: (JRUBY-917) Large floats displayed as "0," in some locales

2007-05-06 Thread Anders Bengtsson (JIRA)
Large floats displayed as "0," in some locales -- Key: JRUBY-917 URL: http://jira.codehaus.org/browse/JRUBY-917 Project: JRuby Issue Type: Bug Components: Core Classes/Modules En

[jruby-dev] [jira] Created: (JRUBY-918) Running with any SecurityManager blocks all file access

2007-05-06 Thread Steen Lehmann (JIRA)
Running with any SecurityManager blocks all file access --- Key: JRUBY-918 URL: http://jira.codehaus.org/browse/JRUBY-918 Project: JRuby Issue Type: Bug Components: Core Classes/M

[jruby-dev] [jira] Created: (JRUBY-919) autoload?, autoload, const_defined? do not work well with Colon2's (e.g. autoload Object::Foo, 'blah.rb')

2007-05-06 Thread Thomas E Enebo (JIRA)
autoload?, autoload, const_defined? do not work well with Colon2's (e.g. autoload Object::Foo, 'blah.rb') - Key: JRUBY-919 URL: http://jira.codehaus.org/browse

Re: [jruby-dev] Testing modified to test both compiled and interpreted

2007-05-06 Thread Bill Dortch
Hmm, is this the expected result? (Interpreted results much faster than compiled, on my computer at least.) Or is this just because the tests only run once, so the overhead of compilation outweighs any benefit gained from compiled code? (I think I just answered my own question, posting anyway.) r

[jruby-dev] To all people who have reported bugs with active_scaffold...

2007-05-06 Thread Thomas E Enebo
active_scaffold is now fixed on trunk (the demo someone mentioned in an earlier email works for me anyways). -Tom -- Blog: http://www.bloglines.com/blog/ThomasEEnebo Email: [EMAIL PROTECTED] , [EMAIL PROTECTED] - To unsubscribe

[jruby-dev] [jira] Created: (JRUBY-920) No direct access via package modules to classes and interfaces

2007-05-06 Thread Charles Oliver Nutter (JIRA)
No direct access via package modules to classes and interfaces -- Key: JRUBY-920 URL: http://jira.codehaus.org/browse/JRUBY-920 Project: JRuby Issue Type: Bug Components:

Re: [jruby-dev] Testing modified to test both compiled and interpreted

2007-05-06 Thread Charles Oliver Nutter
Bill Dortch wrote: Hmm, is this the expected result? (Interpreted results much faster than compiled, on my computer at least.) Or is this just because the tests only run once, so the overhead of compilation outweighs any benefit gained from compiled code? (I think I just answered my own questio

[jruby-dev] [jira] Created: (JRUBY-921) Subclasses of interface-only Java proxy classes don't inherit correctly

2007-05-06 Thread Bill Dortch (JIRA)
Subclasses of interface-only Java proxy classes don't inherit correctly --- Key: JRUBY-921 URL: http://jira.codehaus.org/browse/JRUBY-921 Project: JRuby Issue Type: Bug

[jruby-dev] NailGun for fast command-line execution

2007-05-06 Thread Charles Oliver Nutter
http://www.martiansoftware.com/nailgun/background.html I stumbled on it once before, but with Ola committing some client/server stuff it might be worth a second look. - Charlie - To unsubscribe from this list please visit:

Re: [jruby-dev] NailGun for fast command-line execution

2007-05-06 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: http://www.martiansoftware.com/nailgun/background.html I stumbled on it once before, but with Ola committing some client/server stuff it might be worth a second look. Just playing around with it a bit: ~/jruby-1.0.0RC1 $ time jruby -e "puts 'hello'" hello real