-
Notifications
You must be signed in to change notification settings - Fork 601
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
FunctionClauseError when starting newly cloned elixir-koans #250
Comments
FTR: I verified whether the PR #242 would resolve the issue, as it looked related, but the result is exactly the same as before. |
A workaround that will let you at least run the koans, though it removes useful information, is to simply add: defp extract_file_and_line(_), do: {:unknown, :unknown} after the existing clause. For some reason (I'm new to Elixir so I'm not sure why) after processing the stack trace, the value spent to the extract function is nil. This probably has to do with the way |
I looked at it and it seems that |
It should work now |
This is my absolute first contact with Elixir: so I have no clue what I'm doing! I freshly installed Erlang and Elixir on Ubuntu, cloned this nice koan project, installed the mix dependencies and started to meditate. But I get an error right away. Here the list of things I have installed. Please let me know if I can provide more information!
Thank you already for your work and the koans!
The text was updated successfully, but these errors were encountered: