Open zacky1972 opened 3 years ago
Current Pelemay generates a stub Elixir code as a module file in Application.app_dir(:pelemay, "priv").
Application.app_dir(:pelemay, "priv")
This implementation has an issue that Pelemay code cannot be executed at all in case that the file cannot be generated.
So, Pelemay should generate it as macros instead of a module file.
I believe that will be useful to support mix upload.hotswap.
mix upload.hotswap
Current Pelemay generates a stub Elixir code as a module file in
Application.app_dir(:pelemay, "priv")
.This implementation has an issue that Pelemay code cannot be executed at all in case that the file cannot be generated.
So, Pelemay should generate it as macros instead of a module file.