Re: [Jruby-devel] SourcePosition in the AST

2006-05-01 Thread Mirko Stocker
On Tuesday 02 May 2006 00:10, Thomas E Enebo wrote: >   If you could give me a patch for the .y file which would generate > the equivalent of what you changed in the .java file (along with the > tests I will add it).  A newer version of RDT will end up picking up > these changes at some point. > >

Re: [Jruby-devel] SourcePosition in the AST

2006-05-01 Thread Thomas E Enebo
On Mon, 01 May 2006, Mirko Stocker defenestrated me: > On Friday 28 April 2006 14:55, Thomas E Enebo wrote: > > ? Yeah it could be. ?Some functions creating nodes in ParserSupport > > are just sticking a position in it. ?Not necesarily the right > > position so much as the current position. > > O

Re: [Jruby-devel] SourcePosition in the AST

2006-05-01 Thread Mirko Stocker
On Friday 28 April 2006 14:55, Thomas E Enebo wrote: >   Yeah it could be.  Some functions creating nodes in ParserSupport > are just sticking a position in it.  Not necesarily the right > position so much as the current position. Ok, thanks. I kind of fixed the wrong positions in the assignments