Skip to content

Comments

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

Merged
bassosimone merged 4 commits intomainfrom
finish-forking
Aug 12, 2021
Merged

finish forking: make sure that go test ./... builds#2
bassosimone merged 4 commits intomainfrom
finish-forking

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