Changes between Version 5 and Version 6 of PythonPort/Design/ErrorReporting
- Timestamp:
- Oct 28, 2007, 3:54:25 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonPort/Design/ErrorReporting
v5 v6 33 33 34 34 '''Todo''': implement function decorator for this 35 '''Todo''': Implement 'handle_stray_exception'.36 35 37 36 Any function that does something on interest to user must be written like this: … … 64 63 == Capturing context == 65 64 66 '''Todo''': actually implement this.67 65 The targets are created when we parse Jamfiles, and built as a separate step. For all errors during 68 66 building, it's desirable to report from where the target was declared. To that end: … … 96 94 97 95 Install top-level error reporting in build_system.py. 96 97 Make the formatting of errors to be totally nice.
