[jruby-dev] Hash order bug on trunk

2007-11-23 Thread Charles Oliver Nutter
There's a failure on trunk on some platforms related to hash ordering. [junit] test_sort_with_block(TC_Hash_Sort_Instance) [./test/externals/ruby_test/test/core/Hash/instance/tc_sort.rb:26]: [junit] <[["c", 3], ["b", 2], ["a", 1]]> expected but was [junit] <[["b", 2], ["a", 1], ["c"

Re: [jruby-dev] getting involved

2007-11-23 Thread Charles Oliver Nutter
Wirianto Djunaidi wrote: It will be great if someone can put how to do rubinius spec test against JRuby on the wiki. I had created some patches based on issues submitted by Vladimir which were based on the rubinius spec test, but I am unable to do the test myself..so I have been doing the test

[jruby-dev] [jira] Created: (JRUBY-1613) Tweak Java method aliasing in JavaClass to apply ? suffix to any method with boolean return type, loosen restriction on non-void setters

2007-11-23 Thread Joshua Graham (JIRA)
Tweak Java method aliasing in JavaClass to apply ? suffix to any method with boolean return type, loosen restriction on non-void setters Key: J

Re: [jruby-dev] getting involved

2007-11-23 Thread Charles Oliver Nutter
Vladimir Sizikov wrote: Hi guys, I've been running the Rubinius spec test the last few days (and noticed that Wirianto was looking at the bug reports I filed, providing some patches :) ). By the way, another area that would be *great* for someone to get involved would be to write up an ant ta

[jruby-dev] [jira] Created: (JRUBY-1611) Variable access with depth > 0 should be more static

2007-11-23 Thread Charles Oliver Nutter (JIRA)
Variable access with depth > 0 should be more static Key: JRUBY-1611 URL: http://jira.codehaus.org/browse/JRUBY-1611 Project: JRuby Issue Type: Improvement Components: Compiler

[jruby-dev] [jira] Created: (JRUBY-1610) DynamicScope could benefit from some custom impls that use Java fields rather than an array

2007-11-23 Thread Charles Oliver Nutter (JIRA)
DynamicScope could benefit from some custom impls that use Java fields rather than an array --- Key: JRUBY-1610 URL: http://jira.codehaus.org/browse/JRUBY-1610 Pr

Re: [jruby-dev] getting involved

2007-11-23 Thread Vladimir Sizikov
Hi guys, I've been running the Rubinius spec test the last few days (and noticed that Wirianto was looking at the bug reports I filed, providing some patches :) ). Here's what I do (under Linux, it seems that Rubinius specs can't be yet run on Windows): 1. Get the rubinius souces: git clone git

Re: [jruby-dev] getting involved

2007-11-23 Thread Vladimir Sizikov
Charles, Yep, when I get enough experience with Rubinius spec tests and evaluate most showstoppers that just break or hang the test run with JRbuy, eventually the goal is to enable them in JRuby build, otherwise it will always the race to evaluate new problems/failures. Once the specs are up-to-da

[jruby-dev] [jira] Created: (JRUBY-1612) File#truncate creates a new file if the file doesn't exist

2007-11-23 Thread Vladimir Sizikov (JIRA)
File#truncate creates a new file if the file doesn't exist -- Key: JRUBY-1612 URL: http://jira.codehaus.org/browse/JRUBY-1612 Project: JRuby Issue Type: Bug Components: Core C

[jruby-dev] [jira] Created: (JRUBY-1614) File.open should throw Errno::EACCES when opening non-permitted file

2007-11-23 Thread Vladimir Sizikov (JIRA)
File.open should throw Errno::EACCES when opening non-permitted file Key: JRUBY-1614 URL: http://jira.codehaus.org/browse/JRUBY-1614 Project: JRuby Issue Type: Bug

Re: [jruby-dev] getting involved

2007-11-23 Thread Vladimir Sizikov
Hi guys, On Nov 23, 2007 10:16 AM, Vladimir Sizikov <[EMAIL PROTECTED]> wrote: > Also, something wrong with Thread.join, and > Thread tests needs to be excluded (I'll investigate this). Figured out this one. It is a bug in Rubinius spec test, unrelated to Thread.join, but causing Thread.join to

[jruby-dev] [jira] Created: (JRUBY-1615) Raising java exceptions from ruby causes TypeError

2007-11-23 Thread simon jenkins (JIRA)
Raising java exceptions from ruby causes TypeError --- Key: JRUBY-1615 URL: http://jira.codehaus.org/browse/JRUBY-1615 Project: JRuby Issue Type: Bug Components: Java Integration