Re: [jruby-dev] a few jiras

2007-07-27 Thread Nicolas Modrzyk
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 ?

Re: [jruby-dev] Problem installing rails

2007-07-27 Thread Nicolas Modrzyk
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

Re: [jruby-dev] The system cannot find the path specified.

2007-07-27 Thread Nicolas Modrzyk
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

[jruby-dev] a few jiras

2007-07-23 Thread Nicolas Modrzyk
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

[jruby-dev] [jira] Created: (JRUBY-1227) CLONE -JRuby IOHandlers are not thread safe

2007-07-19 Thread Nicolas Modrzyk (JIRA)
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.

[jruby-dev] [jira] Created: (JRUBY-1219) Japanese problem in YAML

2007-07-18 Thread Nicolas Modrzyk (JIRA)
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

[jruby-dev] [jira] Created: (JRUBY-1215) parsing of float different than cruby (with patch)

2007-07-17 Thread Nicolas Modrzyk (JIRA)
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

[jruby-dev] [jira] Created: (JRUBY-1147) Date formattting failed in jruby

2007-06-14 Thread Nicolas Modrzyk (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

[jruby-dev] [jira] Created: (JRUBY-1113) wrong ruby interpreter defined in rake and spec scripts

2007-06-06 Thread Nicolas Modrzyk (JIRA)
: 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