You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
power_shell: configurable support for -on_load()
Previous versions did not support -on_load() compiler attribute,
allowing to evaluate code without NIFs loaded in place of Erlang
code.
This commit adds support for -on_load(), switched off by default,
and enabled via {skip_on_load, false} setting.
power_shell: better anonymous function name in stack trace
Fixed a bug when erlang:raise/3 was not raising an exception
due to badarg for stacktrace (function name was not an atom).