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

Freeze dependencies #437

Closed
janekolszak opened this issue Apr 27, 2017 · 4 comments
Closed

Freeze dependencies #437

janekolszak opened this issue Apr 27, 2017 · 4 comments

Comments

@janekolszak
Copy link

Hi,
Can you freeze the dependencies of all libraries in glide.yaml?
Either remove ^ or replace it with ~ (if you believe people know what patches are).

^ is too permissive. It prevents projects that depend on Hydra from building if any of those libraries has an issue.

Glossary: https://glide.readthedocs.io/en/latest/versions/

@aeneasr
Copy link
Member

aeneasr commented Apr 28, 2017

There are two issues at hand:

  1. Frozen dependencies (e.g. no prefix, or patch match) force you to use the exact same versions in your code in order to work
  2. The hydra sdk should actually not pull the whole hydra stack

@janekolszak
Copy link
Author

1 is not an issue if 2 is solved.

@aeneasr
Copy link
Member

aeneasr commented Apr 28, 2017

why not lock hydra version to 0.7.9 for now?

@aeneasr
Copy link
Member

aeneasr commented Apr 30, 2017

This is resolved now

@aeneasr aeneasr closed this as completed Apr 30, 2017
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

No branches or pull requests

2 participants