Skip to content

Make Pkg operations case sensitive on all platforms? #13898

@jakebolewski

Description

@jakebolewski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    packagesPackage management and loading

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions