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

rename hoard to dep #164

Merged
merged 3 commits into from
Jan 26, 2017
Merged

rename hoard to dep #164

merged 3 commits into from
Jan 26, 2017

Conversation

rakyll
Copy link
Contributor

@rakyll rakyll commented Jan 25, 2017

The change also includes minor style fixes for some comments.

return m, nil, nil
}

func (a analyzer) Info() (name string, version *semver.Version) {
v, _ := semver.NewVersion("v0.0.1")
return "hoard", v
return "deb", v
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's 'dep' not 'deb'.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, yep. Fixed.

func (a analyzer) DeriveManifestAndLock(path string, n gps.ProjectRoot) (gps.Manifest, gps.Lock, error) {
// TODO: If we decide to support other tools manifest, this is where we would need
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit description should also mention that you've adjusted some comments.

@sdboyer
Copy link
Member

sdboyer commented Jan 26, 2017

Thanks - we need to do this (doh that we forgot to do it before), but it's going to have the unfortunate side effect of changing all the memos in the tests. Nothing to do about that except copy the results from the actual output to the wanted output.

@rakyll
Copy link
Contributor Author

rakyll commented Jan 26, 2017

Memos and other comments are fixed, PTAL.

@sdboyer
Copy link
Member

sdboyer commented Jan 26, 2017

I suspect the appveyor error was probably due to what's fixed in #157

@mattn
Copy link
Member

mattn commented Jan 26, 2017

issue subject?

@sdboyer sdboyer changed the title rename hoard to deb rename hoard to dep Jan 26, 2017
@sdboyer
Copy link
Member

sdboyer commented Jan 26, 2017

@mattn sorry, it's nothing directly related to what you were doing in #157. i'm just guessing that the failure on @rakyll's last commit is erroneous, caused by the issue you fixed in #157.

@mattn
Copy link
Member

mattn commented Jan 26, 2017

No prob.

@sdboyer
Copy link
Member

sdboyer commented Jan 26, 2017

i hear that closing and reopening might kick the checks...let's see if it does.

@sdboyer sdboyer closed this Jan 26, 2017
@sdboyer sdboyer reopened this Jan 26, 2017
@sdboyer
Copy link
Member

sdboyer commented Jan 26, 2017

ding ding ding!

@sdboyer sdboyer merged commit 21f357a into golang:master Jan 26, 2017
krisnova pushed a commit to krisnova/dep that referenced this pull request Apr 21, 2017
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.

5 participants