-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix godep restore #761
Fix godep restore #761
Conversation
License: MIT Signed-off-by: Christian Couder <[email protected]>
License: MIT Signed-off-by: Christian Couder <[email protected]>
It would be nice to have an automatic test that does "cd test/dependencies && make" to avoid these problems. |
The "race" Jenkins test failed with:
but it works locally on my machine. |
@chriscool I'm curious, why do you need to godep restore? (so that |
@jbenet yeah I want to use a recent version of go-multihash so that we can use the multihash tool instead of shasum. Right now we use multiformats/go-multihash@8ce5cb1 which is old. |
I'm also at briantigerchow/inflect@90ecbd7 -- the diff I see with what's in the godep workspace is:
So yeah, let's merge the hash update you give. though without the multiaddr hash update (that was my mistake) |
I think inflect has changed at this point, and multiaddr was fine. I think the PR is not needed anymore? thanks though @chriscool
Yes!! it really would be nice. And (as you had mentioned) one that perhaps godep restores so people cannot godep vendor without pushing to the world (does not guarantee that the code will remain there, but at least it will handle 80% of failures). |
pls reopen if i'm mistaken in thinking this is no longer necessary. |
You are right, it is not necessary any more. |
No description provided.