Skip to content

Autoreload doesn’t work with unicode paths #228

Open
@Glutexo

Description

@Glutexo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions