AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

stacktrace should be always a list?

Open bettio opened this issue 1 year ago • 0 comments

When compiling with AVM_CREATE_STACKTRACES=off, undefined is given as stacktrace. We should ivnestigate if this might be completely unexpected, and break any existing code (e.g. Elixir Exception module and blame functions).

If undefined can't be used, test_raw_raise must be updated accordingly.

bettio avatar Aug 17 '24 12:08 bettio