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
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
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
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
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
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 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
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
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
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
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
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
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
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
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:
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
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
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.
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
19 matches
Mail list logo