Skip to content

Commit f3a8906

Browse files
committed
planning: add 2.1-fix-preprocessor-error-stacktrace
1 parent 3db3ff8 commit f3a8906

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"status": "open"
3+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Plan
2+
3+
## Goal
4+
5+
Fix preprocessor error to show full stacktrace instead of first line only. When a preprocessor directive fails, the error message currently shows only the exception class and method (e.g., `io.github.cowwoc.cat.hooks.skills.GetOutput.<init>()`). It should show the complete stack trace including all frames and cause chains to aid debugging.
6+
7+
## Pre-conditions
8+
9+
(none)
10+
11+
## Post-conditions
12+
13+
- [ ] Bug fixed: preprocessor errors display the full stack trace, including all frames and cause chains
14+
- [ ] Regression test added: test verifies full stacktrace is included in the error output
15+
- [ ] No new issues introduced
16+
- [ ] E2E verification: reproduce the preprocessor error scenario and confirm the full stacktrace appears in the output

0 commit comments

Comments
 (0)