[darcs-devel] [issue1558] xml output for patch hash includes "gz" extension

Eric Kow bugs at darcs.net
Sun Aug 23 19:01:32 UTC 2009


New submission from Eric Kow <kowey at darcs.net>:

Perfectly harmless as our hash matcher will work with or without gz (it's rather
explicit about it:

hashmatch h (Sealed2 hp) = let rh = make_filename (info hp) in
                                  (rh == h) || (rh == h++".gz")

This is an easy refactor to do.  Just watch out for the places where you really
do want a gz extension and where you don't.

----------
messages: 8427
nosy: dmitry.kurochkin, jaredj, kowey, simon, thorkilnaur
priority: bug
status: need-implementation
title: xml output for patch hash includes "gz" extension
topic: ProbablyEasy

__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/issue1558>
__________________________________


More information about the darcs-devel mailing list