[jruby-dev] [jira] Created: (JRUBY-948) undefined methods are not preserved when a module/class is dup'ed.

2007-05-16 Thread Bill Dortch (JIRA)
undefined methods are not preserved when a module/class is dup'ed. -- Key: JRUBY-948 URL: http://jira.codehaus.org/browse/JRUBY-948 Project: JRuby Issue Type: Bug Comp

[jruby-dev] why don’t using UTF-8 for Ruby internal use?

2007-05-16 Thread 0-3G-05 贾延平
Firest of all, sorry for my poor english:-) These days, I tried Jruby with chinese. And I have a question: Why don’t using UTF-8 for Ruby internal use, Especially with �CKu option? We can 1, Read ruby script file using the file’s encoding instead of read RAW data. 2, Strings first convert to j

[jruby-dev] [jira] Created: (JRUBY-947) ScriptTestSuite Failure in mri/sample/test.rb

2007-05-16 Thread Bill Dortch (JIRA)
ScriptTestSuite Failure in mri/sample/test.rb - Key: JRUBY-947 URL: http://jira.codehaus.org/browse/JRUBY-947 Project: JRuby Issue Type: Bug Environment: JRuby trunk, Java 6, WinXP

[jruby-dev] [jira] Created: (JRUBY-946) Something is messed up with single quotes in YAML

2007-05-16 Thread Ola Bini (JIRA)
Something is messed up with single quotes in YAML - Key: JRUBY-946 URL: http://jira.codehaus.org/browse/JRUBY-946 Project: JRuby Issue Type: Bug Components: Core Classes/Modules A

[jruby-dev] [jira] Created: (JRUBY-945) YAML should not fail on stupid classes

2007-05-16 Thread Ola Bini (JIRA)
YAML should not fail on stupid classes -- Key: JRUBY-945 URL: http://jira.codehaus.org/browse/JRUBY-945 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby

[jruby-dev] [jira] Created: (JRUBY-944) Debugger stopped to work

2007-05-16 Thread Martin Krauskopf (JIRA)
Debugger stopped to work Key: JRUBY-944 URL: http://jira.codehaus.org/browse/JRUBY-944 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.0.0RC2 Environme

Re: [jruby-dev] sh/bat challenge for 1.0: Help with command-line processing

2007-05-16 Thread Jonathan Paisley
On 16 May 2007, at 21:14, Nick Sieger wrote: On 5/16/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: http://jira.codehaus.org/browse/JRUBY-884 If someone can get the -J thing working, that would really solve 90% of this bug. The remainder is deciding which options should have their o

Re: [jruby-dev] sh/bat challenge for 1.0: Help with command-line processing

2007-05-16 Thread Nick Sieger
On 5/16/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: http://jira.codehaus.org/browse/JRUBY-884 This bug describes a need for adding pre-JVM-startup command-line switches to JRuby. Unfortunately, I haven't the skill with sh and cmd to make this work right. We need help here. Basically, w

[jruby-dev] [jira] Created: (JRUBY-943) Migrate execution to using new RestArg node rather than indexed restarg value

2007-05-16 Thread Charles Oliver Nutter (JIRA)
Migrate execution to using new RestArg node rather than indexed restarg value - Key: JRUBY-943 URL: http://jira.codehaus.org/browse/JRUBY-943 Project: JRuby Issue Ty

Re: [jruby-dev] bzip2 implementation now appears to beating/equaling Apache

2007-05-16 Thread Leo User
--- Charles Oliver Nutter <[EMAIL PROTECTED]> wrote: > Leo User wrote: > > Hello Mister Nutter, > > > > the bzip2 has made a great leap today and now > appears > > to be outperforming the Apache code. The critical > > change came when I realised that the blocksort > code > > was always using the

Re: [jruby-dev] bzip2 implementation now appears to beating/equaling Apache

2007-05-16 Thread Charles Oliver Nutter
Leo User wrote: Hello Mister Nutter, the bzip2 has made a great leap today and now appears to be outperforming the Apache code. The critical change came when I realised that the blocksort code was always using the fallback sorts. So I fixed some bugs and that problem no longer appears to be t

[jruby-dev] sh/bat challenge for 1.0: Help with command-line processing

2007-05-16 Thread Charles Oliver Nutter
http://jira.codehaus.org/browse/JRUBY-884 This bug describes a need for adding pre-JVM-startup command-line switches to JRuby. Unfortunately, I haven't the skill with sh and cmd to make this work right. We need help here. Basically, we need to go through all the arguments passed to the jruby

[jruby-dev] [jira] Created: (JRUBY-942) ClassCastException occurs when Object#instance_eval is invoked

2007-05-16 Thread Koichiro Ohba (JIRA)
ClassCastException occurs when Object#instance_eval is invoked -- Key: JRUBY-942 URL: http://jira.codehaus.org/browse/JRUBY-942 Project: JRuby Issue Type: Bug Components:

[jruby-dev] [jira] Created: (JRUBY-941) Possible race condition related to Object#send

2007-05-16 Thread Paul Carey (JIRA)
Possible race condition related to Object#send -- Key: JRUBY-941 URL: http://jira.codehaus.org/browse/JRUBY-941 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects