Commit 95fd2c2
adam
py-tracerite: updated to 2.3.0
2.3.0
Single traceback in chronological order: simplified HTML and TTY output
Pruned more excess code lines for a shorter overall output and inspect only strictly relevant (marked) variables.
Custom logic for combining tracebacks of chained exceptions into a single timeline
Special handling of except frames for clarity of flow in exception chains
Exception text moved to bottom, where it occurs, rather than at top of call chain
Implemented separate h2 / line at top as the title
ExceptionGroup (parallel timelines) support with HTML and TTY output
Simplified output format with less cruft to see, call frames as oneliners (still expandable in HTML)
Removed old HTML view with scrolling logic, nearly all javascript, floating symbols etc.
Adding CI and genbadges1 parent 0a6ad91 commit 95fd2c2
3 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments