[Ruby] Lightweight mutation tester released
Ryan Davis
ryand-ruby at zenspider.com
Thu Dec 10 16:55:09 PST 2009
On Nov 8, 2009, at 05:02 , Andrew Grimm wrote:
> I've modified Heckle to create a *very* basic mutation tester that
> doesn't use ParseTree, called chaser.
> http://andrewjgrimm.wordpress.com/2009/11/08/declare-war-on-everything-with-chaser/
awesome.
A correction: I know of no reason why heckle shouldn't work on windows.
> This is separate from heckle improvements I was talking about a few
> months ago ("Heckle improvements", June 4), which is still ongoing.
>
> I'm happy to wait until it's properly ready, but has there been any
> progress with using ruby_parser as a replacement of ParseTree for
> Heckle?
No, none. Just haven't even tried and it hasn't been a really big priority for me. :)
Currently I'm working on 2 things:
1) Removing as many extraneous nodes from ParseTree/ruby_parser's output as I can (eg, no more scope/block in defn, no more arglist in call).
2) A complete rewrite of ruby_parser (separate from the above) to be LL.
As such, other stuff has fallen by the wayside.
More information about the Ruby
mailing list