Re: [Jruby-devel] SourcePosition in the AST

2006-04-28 Thread Thomas E Enebo
On Fri, 28 Apr 2006, Mirko Stocker defenestrated me: > On Thursday 27 April 2006 16:00, Thomas E Enebo wrote: > > ? Take a shot at it. ?I have put the parser processing code at: > > http://www.tc.umn.edu/~enebo/jruby/parser.tar.gz > > > > ? Compile Jay for your platform (I believe I have the windo

Re: [Jruby-devel] Another socket patch

2006-04-28 Thread Thomas E Enebo
I will take a look this weekend. Anything which gets us closer is a great thing. When I examined sockets last, it seemed there would need to be quite a few caveats since Java sockets are a little more abstracted than all other socket libraries (hence the mismatch). The biggest pain in theor

Re: [Jruby-devel] Status on RbYAML.

2006-04-28 Thread Thomas E Enebo
On Fri, 28 Apr 2006, Ola Bini defenestrated me: > > Just wanted to report how work is going on the Ruby port of PyYAML. > Things are actually going very good. Everything of the Loader-parts are > working now. What's missing is the Dumper, and also integration with > JRuby and the standard Ruby YAM

Re: [Jruby-devel] Threading and Variables

2006-04-28 Thread Werner Schuster (murphee)
Charles O Nutter wrote: I should have a chance to look at your threading issues this weekend, Werner. Things have been busy this week with a presentation and getting Rails to run, but I'm going to circle back around to unhandled bugs. Hi, I was wondering if you had any time looking at this

[Jruby-devel] Status on RbYAML.

2006-04-28 Thread Ola Bini
Hi! Just wanted to report how work is going on the Ruby port of PyYAML. Things are actually going very good. Everything of the Loader-parts are working now. What's missing is the Dumper, and also integration with JRuby and the standard Ruby YAML system. I'm almost sure I can fix all the Dumper stu