Re: [Jruby-devel] Yaml update

2006-06-03 Thread Ola Bini
day, June 3, 2006 3:51 am Subject: Re: [Jruby-devel] Yaml update To: [email protected] > How did you set up rbyaml to be used instead of the builtin yaml? > I'm having > a few issues (but I always have issues getting builtins to work > right). > On 6/2/06, Ola

Re: [Jruby-devel] Yaml update

2006-06-02 Thread Charles O Nutter
changes done for this. One problem is the SYCK bug, which generatesinvalid YAML.Right now I've hacked the definitions to allow illegal YAML. /O- Original Message -From: Charles O Nutter <[EMAIL PROTECTED]>Date: Saturday, June 3, 2006 0:28 amSubject: Re: [Jruby-devel] Yaml update T

Re: [Jruby-devel] Yaml update

2006-06-02 Thread Ola Bini
er <[EMAIL PROTECTED]> Date: Saturday, June 3, 2006 0:28 am Subject: Re: [Jruby-devel] Yaml update To: [EMAIL PROTECTED], [email protected] > It's shaping up to be a good summer. > > Is the latest code in rubyforge what works for installing rails? > I'd l

Re: [Jruby-devel] Yaml update

2006-06-02 Thread Charles O Nutter
It's shaping up to be a good summer.Is the latest code in rubyforge what works for installing rails? I'd like to play with that a bit.On 6/2/06, Ola Bini <[EMAIL PROTECTED]> wrote:Hi again. These last days I've been busy reimplementing the RbYAML Scanner inJava. The first implementation is very ro

Re: [Jruby-devel] Yaml update

2006-06-02 Thread Thomas E Enebo
Wow, that is insane! Insanely great -Tom On Sat, 03 Jun 2006, Ola Bini defenestrated me: > > Hi again. > > These last days I've been busy reimplementing the RbYAML Scanner in > Java. The first implementation is very rough and unruly, but it's > finished enough so I can measure performance

[Jruby-devel] Yaml update

2006-06-02 Thread Ola Bini
Hi again. These last days I've been busy reimplementing the RbYAML Scanner in Java. The first implementation is very rough and unruly, but it's finished enough so I can measure performance. (The Scanner is the most performance intensive parts of the YAML system). For testing, I've taken a file cal

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

2006-05-11 Thread Charles O Nutter
lt;[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

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

Re: [Jruby-devel] YAML.

2006-04-16 Thread Thomas E Enebo
On Sun, 16 Apr 2006, Ola Bini defenestrated me: > > I'm certianly willing. I'm of to work to fetch my trust pick-axe (why do > I always leave it there?), and then I'm on it. > I've checked the python code a little bit and it is really very good code. > Right now it actually feels like this is the

Re: [Jruby-devel] YAML.

2006-04-16 Thread Ola Bini
will follow. In the meantime, any word on our CVS situation? /O - Original Message - From: Charles O Nutter <[EMAIL PROTECTED]> Date: Sunday, April 16, 2006 11:53 am Subject: Re: [Jruby-devel] YAML. To: [email protected] > It certainly sounds like a good plan, if

Re: [Jruby-devel] YAML.

2006-04-16 Thread Charles O Nutter
It certainly sounds like a good plan, if you're willing to take it on. Meanwhile I will look into the various threading issues going around and also see if I can determine the problems with yaml.rb. We'll want to fix whatever's broken in the interpreter either way. On 4/16/06, Ola Bini <[EMAIL PROT

[Jruby-devel] YAML.

2006-04-16 Thread Ola Bini
Hi. I'm not entirely sure where the YAML parsing problems are yet, but I will investigate and see if there's a leak in JRuby or a problem with the yaml parser. In the meantime I (think) that I've found a really good way to solve our YAML problems. Kirill Simonov have written a YAML 1.1 parser and

Re: [Jruby-devel] YAML.

2006-04-11 Thread Thomas E Enebo
On Tue, 11 Apr 2006, Ola Bini defenestrated me: > Hi > > Is the BSD license a problem? It depends on how we incorporate it. I would say go for it and we will figure this part out after something is working. We include BSF in our distribution which is apache licensed and it is no big deal s

Re: [Jruby-devel] YAML.

2006-04-11 Thread Ola Bini
Hi Is the BSD license a problem? I'm probably going to take a shot at implementing this stuff tonight. /O At 15:29 2006-04-11, you wrote: On Tue, 11 Apr 2006, Ola Bini defenestrated me: > > There seems to be a Java YAML parser called JYAML at SourceForge. An idea > would be to try to rewrite

Re: [Jruby-devel] YAML.

2006-04-11 Thread Thomas E Enebo
On Tue, 11 Apr 2006, Ola Bini defenestrated me: > > There seems to be a Java YAML parser called JYAML at SourceForge. An idea > would be to try to rewrite our current yaml system to use this. > > http://jyaml.sourceforge.net/ This is the only current living YAML impl in Java. We could plug t

[Jruby-devel] YAML.

2006-04-11 Thread Ola Bini
There seems to be a Java YAML parser called JYAML at SourceForge. An idea would be to try to rewrite our current yaml system to use this. http://jyaml.sourceforge.net/ /O --- This SF.Net email is sponsored by xPML, a groundbreaking scripti

Re: [Jruby-devel] YAML-problem.

2006-03-24 Thread Ola Bini
24, 2006 2:40 pm Subject: Re: [Jruby-devel] YAML-problem. To: [email protected] > Its part of a a standard c-ruby distribution > ruby\lib\ruby\1.8\yaml\emitter.rbpossibly picked up by your RUBY_HOME > It may be being accessed emitter.rb.ast.ser depending on how you > are

Re: [Jruby-devel] YAML-problem.

2006-03-24 Thread Ola Bini
gards Ola Bini - Original Message - From: Thomas E Enebo <[EMAIL PROTECTED]> Date: Friday, March 24, 2006 2:30 pm Subject: Re: [Jruby-devel] YAML-problem. To: [email protected] > On Fri, 24 Mar 2006, Ola Bini defenestrated me: > > Hi, > > > &

Re: [Jruby-devel] YAML-problem.

2006-03-24 Thread Tim Azzopardi
Its part of a a standard c-ruby distribution ruby\lib\ruby\1.8\yaml\emitter.rb possibly picked up by your RUBY_HOME It may be being accessed emitter.rb.ast.ser depending on how you are runing jruby. Ola Bini wrote: Hi, The error that makes my post-install.rb of RubyGems to stop can be found in

Re: [Jruby-devel] YAML-problem.

2006-03-24 Thread Thomas E Enebo
On Fri, 24 Mar 2006, Ola Bini defenestrated me: > Hi, > > The error that makes my post-install.rb of RubyGems to stop can be found > in this stack trace: > src/emitter.rb:1811:in `initialize_copy': initialize_copy should take > same class object (TypeError) > from src/emitter.rb:1811:in `c

[Jruby-devel] YAML-problem.

2006-03-24 Thread Ola Bini
Hi, The error that makes my post-install.rb of RubyGems to stop can be found in this stack trace: src/emitter.rb:1811:in `initialize_copy': initialize_copy should take same class object (TypeError) from src/emitter.rb:1811:in `clone' from src/emitter.rb:1811:in `dup' from s