Re: [RDT-Dev] Introductions

2006-06-21 Thread Charles O Nutter
You can't extend a concrete class and expect Java to call your versions of methods, but you can implement the NodeVisitor interface in Ruby and it will work fine. On 6/21/06, Werner Schuster (murphee) <[EMAIL PROTECTED]> wrote: Jason Morrison wrote:> Also, I have a question - I was wondering if so

Re: [RDT-Dev] Introductions

2006-06-21 Thread Werner Schuster (murphee)
Jason Morrison wrote: > Also, I have a question - I was wondering if someone could give me a > quick > overview of what IndexUpdate, SymbolIndex, and surrounding code do? > (Seems > related to search functionality?) I found EclipseShell http://eclipse-shell.sourceforge.net/ to be particularly us

Re: [RDT-Dev] Introductions

2006-06-20 Thread Christopher Williams
On Jun 20, 2006, at 6:07 PM, Markus Barchfeld wrote: >> Hopefully subversion will make it easier for me and others to >> create tags and branches (instead of always turning to ask markus >> to do the dirty work). Also, The refactoring project could now use >> svn:externals to keep the RDT c

Re: [RDT-Dev] Introductions

2006-06-20 Thread Markus Barchfeld
Hi all! > > This is also a subtle way of mentioning to list members that I've > switched the RDT codebase over to SVN from CVS on Sourceforge. Markus > is also switching the continuous build server to compile against > Eclipse 3.2. The continuous build is using subversion now. Eclipse version

Re: [RDT-Dev] Introductions

2006-06-19 Thread David Corbin
On Monday 19 June 2006 10:04 am, Jason Morrison wrote: > Hi folks, > > Also, I have a question - I was wondering if someone could give me a quick > overview of what IndexUpdate, SymbolIndex, and surrounding code do? (Seems > related to search functionality?) The short answer is this: its suppos

Re: [RDT-Dev] Introductions

2006-06-19 Thread Christopher Williams
On Jun 19, 2006, at 10:04 AM, Jason Morrison wrote:I've been reading the list for a while, and just wanted to introduce myself.  I'm working on the Google Summer of Code project to add type inference to RDT, mentored by Chris.  Although it's been slow going as of yet, it's been very interesting and

[RDT-Dev] Introductions

2006-06-19 Thread Jason Morrison
Hi folks,I've been reading the list for a while, and just wanted to introduce myself.  I'm working on the Google Summer of Code project to add type inference to RDT, mentored by Chris.  Although it's been slow going as of yet, it's been very interesting and I am thoroughly enjoying working on RDT!