-
-
Couldn't load subscription status.
- Fork 5.7k
Closed
Labels
packagesPackage management and loadingPackage management and loadingsystem:macAffects only macOSAffects only macOS
Description
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
Labels
packagesPackage management and loadingPackage management and loadingsystem:macAffects only macOSAffects only macOS