[jruby-dev] [jira] Created: (JRUBY-1181) Rake batch file for Windows environments

2007-07-02 Thread Henrik Mohr (JIRA)
Rake batch file for Windows environments Key: JRUBY-1181 URL: http://jira.codehaus.org/browse/JRUBY-1181 Project: JRuby Issue Type: Improvement Components: Miscellaneous Affects Versions

Re: [jruby-dev] Brand new dynamic STI implementation

2007-07-02 Thread dreamhead
Hi, Charlie! You'd better consider thread-safe in getIndex. Ye Zheng -- Everything is simple! - To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email

Re: [jruby-dev] Java integration magic++

2007-07-02 Thread Thomas E Enebo
Huzzah. I have been waiting for this bug for a while and I thank you for making it start to breath. -Tom On 7/1/07, Nick Sieger <[EMAIL PROTECTED]> wrote: I just committed a patch I had lingering in JRUBY-991, plus some enhancements. We can back out the change if it causes problems or proves

Re: [jruby-dev] Brand new dynamic STI implementation

2007-07-02 Thread Charles Oliver Nutter
dreamhead wrote: Hi, Charlie! You'd better consider thread-safe in getIndex. I thought about that, and can easily add it. It's only making modifications at JRuby startup time, but I suppose there could certainly be multiple JRuby instances starting up at a time. The other option, perhaps be

[jruby-dev] [jira] Created: (JRUBY-1182) Warning line numbers off by one

2007-07-02 Thread Doug Donohoe (JIRA)
Warning line numbers off by one --- Key: JRUBY-1182 URL: http://jira.codehaus.org/browse/JRUBY-1182 Project: JRuby Issue Type: Bug Components: Parser Affects Versions: JRuby 1.0.0 Environmen

[jruby-dev] Serialization and Persistence

2007-07-02 Thread Alan McKean
Since the lack of Java serialization of JRuby objects stops us dead in our tracks when trying to hook up our persistence engine, I am interested in either getting someone on this end to work on it or jumping in myself. In either case, I need some background on the JRuby runtime architecture

[jruby-dev] [jira] Created: (JRUBY-1183) New closure conversion should prefer methods with convertable args over those without

2007-07-02 Thread Charles Oliver Nutter (JIRA)
New closure conversion should prefer methods with convertable args over those without - Key: JRUBY-1183 URL: http://jira.codehaus.org/browse/JRUBY-1183 Project: JRuby