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

dep ensure -add should not depend on Go code #1434

Closed
wants to merge 4 commits into from

Conversation

niondir
Copy link

@niondir niondir commented Dec 5, 2017

What does this do / why do we need it?

dep ensure -add should not depend on Go code

What should your reviewer look out for in this PR?

Do you need help or clarification on anything?

Which issue(s) does this PR fix?

fixes #1312

@niondir niondir requested a review from ibrasho as a code owner December 5, 2017 21:29
@niondir niondir requested a review from sdboyer as a code owner December 5, 2017 21:31
@theckman
Copy link
Collaborator

@niondir This branch looks to have some outstanding issues that would prevent merging. Do you have the spare cycles to take a look at fixing those things? If you're too busy I may have the spare time to extend the branch (retaining your commits), and open a separate PR.

I wouldn't want to steal your thunder as this seems like a pretty useful change to me. 👍

@niondir
Copy link
Author

niondir commented Dec 29, 2017

Sure, I will have a look into it.

@niondir
Copy link
Author

niondir commented Dec 29, 2017

I removed the failing test case, since we added a new one and it seems not to be possible to check for the warning with the current testing framework.

I'm not sure what codeclimate complains about. Some line ending issue with my windows system?

@niondir
Copy link
Author

niondir commented Dec 29, 2017

Okay almost working, but I have no clue what fails with the AppVeyor test and the TestSlowVcs does not like caused by my changes. Any Idea what that could be?

@niondir
Copy link
Author

niondir commented Feb 19, 2018

What exactly is failing here? Can anyone help?

@ibrasho
Copy link
Collaborator

ibrasho commented Feb 19, 2018

Seems like a weird network issue. I restarted the AppVeyor job and it seems like it passed now. I ran the build on master instead, need a rebase first before running this PR again. 😓

@ibrasho
Copy link
Collaborator

ibrasho commented Feb 19, 2018

@niondir Could you please resolve the conflicts and rebase on master?

@niondir
Copy link
Author

niondir commented Feb 20, 2018

I guess now I got it :) Let's hope for CI.

@sdboyer
Copy link
Member

sdboyer commented Feb 21, 2018

seems like the test failures should be easy to fix with a go test -update, it's just failures owing to the introduction of default pruning options.

@mvdan
Copy link
Member

mvdan commented Sep 4, 2020

Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!

@mvdan mvdan closed this Sep 4, 2020
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.

dep ensure -add should not depend on Go code
6 participants