Re: [jruby-dev] Bug cleanup in progress

2007-10-21 Thread Charles Oliver Nutter
Today, I stopped at 1139; same request applies. Charles Oliver Nutter wrote: I went through about a 120 bugs this evening, fixing a bunch, applying patches for a bunch, closing a bunch that were already working, backporting a few fixes, assigning some to specific versions or committers, and ad

[jruby-dev] [jira] Created: (JRUBY-1462) test_trace_func crashes interpreter

2007-10-21 Thread Charles Oliver Nutter (JIRA)
test_trace_func crashes interpreter --- Key: JRUBY-1462 URL: http://jira.codehaus.org/browse/JRUBY-1462 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.0 Reporter: Charles Oliver Nut

Re: [jruby-dev] Re: Slowness of attr sets

2007-10-21 Thread Charles Oliver Nutter
Bill Dortch wrote: On 10/20/07, *Bill Dortch* <[EMAIL PROTECTED] > wrote: Might it have something to do with the reference to self in the call? ... This appears to be at least part of the story. If I change: ... to: def benchmark_attr_get ... self.a

[jruby-dev] [jira] Created: (JRUBY-1461) require './NonExistantRequiredFile' causes StringIndexOutOfBoundException instead of LoadError

2007-10-21 Thread Pat Cheng (JIRA)
require './NonExistantRequiredFile' causes StringIndexOutOfBoundException instead of LoadError -- Key: JRUBY-1461 URL: http://jira.codehaus.org/browse/JRUBY-1461

[jruby-dev] Re: Slowness of attr sets

2007-10-21 Thread Bill Dortch
On 10/20/07, Bill Dortch <[EMAIL PROTECTED]> wrote: Might it have something to do with the reference to self in the call? This appears to be at least part of the story. If I change: def benchmark_attr_get ... a; a; a; ... ... end to: def benchmark_attr_get ... self.