[Pkg-haskell-maintainers] Bug#740010: Acknowledgement (catching HttpExceptions doesn't work in DAV monad)

Joey Hess joeyh at debian.org
Tue Feb 25 05:55:46 UTC 2014


The test case turns out to have a bug, that the type checker can't tell
us about. It catches the HttpException from http-conduit, which is not
the same as the HttpException from http-client, which is what DAV
currently uses.

DAV used to use http-conduit, and back then I tested my code and it
caught the exception. Then http-client came along, made a different
HttpException for some reason, and when DAV switched to it, my code
broke.

What a mess. :/

-- 
see shy jo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-maintainers/attachments/20140225/a5a47b38/attachment.sig>


More information about the Pkg-haskell-maintainers mailing list