git-annex/Remote
Joey Hess c784ef4586 unify exception handling into Utility.Exception
Removed old extensible-exceptions, only needed for very old ghc.

Made webdav use Utility.Exception, to work after some changes in DAV's
exception handling.

Removed Annex.Exception. Mostly this was trivial, but note that
tryAnnex is replaced with tryNonAsync and catchAnnex replaced with
catchNonAsync. In theory that could be a behavior change, since the former
caught all exceptions, and the latter don't catch async exceptions.

However, in practice, nothing in the Annex monad uses async exceptions.
Grepping for throwTo and killThread only find stuff in the assistant,
which does not seem related.

Command.Add.undo is changed to accept a SomeException, and things
that use it for rollback now catch non-async exceptions, rather than
only IOExceptions.
2014-08-07 22:03:29 -04:00
..
Directory pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
External unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Helper unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Rsync rsync special remote: Fix slashes when used on Windows. 2014-03-18 13:02:10 -04:00
WebDAV use DAV monad 2014-08-07 17:32:57 -04:00
Bup.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
Ddar.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Directory.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
External.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
GCrypt.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Git.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
Glacier.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
Hook.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
List.hs factor out getRemoteGitConfig 2014-05-16 16:08:20 -04:00
Rsync.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
S3.hs run Preparer to get Remover and CheckPresent actions 2014-08-06 14:28:36 -04:00
Tahoe.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
Web.hs pushed checkPresent exception handling out of Remote implementations 2014-08-06 13:45:19 -04:00
WebDAV.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00