Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Capitalization matters on Windows

$
0
0

@bocc wrote:

I wanted to share an experience of mine, should someone also encounter this.
I am developing my package on Windows, it’s name is an all-capitalized abbreviation in Project.toml, but src/prjname.jl was not capitalized. This caused the following: ]activate . and ]instantiate worked just fine, but using PRJNAME resulted in a local package not found error (even with uuid specification).
Capitalizing the name of the source file solves the issue. (But Git also doesn’t recognize this as a change on Windows…)

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles