>> Have you run the QuickCheck test that ensures these properties are >> still correct? The properties are both documentation and tests. > > Yes I did run the tests, and I added and removed a few properties. I got > some occasional failures with obscure Windows UNC paths, but I think that > was also the case before - you could probably reproduce it quite easily, > just run the tests a few times.
Yes, these were probably always there, but just didn't get hit by QuickCheck. I should really port it to QuickCheck 2, which is much more powerful at finding counter examples. I've raised a bug so I don't forget it: http://code.google.com/p/ndmitchell/issues/detail?id=310 - although I don't think those failures are particularly important. Thanks, Neil _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
