[jruby-dev] Jline fork

2009-02-16 Thread Charles Oliver Nutter
I've forked Jline: http://github.com/headius/jline/tree/master I know the maintainer was friendly to us, but I think we really need to have more control over a few of these buggy libraries, so we can spin new releases as needed. I've never forked an OSS project before. Should we give it a ne

Re: [jruby-dev] Formalizing load and require of .class

2009-02-16 Thread Serabe
2009/2/17 Charles Oliver Nutter : > No, this would remain the same. The only behavior that would change is > using: > > require 'some.java.Class' > > as a way of getting that class loaded and callable. It will now raise an > error saying you should use 'java_import' to load it in (I could have said

Re: [jruby-dev] Formalizing load and require of .class

2009-02-16 Thread Charles Oliver Nutter
Stephen Bannasch wrote: At 8:38 PM -0600 2/16/09, Charles Oliver Nutter wrote: I'm working on http://jira.codehaus.org/browse/JRUBY-3214 and I think we need to ratchet down what load and require do when loading .class files. They've started to get overloaded for loading an individual Java clas

Re: [jruby-dev] Formalizing load and require of .class

2009-02-16 Thread Stephen Bannasch
At 8:38 PM -0600 2/16/09, Charles Oliver Nutter wrote: I'm working on http://jira.codehaus.org/browse/JRUBY-3214 and I think we need to ratchet down what load and require do when loading .class files. They've started to get overloaded for loading an individual Java class, which was never the in

[jruby-dev] [jira] Created: (JRUBY-3413) ri/rdoc do not page correctly

2009-02-16 Thread Charles Oliver Nutter (JIRA)
ri/rdoc do not page correctly - Key: JRUBY-3413 URL: http://jira.codehaus.org/browse/JRUBY-3413 Project: JRuby Issue Type: Bug Components: Extensions Affects Versions: JRuby 1.1.6 Reporte

[jruby-dev] [jira] Created: (JRUBY-3412) YAML.dump loses the timezone when dumping Time instances

2009-02-16 Thread David Agnew (JIRA)
YAML.dump loses the timezone when dumping Time instances Key: JRUBY-3412 URL: http://jira.codehaus.org/browse/JRUBY-3412 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.1.

Re: [jruby-dev] Formalizing load and require of .class

2009-02-16 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: I'm working on http://jira.codehaus.org/browse/JRUBY-3214 and I think we need to ratchet down what load and require do when loading .class files. They've started to get overloaded for loading an individual Java class, which was never the intended purpose. This gener

[jruby-dev] Formalizing load and require of .class

2009-02-16 Thread Charles Oliver Nutter
I'm working on http://jira.codehaus.org/browse/JRUBY-3214 and I think we need to ratchet down what load and require do when loading .class files. They've started to get overloaded for loading an individual Java class, which was never the intended purpose. This generally circumvents normal Java

[jruby-dev] [jira] Created: (JRUBY-3411) JRuby does not build or run on AIX due to exceptions in org.jruby.ext.ffi.Platform

2009-02-16 Thread Charles Oliver Nutter (JIRA)
JRuby does not build or run on AIX due to exceptions in org.jruby.ext.ffi.Platform -- Key: JRUBY-3411 URL: http://jira.codehaus.org/browse/JRUBY-3411 Project: JRuby

[jruby-dev] [jira] Created: (JRUBY-3410) Add -y flag to debug the parser

2009-02-16 Thread Thomas E Enebo (JIRA)
Add -y flag to debug the parser --- Key: JRUBY-3410 URL: http://jira.codehaus.org/browse/JRUBY-3410 Project: JRuby Issue Type: Bug Components: Parser Affects Versions: JRuby 1.1.6 Reporte

[jruby-dev] [jira] Created: (JRUBY-3409) Java interface methods with incorrect values (multiple DOUBLE datatypes in method params)

2009-02-16 Thread Art Collins (JIRA)
Java interface methods with incorrect values (multiple DOUBLE datatypes in method params) - Key: JRUBY-3409 URL: http://jira.codehaus.org/browse/JRUBY-3409 Projec

[jruby-dev] [jira] Created: (JRUBY-3408) FFI non-string args for methods are turned into strings anyway

2009-02-16 Thread John Mettraux (JIRA)
FFI non-string args for methods are turned into strings anyway -- Key: JRUBY-3408 URL: http://jira.codehaus.org/browse/JRUBY-3408 Project: JRuby Issue Type: Bug Affects Versions