Re: [Jruby-devel] SourcePosition in the AST

2006-04-27 Thread Mirko Stocker
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 windows binaries > there).  Install it somewhere.  Update 'update' to

[Jruby-devel] Another socket patch

2006-04-27 Thread Evan Buswell
I'm trying to get WEBrick::GenericServer running unmodified. This patch brings the error forward to...the same function call it was failing at before ('cause of an undefined constant). Oh well. It might be trivial to get past that point, but I'm done for today. This brings us *much* closer to a

Re: [Jruby-devel] SourcePosition in the AST

2006-04-27 Thread Thomas E Enebo
On Thu, 27 Apr 2006, Mirko Stocker defenestrated me: > > Hi Tom > > On Tuesday 25 April 2006 16:46, Thomas E Enebo wrote: > > If you understand this code you can create some simple > > unit tests to add to testPositions and I can likely figure those out (or > > help you figure them out). > > I st

Re: [Jruby-devel] SourcePosition in the AST

2006-04-27 Thread Mirko Stocker
Hi Tom On Tuesday 25 April 2006 16:46, Thomas E Enebo wrote: > If you understand this code you can create some simple > unit tests to add to testPositions and I can likely figure those out (or > help you figure them out). I studied the code and wrote a test for the ClassVarDeclNode, InstAsgnNode