-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Automatically remove .jl
termination in Pkg.add
#20630
Comments
Very good idea. Should be simple to implement. |
Also in e.g. |
|
What if a package is named |
Would anybody really have a source file |
I have never seen it. But it should be kept in mind if one decides that |
Note that these are already legal expressions. |
Ah, I was checking on 0.5 where they weren't, thanks. |
It always is _
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.5.0 (2016-09-19 18:14 UTC)
_/ |\__'_|_|_|\__'_| |
|__/ | x86_64-pc-linux-gnu
julia> module A
jl = 1
end
A
julia> using A.jl |
Ah, oops, thanks. |
As @yuyichao pointed out, |
The text was updated successfully, but these errors were encountered: