[jruby-dev] [jira] Created: (JRUBY-4631) Method call into java is choosing the wrong method by argument type.

2010-03-08 Thread Daniel Lucraft (JIRA)
Method call into java is choosing the wrong method by argument type. Key: JRUBY-4631 URL: http://jira.codehaus.org/browse/JRUBY-4631 Project: JRuby Issue Type: Bug

[jruby-dev] Formalizing compiled class names using SHA1 stuff

2010-03-08 Thread Charles Oliver Nutter
If you're interested in compiled Ruby code, please read :) One of the biggest problems in compiling Ruby code to Java classes has been deciding on a class name. Java is very strict about not allowing two pieces of code to load from the same classloader with the same package and class name. So in

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread Nick Sieger
On Sun, Mar 7, 2010 at 2:50 PM, Charles Oliver Nutter wrote: > Ok, we want to go to RC real soon now. Here's a few things I think are > still left unresolved that we need to deal with: > > * Bugs marked for 1.5 (44 of them). Obviously we're not going to get > them all in, so we need to start whitt

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread Hirotsugu Asari
On Mar 8, 2010, at 10:26 AM, Nick Sieger wrote: > On Sun, Mar 7, 2010 at 2:50 PM, Charles Oliver Nutter > wrote: >> Ok, we want to go to RC real soon now. Here's a few things I think are >> still left unresolved that we need to deal with: >> >> * Bugs marked for 1.5 (44 of them). Obviously we'r

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread David Calavera
On Mon, Mar 8, 2010 at 5:38 PM, Hirotsugu Asari wrote: > > On Mar 8, 2010, at 10:26 AM, Nick Sieger wrote: > > > On Sun, Mar 7, 2010 at 2:50 PM, Charles Oliver Nutter > > wrote: > >> Ok, we want to go to RC real soon now. Here's a few things I think are > >> still left unresolved that we need to

[jruby-dev] [jira] Created: (JRUBY-4632) ArrayIndexoutofBoundsException out of ReaderInputStream.read method

2010-03-08 Thread Vladimir Sizikov (JIRA)
ArrayIndexoutofBoundsException out of ReaderInputStream.read method Key: JRUBY-4632 URL: http://jira.codehaus.org/browse/JRUBY-4632 Project: JRuby Issue Type: Bug

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread David Calavera
I just did some modification to the Mac installer and I think now it could be ready for a first version. Here is the repo: http://github.com/calavera/jruby-mac-installer Basically, now it creates this directories structure when the package is installed: /Library/Frameworks | | -> JRuby.fra

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread David Calavera
30 seconds after clicking the "Send" button I just found a bug XD, I'm installing the native launcher when the installer is been built but I should install it when the user is installing the package, it's a quite easy modification. On Mon, Mar 8, 2010 at 11:54 PM, David Calavera wrote: > I just d

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread Charles Oliver Nutter
On Mon, Mar 8, 2010 at 4:54 PM, David Calavera wrote: > I just did some modification to the Mac installer and I think now it could > be ready for a first version. > Here is the repo: http://github.com/calavera/jruby-mac-installer > Basically, now it creates this directories structure when the pack

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread Charles Oliver Nutter
On Mon, Mar 8, 2010 at 10:26 AM, Nick Sieger wrote: > On Sun, Mar 7, 2010 at 2:50 PM, Charles Oliver Nutter > wrote: >> Ok, we want to go to RC real soon now. Here's a few things I think are >> still left unresolved that we need to deal with: >> >> * Native launcher...is it ready to go? > > Ready

Re: [jruby-dev] Wrapping up 1.5

2010-03-08 Thread Vladimir Sizikov
Hi, On Tue, Mar 9, 2010 at 1:00 AM, Charles Oliver Nutter wrote: >>> * Native launcher...is it ready to go? >> >> Ready to go. We're continuing to make tweaks, but those can be picked >> up separately via gem install. We should also move the launcher to >> 1.0. > > Awesome. I realized today I hav