Skip to content
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

Force analysis of named paths in glide get #707

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdboyer
Copy link
Member

@sdboyer sdboyer commented Dec 8, 2016

This addresses the issue where glide get fails to incorporate transitive dependencies of deps named on the command line and not already imported in the project.

Fixes #690 I think; related to #468

This addresses the issue where `glide get` fails to incorporate
transitive dependencies of deps named on the command line and not
already imported in the project.
@nsilberman
Copy link

hi @sdboyer , works well on Mac, not on TravisCI (docker instance on ubuntu 12) while executing glide up --all-dependencies

[INFO]  --> Fetching updates for github.com/andybalholm/cascadia.
[ERROR] Could not find /home/travis/.glide/cache/src/https-golang.org-x-sys/unix: open /home/travis/.glide/cache/src/https--home-travis-.glide-cache-src-https-golang.org-x-sys-unix: no such file or directory
[ERROR] Dependency golang.org/x/sys/unix (/home/travis/.glide/cache/src/https-golang.org-x-sys/unix) failed to resolve: open /home/travis/.glide/cache/src/https--home-travis-.glide-cache-src-https-golang.org-x-sys-unix: no such file or directory.
[ERROR] Failed to retrieve a list of dependencies: open /home/travis/.glide/cache/src/https--home-travis-.glide-cache-src-https-golang.org-x-sys-unix: no such file or directory

@sdboyer
Copy link
Member Author

sdboyer commented Dec 8, 2016

@nsilberman that's the other half of the issue that got conflated in with #468, i think - note the double-nested path within the cache directory. i think i aim to deal with that one separately

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants