-
Notifications
You must be signed in to change notification settings - Fork 1k
dep ensure -add should not depend on Go code #1434
Conversation
@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. 👍 |
Sure, I will have a look into it. |
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.
|
Okay almost working, but I have no clue what fails with the AppVeyor test and the |
What exactly is failing here? Can anyone help? |
|
@niondir Could you please resolve the conflicts and rebase on master? |
I guess now I got it :) Let's hope for CI. |
seems like the test failures should be easy to fix with a |
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! |
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