Closed japhib closed 1 year ago
This looks quite neat! I've approved the CI request.
I saw the pipeline failed the format check, just ran mix format
and pushed the changes. Mind re-approving the CI request?
Awesome, thanks @japhib!
If I correctly understand how it works, after your first PR getting merged CI should just kick in for your other PRs with no approvals needed, so that should be out of the way. Thanks again!
https://github.com/michalmuskala/decompile is a small repo showing how you can easily disassemble compiled BEAM bytecode into Elixir sourcecode, using the Elixir standard library. We already have
Gradient.Debug.print_erlang
which prints a compiled BEAM file as Erlang sourcecode; this adds the ability to print Elixir source code as well.