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

Make Pkg operations case sensitive on all platforms? #13898

Closed
jakebolewski opened this issue Nov 6, 2015 · 3 comments
Closed

Make Pkg operations case sensitive on all platforms? #13898

jakebolewski opened this issue Nov 6, 2015 · 3 comments
Labels
packages Package management and loading

Comments

@jakebolewski
Copy link
Member

Follow up to #13542. Miscaptializing package names should error here (on OSX).

julia> Pkg.clone("distributions")
INFO: Cloning distributions from git://github.com/JuliaStats/Distributions.jl.git
ERROR: Base.Pkg.PkgError("distributions already exists")
 [inlined code] from pkg.jl:13
 in clone at pkg/entry.jl:193
 in clone at pkg/entry.jl:221
 in anonymous at pkg/dir.jl:31
 in cd at file.jl:22
 in cd at pkg/dir.jl:31
 [inlined code] from pkg/dir.jl:25
 in clone at pkg.jl:37
 in eval at ./boot.jl:264
@jakebolewski jakebolewski added the packages Package management and loading label Nov 6, 2015
@stevengj
Copy link
Member

stevengj commented Nov 6, 2015

+1.

@jakebolewski
Copy link
Member Author

Closing as a dupe of #17747.

@tkelman
Copy link
Contributor

tkelman commented Aug 22, 2016

should've been the other way around, but fair enough

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

No branches or pull requests

3 participants