Commit 7caf69f
Add Base.show for StanBlocksError to fix VS Code error display
VS Code's Julia extension uses show() not showerror() for error rendering,
causing raw struct dumps with Ptr{Nothing} pointers. Delegate to showerror.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 359dcfc commit 7caf69f
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
0 commit comments