From: Ed Howland Date: 2005-11-29T04:04:15+09:00 Subject: Re: Float precision and FIT On 11/28/05, Jeff Wood wrote: > Ah. > > If I remember correctly, there once was rumor that Dave Thomas was working > on a FIT-like framework for Ruby ... > > I wonder whatever happened to that project... I think that is the one I d/l from the wiki. Not sure though. > > I've written a little ruby replacement of FIT ... I'll probably post it if > we don't find that someone else has already done the work. > > Haven't taken the next step and built it into a wiki like the FITnesse > project ... > There is a version of RubyFIT in CVS on RubyForge. I tried it out and it ran the Simple example (eg.Division) right out of the box. Solves the precision problem by using a type adapter. Looking forward to how that code addresses the 5 digit precision issue in Java v. Ruby. So take a look at that one. If yours is better/different somehow, go ahead and post it. http://rubyforge.org/projects/fit > j. Ed