Hello.

I was playing with running escript in "-mode embedded" which works with 
Erlang escripts but if you use the :emu_args option in mix to add it to an 
escript_build app in elixir, it fails.

Reason seems to be that the code generated is put into a new module 
generated by macros. This module then cannot be loaded when following the 
"-mode embedded" directive - it is not found, and the application/script 
will not run.

I was hoping somebody might be interested into looking into this.

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/c5807a8f-954d-4bbd-b0f9-f18b5a726818%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to