23/07, Nicolas Modrzyk <[EMAIL PROTECTED]> wrote:
Hi devs,
I have submitted patches for the following jira issues:
http://jira.codehaus.org/browse/JRUBY-1230
http://jira.codehaus.org/browse/JRUBY-1228
http://jira.codehaus.org/browse/JRUBY-1108
Would it be possible to review and commit them ?
Hi Antonio,
Actually, both should work.
Can you try to execute:
%JRUBY_HOME%\bin\gem
and see what it returns ?
Niko
On Jul 27, 2007, at 1:46 PM, capi wrote:
Hello Charlie,
thank you for you reply.
Unfortunatly didnt work too :-(
With that command i got this error:
C:\jrub
Hi Antonio,
Think it should be
JRUBY_HOME= C:\jruby-1.0
and
then add JRUBY_HOME\bin in your path.
Let me know if this works.
Regards,
Nicolas,
On Jul 27, 2007, at 8:48 AM, capi wrote:
Hello.
I'm trying to install jruby and i can't.
These are the steps that i took:
1) I download jruby.
2) I
Hi devs,
I have submitted patches for the following jira issues:
http://jira.codehaus.org/browse/JRUBY-1230
http://jira.codehaus.org/browse/JRUBY-1228
http://jira.codehaus.org/browse/JRUBY-1108
Would it be possible to review and commit them ?
Thank you in advance,
Nicolas Modrzyk
Versions: JRuby 1.0.0
Reporter: Nicolas Modrzyk
Priority: Critical
Fix For: JRuby 1.1.0
The buffer for IOhandlers are not thread safe, meaning some very nasty things
happen. A test case:
oo = open("file1", "w")
t = Thread.new { 10_000_000.
Environment: OSX only
Reporter: Nicolas Modrzyk
Attachments: tb_test.rb
The following test fails on OSX, but runs properly on linux.
Basically, on load an object from YAML, the string has some unnecessary spaces
or hidden characters that makes the string longer than what it should
Affects Versions: JRuby 1.0.0
Environment: any
Reporter: Nicolas Modrzyk
Attachments: patch_for_float_parsing.patch, tc_test.rb
parsing for float is responding differently on jruby even with strict enabled.
--
This message is automatically generated by JIRA
Date formattting failed in jruby
Key: JRUBY-1147
URL: http://jira.codehaus.org/browse/JRUBY-1147
Project: JRuby
Issue Type: Bug
Reporter: Nicolas Modrzyk
Assignee: Thomas E Enebo
: Miscellaneous
Affects Versions: JRuby 1.0.0RC3
Environment: linux java 1.7
Reporter: Nicolas Modrzyk
Assignee: Thomas E Enebo
the following suspicious lines are in the rake and spec scripts:
[niko @ /home/niko/shared/bin/jruby-1.0.0RC3/bin]>find -type f -print0 | xa