-
Notifications
You must be signed in to change notification settings - Fork 32
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
Error when trying to pull v0.7.2 #144
Comments
There is a pb here:
It's related to the fact that I destroyed this tag. I think the You should probably do that:
Tell me if it fixes your break ! |
Did it fix it? |
Hi
|
Well, testing on my side will not crash... shards utility will hang on:
Using verbose I can see an endless loop. I'm going to check with shards utility maintainer |
Quick fix: Adding |
Im still getting the following error shard.yml clear:
github: anykeyh/clear
version: ~> 0.7.2 running shards install ➜ slim git:(master) ✗ make build
Fetching https://github.com/onyxframework/onyx.git
Fetching https://github.com/gdotdesign/cr-dotenv.git
Fetching https://github.com/anykeyh/clear.git
Failed git ls-tree -r --full-tree --name-only v7.0.1 -- shard.yml (). Maybe a commit, branch or file doesn't exist?
make: *** [lib] Error 1 |
I think the |
Something is up with the repo. I forked the repo and pointed the shard to the repo and I was able to run shards install with no errors using the following in the yaml file. clear:
github: anykeyh/clear
version: ~> 0.7.2 |
Sorry, now I understand. It's related to shards.lock file. This should be the definitive fix:
|
What happens is your shards.lock is locked to 7.0.1 or above. Well, there is no above 7.x (and won't before I get grand-father at least haha). The problem now is Simply removing all references to 7.0.1 by destroying |
I tried the above and still the same error. |
Very weird. I cannot reproduce, it works perfectly on new project :
I'll probably release 0.8.0 in a few days/weeks; meanwhile, you can use your own fork. And if you find out how to fix it, I would be curious to know what was the problem :) |
I'll look into it today. Thanks. I really like Clear, great ORM. Noticed that is missing some documentation will add some when I can |
Hello, I'm closing this as we released v0.8 |
I got the following error when doing
shards update
for a project for version v0.7.2shards.yml
The text was updated successfully, but these errors were encountered: