Skip to content

using with mis-capitalized package name #5789

@malmaud

Description

@malmaud

At least under OS X, there's a slight issue if you try using [some module], where the module is spelled right but capitalized incorrectly. It issues a warning when it (arguably) should issue an error.

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

julia> Normal(0,1)
ERROR: Normal not defined

julia> using Distributions

julia> Normal(0,1)
Normal( μ=0.0 σ=1.0 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    packagesPackage management and loadingsystem:macAffects only macOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions