[jruby-dev] [jira] Created: (JRUBY-2823) Can't reference Java's constants that start with a lower case character

2008-07-17 Thread Shinichi Akiyama (JIRA)
Can't reference Java's constants that start with a lower case character --- Key: JRUBY-2823 URL: http://jira.codehaus.org/browse/JRUBY-2823 Project: JRuby Issue Type: Bug

[jruby-dev] Re: [jruby-user] Re: [jruby-dev] Re: [jruby-user] Re: [jruby-dev] Re: [jruby-user] JRuby 1.1.3 by end of week...Nominate problems here...

2008-07-17 Thread Joseph Athman
Passes for me too now. Thanks for the fix. Glad I could help. Joe On Thu, Jul 17, 2008 at 9:13 AM, Vladimir Sizikov <[EMAIL PROTECTED]> wrote: > Hi Joseph, > > Thanks for the report! > > I bit of background: We had a regression some time ago when the > command line options for setting Client/Se

Re: [jruby-dev] Embedded JRuby docs?

2008-07-17 Thread Peter Williams
Thanks, that helps some. I suspect that in my case, the JSR-223 scripting interface is not being used. I'm looking at the GlassFish V3 -> JRuby/Rails integration and I'm specifically looking for information on the uses and runtime requirements of the following jruby classes (which are current

[jruby-dev] [jira] Created: (JRUBY-2822) Dramatis crashes when doing some multi-threaded work

2008-07-17 Thread Chuck Remes (JIRA)
Dramatis crashes when doing some multi-threaded work Key: JRUBY-2822 URL: http://jira.codehaus.org/browse/JRUBY-2822 Project: JRuby Issue Type: Bug Components: Interpreter

Re: [jruby-dev] Embedded JRuby docs?

2008-07-17 Thread Vladimir Sizikov
Hi Pete, There are some notes on JRuby wiki: http://wiki.jruby.org/wiki/Java_Integration http://wiki.jruby.org/wiki/Calling_Java_from_JRuby And some very interesting blog posts here: http://yokolet.blogspot.com/ Thanks, --Vladimir On Thu, Jul 17, 2008 at 8:57 PM, Peter Williams <[EMAIL PROTEC

[jruby-dev] Embedded JRuby docs?

2008-07-17 Thread Peter Williams
Is there documentation on how how to embed JRuby in another java application? I know there are APIs for this but javadoc seems sparse and I haven't found any detailed documentation or examples. I'm hoping I've just been looking in the wrong places... -Peter -

[jruby-dev] [jira] Created: (JRUBY-2821) JRuby can't execute files with -q present in file name, on Windows

2008-07-17 Thread Vladimir Sizikov (JIRA)
JRuby can't execute files with -q present in file name, on Windows --- Key: JRUBY-2821 URL: http://jira.codehaus.org/browse/JRUBY-2821 Project: JRuby Issue Type: Bug Affect

Re: [jruby-dev] Re: [jruby-user] Re: [jruby-dev] Re: [jruby-user] JRuby 1.1.3 by end of week...Nominate problems here...

2008-07-17 Thread Vladimir Sizikov
Hi Joseph, Thanks for the report! I bit of background: We had a regression some time ago when the command line options for setting Client/Server VM were not working, so I added those regressions tests to make sure it won't happen again. But, in case of x64 JVM, there is no client VM at all, only

[jruby-dev] [jira] Created: (JRUBY-2820) Most Etc methods behave diferently on Windows under x32 and x64 JVMs

2008-07-17 Thread Vladimir Sizikov (JIRA)
Most Etc methods behave diferently on Windows under x32 and x64 JVMs Key: JRUBY-2820 URL: http://jira.codehaus.org/browse/JRUBY-2820 Project: JRuby Issue Type: Bug

[jruby-dev] [jira] Created: (JRUBY-2819) File.umask is non-functional on Windows x64 with JDK x64

2008-07-17 Thread Vladimir Sizikov (JIRA)
File.umask is non-functional on Windows x64 with JDK x64 Key: JRUBY-2819 URL: http://jira.codehaus.org/browse/JRUBY-2819 Project: JRuby Issue Type: Bug Components: Core Class

[jruby-dev] [jira] Created: (JRUBY-2818) File.readlink raises NotImplementedError on 32bit JVM, but raises EINVAL on 64bit JVM

2008-07-17 Thread Vladimir Sizikov (JIRA)
File.readlink raises NotImplementedError on 32bit JVM, but raises EINVAL on 64bit JVM - Key: JRUBY-2818 URL: http://jira.codehaus.org/browse/JRUBY-2818 Project: JRuby

[jruby-dev] [jira] Created: (JRUBY-2817) File.chown works with 64bit JDK, but raises NotImplementedError on 32 bit JDK

2008-07-17 Thread Vladimir Sizikov (JIRA)
File.chown works with 64bit JDK, but raises NotImplementedError on 32 bit JDK - Key: JRUBY-2817 URL: http://jira.codehaus.org/browse/JRUBY-2817 Project: JRuby Issue

Re: [jruby-dev] JRuby 1.1.3 by end of week...Nominate problems here...

2008-07-17 Thread Martin Krauskopf
Martin Krauskopf wrote: Thomas E Enebo wrote: We plan on trying to release JRuby 1.1.3 by the end of the week (hopefully on Thursday). If people have "must-haves" or "it-would-be-dreadfully-nice-if" issues, then please let us know. We have a three or so days to square things away. One issue

Re: [jruby-dev] JRuby 1.1.3 by end of week...Nominate problems here...

2008-07-17 Thread Martin Krauskopf
Thomas E Enebo wrote: We plan on trying to release JRuby 1.1.3 by the end of the week (hopefully on Thursday). If people have "must-haves" or "it-would-be-dreadfully-nice-if" issues, then please let us know. We have a three or so days to square things away. One issue is adding 64 bit support

[jruby-dev] [jira] Created: (JRUBY-2816) Kernel#system call from within debugger session freezes JRuby

2008-07-17 Thread Martin Krauskopf (JIRA)
Kernel#system call from within debugger session freezes JRuby - Key: JRUBY-2816 URL: http://jira.codehaus.org/browse/JRUBY-2816 Project: JRuby Issue Type: Bug Components:

[jruby-dev] [jira] Created: (JRUBY-2815) System triggered from inside of tracing behaves oddly

2008-07-17 Thread Martin Krauskopf (JIRA)
System triggered from inside of tracing behaves oddly - Key: JRUBY-2815 URL: http://jira.codehaus.org/browse/JRUBY-2815 Project: JRuby Issue Type: Bug Components: Interpreter

[jruby-dev] [jira] Created: (JRUBY-2814) release jna-posix and update jruby afterwards

2008-07-17 Thread Thomas E Enebo (JIRA)
release jna-posix and update jruby afterwards - Key: JRUBY-2814 URL: http://jira.codehaus.org/browse/JRUBY-2814 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.2 Reporter

Re: [jruby-dev] JRuby 1.1.3 by end of week...Nominate problems here...

2008-07-17 Thread Charles Oliver Nutter
Christian Seiler wrote: I just found out that jirb turns on ObjectSpace, so script/console it not suited for benchmarking. Running without ObjectSpace the "Profile.new" test performs blazingly fast (twice as fast as MRI!). "Profile.find" is about 20-30% slower, which I think is still pretty good.

Re: [jruby-dev] JRuby 1.1.3 by end of week...Nominate problems here...

2008-07-17 Thread Christian Seiler
Christian Seiler wrote: > > yes, uname -a: Linux cs-laptop 2.6.24-19-generic > java 1.6.0_06-b02 > > Best out of 10.times {puts Benchmark.measure {1.times {Profile.find > :first}}.total} > > Profile is a simple AR model (a few properties). > > I just noticed that 10.times {puts Benchmark