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

using X loads a file called X #12340

Closed
shashi opened this issue Jul 28, 2015 · 1 comment
Closed

using X loads a file called X #12340

shashi opened this issue Jul 28, 2015 · 1 comment

Comments

@shashi
Copy link
Contributor

shashi commented Jul 28, 2015

file X (note: not X.jl):

println("foo")

Inside a repl in the same directory

julia> using X
foo
Warning: requiring "X" did not define a corresponding module.

This means that we cannot have an executable named foo for a module named Foo which does using Foo inside it. Worse on case insensitive file systems.

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

No branches or pull requests

2 participants