Skip to content
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

Work around silly issue with case-insensitive filesystems. #29

Merged
merged 1 commit into from
Jun 8, 2015

Conversation

dcjones
Copy link
Contributor

@dcjones dcjones commented Jun 8, 2015

This is really a Julia issue (JuliaLang/julia#9079, maybe others?), but if you follow the readme on a system with a case-insensitive filesystem (like OSX, by default), escher will hang because import Markdown will try to load examples/markdown.jl.

Obviously this isn't great, because you could still accidentally sabotage escher by naming a file after anything it imports, but a proper solution should be in julia, like looking in the package directory before trying to load from the working directory.

shashi added a commit that referenced this pull request Jun 8, 2015
Work around silly issue with case-insensitive filesystems.
@shashi shashi merged commit e021971 into JuliaGizmos:master Jun 8, 2015
@shashi
Copy link
Member

shashi commented Jun 8, 2015

Awesome, thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants