diff CHANGES.txt @ 5084:675b3b3d88f0

Fix issue2550826 third try. This limits the capture of exceptions to Environment (includes the original IOError) and Arithmetic errors. It repackages these errors as detector exceptions so they can be reported. This allows the detectors to raise Reject and other exceptions and propagate them up from the detectors.
author John Rouillard <rouilj@ieee.org>
date Fri, 17 Jun 2016 22:10:01 -0400
parents 1c992cb4301a
children d3d9d1402763
line wrap: on
line diff
--- a/CHANGES.txt	Fri Jun 17 21:35:57 2016 -0400
+++ b/CHANGES.txt	Fri Jun 17 22:10:01 2016 -0400
@@ -99,7 +99,7 @@
 - issue2550907 Fix errors when creating documentation. Work done by
   Peter Funk (pefu). (Applied by John Rouillard with small change
   omitting obsolete security.txt.)
-- issue2550826 Capture all exceptions from auditors/reactors and
+- issue2550826 Capture some exceptions from auditors/reactors and
   raise a DetectorError instead. This allows failures like IOErrors
   from the detectors (e.g. unable to access files) to be handled.
   Previously an IOError just resulted in no output (premature end of

Roundup Issue Tracker: http://roundup-tracker.org/