Re: JOY! Re: Not good. Re: [Jruby-devel] YAML and JRuby

2006-05-11 Thread Charles O Nutter
;ll see what I can see. >>> >>>On 5/9/06, Ola Bini <[EMAIL PROTECTED]> wrote: >>>>Hi. >>>> >>>>The results of trying to parse the GemSpec is not encouraging. I get an >>>>OutOfMemoryError. >>>>What I'm wondering is i

JOY! Re: Not good. Re: [Jruby-devel] YAML and JRuby

2006-05-11 Thread Ola Bini
lts of trying to parse the GemSpec is not encouraging. I get an OutOfMemoryError. What I'm wondering is if this is caused by JRuby using too much resources to do it's thing, or if there is a bug somewhere in JRuby. Regards Ola Bini - Original Message - From: Ola Bini <[EMAIL PROTEC

Re: Not good. Re: [Jruby-devel] YAML and JRuby

2006-05-11 Thread Ola Bini
5/9/06, Ola Bini <[EMAIL PROTECTED]> wrote: Hi. The results of trying to parse the GemSpec is not encouraging. I get an OutOfMemoryError. What I'm wondering is if this is caused by JRuby using too much resources to do it's thing, or if there is a bug somewhere in JRuby. Regards Ola

Re: Not good. Re: [Jruby-devel] YAML and JRuby

2006-05-10 Thread Ola Bini
The results of trying to parse the GemSpec is not encouraging. I get an OutOfMemoryError. What I'm wondering is if this is caused by JRuby using too much resources to do it's thing, or if there is a bug somewhere in JRuby. Regards Ola Bini - Original Message - From: Ola Bini <[EMAIL

Re: Not good. Re: [Jruby-devel] YAML and JRuby

2006-05-10 Thread Charles O Nutter
ate: Tuesday, May 9, 2006 11:26 pm Subject: Re: [Jruby-devel] YAML and JRuby To: [email protected] > Hi. > > Since headius.com seem to be down, I tried with the version I have, > anddid as you suggested and put it in lib. This works. The downside > is that > t

Not good. Re: [Jruby-devel] YAML and JRuby

2006-05-09 Thread Ola Bini
: Ola Bini <[EMAIL PROTECTED]> Date: Tuesday, May 9, 2006 11:26 pm Subject: Re: [Jruby-devel] YAML and JRuby To: [email protected] > Hi. > > Since headius.com seem to be down, I tried with the version I have, > anddid as you suggested and put it in lib. This works. T

Re: [Jruby-devel] YAML and JRuby

2006-05-09 Thread Ola Bini
Date: Tuesday, May 9, 2006 9:40 pm Subject: Re: [Jruby-devel] YAML and JRuby To: [email protected] > On Tue, 09 May 2006, Ola Bini defenestrated me: > > > Hi everyone. > > > > I have been a little bit secluded, while working on RbYAML. Right > now> I&

Re: [Jruby-devel] YAML and JRuby

2006-05-09 Thread Thomas E Enebo
On Tue, 09 May 2006, Ola Bini defenestrated me: > Hi everyone. > > I have been a little bit secluded, while working on RbYAML. Right now > I'm trying to integrate it with JRuby, and this would seem easy to do. > I'm thinking something like this would suffice in yaml.rb: > > require 'rbyaml' > >

[Jruby-devel] YAML and JRuby

2006-05-09 Thread Ola Bini
Hi everyone. I have been a little bit secluded, while working on RbYAML. Right now I'm trying to integrate it with JRuby, and this would seem easy to do. I'm thinking something like this would suffice in yaml.rb: require 'rbyaml' module YAML # Make YAML module to act exactly as RbYAML def se