Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

cmd/dep: fix analyzer to always use the same name #1099

Merged
merged 1 commit into from
Aug 30, 2017

Conversation

carolynvs
Copy link
Collaborator

What does this do / why do we need it?

Different names should be used only for different solve algorithms. Otherwise running dep init then dep ensure will always result in a modified lock hash.

What should your reviewer look out for in this PR?

Nothing.

Do you need help or clarification on anything?

Nope.

Which issue(s) does this PR fix?

fixes #917

Different names should be used for different solve algorithms. Otherwise
running dep init then dep ensure will always result in a modified lock hash.
@carolynvs carolynvs merged commit 2d16443 into golang:master Aug 30, 2017
@carolynvs carolynvs deleted the fix-analyzer-name branch August 30, 2017 23:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lock mismatch immediately after dep init
3 participants