Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Ola Bini
gt; > Date: Thursday, March 23, 2006 9:07 pm > Subject: Re: [Jruby-devel] newArray-implementations. > To: [email protected] > > > Oh! Array and Hash are meant to implement List and Map so that > > userscan pass Ruby arrays/hashes out to Java space and get

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Ola Bini
Hi. Ah, of course. Well, then it does make sense, and I will change the tests and implementation to reflect this. Good! =) /O - Original Message - From: Thomas E Enebo <[EMAIL PROTECTED]> Date: Thursday, March 23, 2006 9:07 pm Subject: Re: [Jruby-devel] newArray-implementatio

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Thomas E Enebo
y(Object[]) is really not necessary, > since any call to it will cause it to explode). > > Regards > Ola Bini > > - Original Message - > From: Thomas E Enebo <[EMAIL PROTECTED]> > Date: Thursday, March 23, 2006 4:28 pm > Subject: Re: [Jruby-devel] newArray-

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Ola Bini
28 pm Subject: Re: [Jruby-devel] newArray-implementations. To: [email protected] > For those tests we have some junit tests in test/org... > > Some specifically related to testing Array and Hash. I am off to > a meeting right now so the specifics are not at hand... >

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Charles O Nutter
TED]>Date: Thursday, March 23, 2006 3:50 pmSubject: Re: [Jruby-devel] newArray-implementations. To: [email protected]> On Wed, 22 Mar 2006, Ola Bini defenestrated me:> >> > Here comes a small patch, with implementations for Object[] > > toArray(Object[]) in Ruby

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Ola Bini
) ... Anything anyone seen before? /O - Original Message - From: Thomas E Enebo <[EMAIL PROTECTED]> Date: Thursday, March 23, 2006 3:50 pm Subject: Re: [Jruby-devel] newArray-implementations. To: [email protected] > On Wed, 22 Mar 2006, Ola Bini defenestrated me: > > &

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Thomas E Enebo
For those tests we have some junit tests in test/org... Some specifically related to testing Array and Hash. I am off to a meeting right now so the specifics are not at hand... If you add to that test then they will get run at part of ant test. Along the lines of testing you will notice I

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Ola Bini
Haha, yes, I was thinking about that. On the subject, is there any standard for coding unit-tests, where to put them etc? Is there a goal in ant for running the tests? /O > On Wed, 22 Mar 2006, Ola Bini defenestrated me: > > > > Here comes a small patch, with implementations for Object[] > > toA

Re: [Jruby-devel] newArray-implementations.

2006-03-23 Thread Thomas E Enebo
On Wed, 22 Mar 2006, Ola Bini defenestrated me: > > Here comes a small patch, with implementations for Object[] > toArray(Object[]) in RubyArray and RubyHash. Cool. Applied (with minor changes under guise of consistency with rest of code base). Bonus points if you provide an additional patch wi

[Jruby-devel] newArray-implementations.

2006-03-22 Thread Ola Bini
Hi. Here comes a small patch, with implementations for Object[] toArray(Object[]) in RubyArray and RubyHash. Regards Ola Bini toArray.patch Description: Binary data