Re: [pure-lang-users] Yet another quirk with MinGW
Status: Beta
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-08-22 09:13:40
|
Eddie Rucker wrote: > On Wed, 2008-08-20 at 11:20 +0200, Albert Graef wrote: > >> If anyone has noticed bugs which haven't been fixed yet, please report >> them *now*, as I'm about to release Pure 0.5 in the course of the next >> few hours. > > I started playing around with the following script: > [snip] I committed Eddie's math.pure test as test020.pure now, massaged somewhat to produce a nicely formatted test log. (r563) You can see the results at: http://pure-lang.svn.sourceforge.net/viewvc/pure-lang/pure/trunk/test/test020.log?revision=563 Watch out for the line reading "*** UNARY ***", that's where the relevant stuff starts. Each line lists the function/operator, arguments and the result. Failed (i.e., irreducible) computations are flagged with '__failed__', exceptions with '__error__'. I already skimmed over these and AFAICT they should be ok. What remains is the unattractive task to check all the untagged results. As we say over here, that's a "job for someone who killed mom and dad", so I'd rather suggest that we take a "many eyes" approach to that. Everyone here who feels like it and has some spare time on his hands can just scan a few results at a time and report on the mailing list if he notices anything suspicious. (Eddie, maybe we should also add another check on the result type and flag results which aren't numbers? I leave that up to you.) Cheers, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |