Modify ↓
#2484 closed enhancement (fixed)
Patch to add tracebacks for Macro errors
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.3 |
Component: | wiki system | Version: | 0.9.2 |
Severity: | normal | Keywords: | macro |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
This patch dumps a traceback to the Trac log when a Macro throws an exception. Without this it is spectacularly difficult to determine where an error in a macro is occurring.
Attachments (1)
Change History (4)
by , 19 years ago
Attachment: | macro-exception.diff added |
---|
comment:1 by , 19 years ago
The only issue, which I don't care about but others might, is that the log file is no longer one entry per line. The traceback traverses multiple lines.
comment:2 by , 19 years ago
Component: | general → wiki |
---|---|
Owner: | changed from | to
Priority: | high → normal |
Status: | new → assigned |
Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.
Patch to add macro exception traceback