[jruby-dev] [jira] Created: (JRUBY-1391) New JavaProxyConstructor logic not picking up JavaProxy for objects passed to Ruby

2007-09-27 Thread Bill Dortch (JIRA)
New JavaProxyConstructor logic not picking up JavaProxy for objects passed to Ruby -- Key: JRUBY-1391 URL: http://jira.codehaus.org/browse/JRUBY-1391 Project: JRuby

[jruby-dev] Re: [jruby-scm] [jira] Commented: (JRUBY-1389) Calling new on singleton should fail

2007-09-27 Thread Thomas E Enebo
Charlie and I will finish looking at it today. From what I have seen it looks good to me so far. -Tom On 9/26/07, Bill Dortch (JIRA) <[EMAIL PROTECTED]> wrote: > > [ > http://jira.codehaus.org/browse/JRUBY-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108

Re: [jruby-dev] Re: [jruby-scm] [jira] Commented: (JRUBY-1389) Calling new on singleton should fail

2007-09-27 Thread Marcin Mielżyński
There's also testCornerCases test set in the post with patch attached. Marcin Thomas E Enebo wrote: Charlie and I will finish looking at it today. From what I have seen it looks good to me so far. -Tom On 9/26/07, Bill Dortch (JIRA) <[EMAIL PROTECTED]> wrote: [ http://jira.codehaus.

[jruby-dev] SQLServer passes all tests

2007-09-27 Thread Ola Bini
Hi guys, SQLServer now passes all tests in AR stables. I had to add some more fixes in the same manner as yesterday, since some things seems broken for Rails on trunk with MRI SQLServer too. Cheers -- Ola Bini (http://ola-bini.blogspot.com) JRuby Core Developer Developer, ThoughtWorks Stu

[jruby-dev] [jira] Created: (JRUBY-1392) [PATCH] Smarter method caching

2007-09-27 Thread Alexey Verkhovsky (JIRA)
[PATCH] Smarter method caching -- Key: JRUBY-1392 URL: http://jira.codehaus.org/browse/JRUBY-1392 Project: JRuby Issue Type: Improvement Components: Core Classes/Modules Environment: rev 4409

[jruby-dev] One line patch for jruby-debug

2007-09-27 Thread Chris Nelson
Need this for DebugThread to be possible. Let me know if I should create a JIRA for this. --Chris Index: /home/ccnelson/workspace/jruby-debug/src/org/jruby/debug/Context.java === --- /home/ccnelson/workspace/jruby-debug/src/org/jruby

[jruby-dev] [jira] Created: (JRUBY-1393) JRuby Errno module is missing ECONNABORTED

2007-09-27 Thread Adam Glasgall (JIRA)
JRuby Errno module is missing ECONNABORTED -- Key: JRUBY-1393 URL: http://jira.codehaus.org/browse/JRUBY-1393 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Environm

Re: [jruby-dev] One line patch for jruby-debug

2007-09-27 Thread Martin Krauskopf
Chris Nelson wrote: Need this for DebugThread to be possible. Let me know if I should create a JIRA for this. Hi Chris, this patch is not related to the JRuby code base. It belong to debug-commons, to jruby-debug there. org.jruby.debug package does not exist in JRuby's trunk and probably wi

Re: [jruby-dev] One line patch for jruby-debug

2007-09-27 Thread Chris Nelson
DOH! Attached the wrong patch... trying again. This one is necessary for jruby-debug to compile, unless I'm missing something. On 9/27/07, Martin Krauskopf <[EMAIL PROTECTED]> wrote: > > Chris Nelson wrote: > > Need this for DebugThread to be possible. Let me know if I should > > create a JIRA

Re: [jruby-dev] One line patch for jruby-debug

2007-09-27 Thread Martin Krauskopf
Chris Nelson wrote: DOH! Attached the wrong patch... trying again. This one is necessary for jruby-debug to compile, unless I'm missing something. [...] Index: /home/ccnelson/workspace/jruby-svn/src/org/jruby/RubyThread.java ===

[jruby-dev] The Compiler Is Complete

2007-09-27 Thread Charles Oliver Nutter
I just finished up compilation on BEGIN and END blocks, which brings the compiler to completion. I've also successfully been able to compile the entire standard library and run IRB and RubyGems entirely off compiled scripts (i.e. I deleted all the .rb files). OptN doesn't compile and never wil