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

Remove unused packages and tests #570

Closed
wants to merge 3 commits into from
Closed

Conversation

dshulyak
Copy link
Contributor

Fixes: #569
Follow up for: #551

Dep with required fix was released: https://golang.github.io/dep/blog/2018/01/23/announce-v0.4.0.html

mandrigin and others added 3 commits January 23, 2018 12:54
Copy link
Contributor

@mandrigin mandrigin left a comment

Choose a reason for hiding this comment

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

1 note, looks good otherwise 👍

to be in-sync there. We want to reduce the regression scope.
Hence, we pin down all the dependencies of `go-ethereum` with SHAs in `Gopkg.toml` when
importing a new version of upstream. (This is considered a bad practice for
`dep` but we are willing
Copy link
Contributor

Choose a reason for hiding this comment

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

It is based on an outdated version of #551. I think it is worth rebasing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will cherry pick on develop when your change will be merged

Copy link
Contributor

Choose a reason for hiding this comment

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

ah, ok. but maybe I should cherry-pick this one to my branch instead? so we don't add and then remove tons of files?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good idea, i will close this PR

@mandrigin
Copy link
Contributor

mandrigin commented Jan 24, 2018

@dshulyak should we really keep 2 PRs then? Let's merge this one and close #551?

@dshulyak dshulyak closed this Jan 24, 2018
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

Successfully merging this pull request may close these issues.

Add an option to keep non-go files to dep
2 participants