QuickCheck failures with new 'tar' release...

Michael Snoyman michael at snoyman.com
Thu Jul 9 21:27:39 UTC 2015


I ran into the same thing with Stackage and filed the issue here:

https://github.com/fpco/stackage/issues/666

Stackage is not accepting the new tar version due to these failures.

On Thu, Jul 9, 2015 at 2:26 PM Michael Alan Dorman <mdorman at ironicdesign.com>
wrote:

> I'm not sure if there's a more appropriate venue to bring this up; the
> package doesn't seem to have any sort of explicit issue tracker.
>
> On the NixOS build servers, we're seeing across-the-board failures for
> the 0.4.2.0 release of the 'tar' library, specifically, two properties
> that were added in the latest release.
>
> It looks to me like prop_lookup is fundamentally broken---it falls over
> in the face of a lookup for 'a/b' in a list of entries that includes
> 'a/b/c/d', because while the library lookup function returns a match
> including the remainder of the path as a result, the Data.List.lookup
> that it's comparing against returns nothing.
>
> I don't see a way for the test as it is constituted to work reliably.
> I'm going to guess that prop_valid suffers from a similar issue.
>
> Either way, it would be nice if they could either be corrected, or diked
> out until that happens.
>
> Mike.
> _______________________________________________
> Libraries mailing list
> Libraries at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/libraries/attachments/20150709/5d0b6d12/attachment.html>


More information about the Libraries mailing list