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
Hi 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 Right Thing(tm). Status reports will follow. In the m

Re: [Jruby-devel] RubyGems stuff

2006-04-16 Thread Ola Bini
Hi! I've now tried to up the stack size, first to 1024K and then to 2048K ... no luck here. It seems you're right, and it's a bug somewhere. /O - Original Message - From: Charles O Nutter <[EMAIL PROTECTED]> Date: Friday, April 14, 2006 4:50 pm Subject: Re: [Jruby-devel] RubyGems stuff T

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