-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
While I know that elixirc is not meant to compile .exs script files, it seems some third-party tooling does not, and will happily run elixirc my-cpu-hungry-and-possibly-dangerous-script.exs to do things like generate bytecode that will never materialize, check for errors, etc, whereby elixirc will happily execute the code.
Since the main elixir executable will run the script file, perhaps elixirc should check it? Or at the very least, throw an error. I encountered two third-party tools for emacs (alchemist, flycheck) that fall into this pattern of behavior, and it wouldn't surprise me if there are more.
Metadata
Metadata
Assignees
Labels
No labels