-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Case Issue with Pkg Manager #9094
Comments
Did you try 2-argument |
Ah, I was not aware of that version. Will try that when I have next access to the computer. But still, isn't this a case issue? |
Well, it's partially BitBucket's fault for not letting you set the casing the way you want it for default clones of the package. There was an issue on this recently, case sensitivity's kind of a tough and annoying issue and it's pretty hard to abstract over it. If every OS (and all websites) were case sensitive, or every OS were case insensitive, then we could at least do things consistently. As things are, it's much harder to arbitrarily pick a "right" behavior... |
Hm but shouldn't it be possible to fix the folder name when doing the checkout? In the |
Ah, interesting thought. The file name under |
I think this is largely alleviated by #13542, please re-open if it is not. |
Ok, this is a little bit hard to decribe.
I have hosted a (privat) package on Bitbucket. Lets call it
TobisTestPackage
. The issue is now that the generated url is lowercased on the Bitbucket repo. When I install it usingPkg.clone
, the created folder in.julia
is lower cased as well (tobistestpackage
). On Windows and OSX this seems to make no problems.However, on linux I was not able load the package but I had to rename the folder and make it uppercase. When updating, the lowercase version is created again...
Thoughts?
The text was updated successfully, but these errors were encountered: