- Added
call_and_catch_panics
to catch panics and return aResult
. Please rungleam run -m stacky/internal/examples/example_4
to see what it does. - Returning reason, and by that the included panic message from gleams panics.
- Traverse the stack trace only once to enumerate it.
- Updated for Erlang/OTP 27.
- Updated for Gleam 1.2.0.
- Improved formatting.
- Make gleam source modules clickable.
- Added index lookup functions from last to first (list index) and/or first to last (stack frame index).
- Addded inverse trace index.
- Added better stdout printing.
- Fixes "not a file".
- Pinned Erlang and Gleam versions and fix CI.
- Added changelog.
- Improved readme.
- Released initial version.