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

finish forking: make sure that go test ./... builds #2

Merged
merged 4 commits into from
Aug 12, 2021

Conversation

bassosimone
Copy link
Contributor

@bassosimone bassosimone commented Aug 12, 2021

This PR contains a set of changes to make sure go test ./... builds. We are not dealing to make sure that tests pass yet.

It's a pity to butcher existing tests but many of them depend on internal packages of the stdlib.

Though we assume that, if we apply few changes to the real code it's safe to assume its behavior won't change.

We cannot depend on stdlib internal pkgs.
We cannot depend on stdlib internal pkgs.
We need to depend on our fork not on stdlib.
We cannot depend on stdlib internal pkgs.
@bassosimone bassosimone merged commit b864209 into main Aug 12, 2021
@bassosimone bassosimone deleted the finish-forking branch August 12, 2021 11:54
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.

1 participant