Open
Description
If the elixir-koans folder is located in a path with non-ASCII characters, the autoreloading doesn’t work. An error like this is raised every time a change is detected:
** (Code.LoadError) could not load /Users/stomsa/_dev/�/elixir-koans/lib/koans/02_strings.ex
(elixir) lib/code.ex:1147: Code.find_file/2
(elixir) lib/code.ex:713: Code.load_file/2
The path should be ~/_dev/ň/
and not ~/_dev/�/
.
Happens on macOS Mojave 10.14 (18A391) with zsh.
Metadata
Metadata
Assignees
Labels
No labels