Changes between Version 5 and Version 6 of PythonPort/Design/ErrorReporting


Ignore:
Timestamp:
Oct 28, 2007, 3:54:25 PM (18 years ago)
Author:
ghost
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonPort/Design/ErrorReporting

    v5 v6  
    3333
    3434'''Todo''': implement function decorator for this
    35 '''Todo''': Implement 'handle_stray_exception'.
    3635
    3736Any function that does something on interest to user must be written like this:
     
    6463== Capturing context ==
    6564
    66 '''Todo''': actually implement this.
    6765The targets are created when we parse Jamfiles, and built as a separate step. For all errors during
    6866building, it's desirable to report from where the target was declared. To that end:
     
    9694
    9795Install top-level error reporting in build_system.py.
     96
     97Make the formatting of errors to be totally nice.