-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Protocol.UndefinedError) protocol List.Chars not implemented for {:error, :bad_name} #384
Comments
EEEEEEK thanks for the report 💚 Also, sorry for the long down time. Lots of going on. Me and escripts 😂 Let me see if I can reproduce and figure this one out |
Reproduced! |
Alright, that's just a procol consolidation check that may or may not still be relevant that fails on looking up the elixir executable I can probably fix this easily or at least circumvent it |
No worries! I appreciate the work you're doing ❤️ |
In escript we can not find our elixir executable, so warn and default to true (most things should have protocol consolidation turned on)
In escript we can not find our elixir executable, so warn and default to true (most things should have protocol consolidation turned on)
And fixed on main via #395 ! Thanks again for the report! |
When using the initial example from the README to the
main/1
of an escript, building withmix escript.build
and running the resulting executable, I get the following error:Here's the module I've defined:
I am using elixir 1.14.3 and OPT 25.
The text was updated successfully, but these errors were encountered: