On Jan 9, 2006, at 10:41 PM, Jason Dagit wrote:

That message is printed by putInfo,
let putInfo s = when (not $ Quiet `elem` opts) $ putStr s

Let's just change it to
let putInfo s = when ( Verbose `elem` opts) $ putstr s

Many things in Test.lhs use a check like that to decide when to do output. I don't know if anything in Test.lhs could cause problems with invalid xml, but perhaps it should be considered.

Ack, ambiguity in what I said. Things in Test.lhs use the first way. The second way is what I just added (and only added to the posthook code).

See the patch "posthook output only when using --verbose or on error" that I just sent to darcs-devel for a potential fix for this problem.

Thanks,
Jason

_______________________________________________
darcs-users mailing list
[email protected]
http://www.abridgegame.org/mailman/listinfo/darcs-users

Reply via email to