Re: [RDT-Dev] Remote Debug project

2007-01-25 Thread Werner Schuster (murphee)
Martin Krauskopf wrote: Thomas E Enebo wrote: I would write this specification using unit/test API compatiable tests. This could still serve as a specification and plug straight into our testing framework (we (JRuby) are moving to miniunit/test/unit tests). Having small pass/fail tests

Re: [RDT-Dev] State of RDT

2007-01-25 Thread Werner Schuster (murphee)
Christopher Williams wrote: On 1/22/07, Werner Schuster (murphee) [EMAIL PROTECTED] wrote: VM - I have two (Standard, JRuby) and was surprised that the OK button wouldn't get activated - until I chose something from the combo box; The Add VM Dialog seems a bit too strict about having the

[RDT-Dev] AST from Editor

2007-01-25 Thread Werner Schuster (murphee)
Chris and all RDTers, is there any standard way of getting from an Editor - JRuby AST? I am basically just getting the String from the Editor/Document, and then running the Ruby Parser on it... but this happens for various systems (Outline, Syntax Coloring, Realtime Lint, etc), it'd be convenient