[jruby-dev] [jira] (JRUBY-6640) stat.st_gid unsupported or native support failed to load org/jruby/RubyFileStat.java:432

2012-05-03 Thread Thomas Sonntag (JIRA)
Thomas Sonntag created JRUBY-6640: - Summary: stat.st_gid unsupported or native support failed to load org/jruby/RubyFileStat.java:432 Key: JRUBY-6640 URL: https://jira.codehaus.org/browse/JRUBY-6640 P

Re: [jruby-dev] dollar vars

2012-05-03 Thread Charles Oliver Nutter
Inline... On Thu, May 3, 2012 at 3:52 AM, Subramanya Sastry wrote: > So, Tom and I have wondered on and off about how to represent/handle $-vars > better.  And last week, when Charlie, Tom, and I met, we talked about it > some more, where it occured to us that $-vars are not that different from >

Re: [jruby-dev] dollar vars

2012-05-03 Thread Thomas E Enebo
On Thu, May 3, 2012 at 3:17 PM, Charles Oliver Nutter wrote: > Inline... > > On Thu, May 3, 2012 at 3:52 AM, Subramanya Sastry wrote: >> So, Tom and I have wondered on and off about how to represent/handle $-vars >> better.  And last week, when Charlie, Tom, and I met, we talked about it >> some

[jruby-dev] [jira] (JRUBY-6641) Java Exceptions Can Only Be Rescued if First in Exception List When Running in Interpreted Mode

2012-05-03 Thread Ben Browning (JIRA)
Ben Browning created JRUBY-6641: --- Summary: Java Exceptions Can Only Be Rescued if First in Exception List When Running in Interpreted Mode Key: JRUBY-6641 URL: https://jira.codehaus.org/browse/JRUBY-6641

[jruby-dev] [jira] (JRUBY-6642) RubyException.printBacktrace omits the first line

2012-05-03 Thread Martin Kleppmann (JIRA)
Martin Kleppmann created JRUBY-6642: --- Summary: RubyException.printBacktrace omits the first line Key: JRUBY-6642 URL: https://jira.codehaus.org/browse/JRUBY-6642 Project: JRuby Issue Type:

Re: [jruby-dev] dollar vars

2012-05-03 Thread Subramanya Sastry
> > So, we create LastMatch, and get rid of Backref and NthRef operands and > > convert them into special calls on the LastMatch operand. > > > > And, here are the two significant changes. If there are no uses of > > LastMatch in a method (and all descendent scopes -- blocks passed into > > calls)