-
Notifications
You must be signed in to change notification settings - Fork 34
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
0.6: ERROR: GitError(Code:ENOTFOUND, Class:Tree, the path '0.1.0' does not exist in the given tree) #101
Comments
what package? |
I was trying to tag a new version of FastTransforms
…Sent from my iPad
On 20 Feb 2017, at 8:48 pm, Tony Kelman ***@***.***> wrote:
what package?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
thanks for the report. if you're in a hurry, use attobot or tag from 0.5, assuming this doesn't happen there cc @simonbyrne or @kshyatt, most likely one of your refactorings is throwing where it previously wasn't. can we use a nullable-if-not-found api here, or ask if something exists before returning it? silently returning garbage was a bad old api, but we should avoid needing try catches everywhere if the new api is going to throw in a bunch of expected situations |
I ran into this error as well when I tried to publish a new version of WAV.jl.
I am using julia v0.6 alpha:
PkgDev is at version 0.1.3. |
I think this was fixed by JuliaLang/julia#21171 and should be okay on 0.6.0-rc1 and later (will throw a deprecation warning, but otherwise should work). Leave a comment and we'll reopen if there's still a problem. |
I think I'm hitting this same error even though I'm on julia version error message:
version info:
packages:
git status in METADATA:
|
Same here |
Would you mind trying the |
Sorry, I already manually did the PR to METADATA. |
Didn't fix it for me. I'm still getting the same error. On
But then in
Packages now:
|
Arrrrrrr! I think you're hitting JuliaLang/julia#17146 Since you have git installed, can you manually do:
Then in julia
|
Seemed to work thanks! |
The text was updated successfully, but these errors were encountered: