-
Notifications
You must be signed in to change notification settings - Fork 76
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
testscript: tip broke MainStart for fuzzing support #144
Comments
mvdan
added a commit
to mvdan/go-internal
that referenced
this issue
Sep 22, 2021
Fuzzing support brought a new parameter to MainStart, as well as more methods on testDeps. Use build tags to support those without breaking 1.16 nor 1.17. While at it, bump CI to test the two latest Go versions. Fixes rogpeppe#144.
mvdan
added a commit
to mvdan/go-internal
that referenced
this issue
Sep 22, 2021
Fuzzing support brought a new parameter to MainStart, as well as more methods on testDeps. Use build tags to support those without breaking 1.16 nor 1.17. While at it, bump CI to test the two latest Go versions. Fixes rogpeppe#144.
mvdan
added a commit
to mvdan/go-internal
that referenced
this issue
Sep 22, 2021
Fuzzing support brought a new parameter to MainStart, as well as more methods on testDeps. Use build tags to support those without breaking 1.16 nor 1.17. While at it, bump CI to test the two latest Go versions. Finally, run 1.17's gofmt, as CI demands it. Fixes rogpeppe#144.
mvdan
added a commit
to mvdan/go-internal
that referenced
this issue
Sep 23, 2021
Fuzzing support brought a new parameter to MainStart, as well as more methods on testDeps. Use build tags to support those without breaking 1.16 nor 1.17. While at it, bump CI to test the two latest Go versions, and run 1.17's gofmt, as CI demands it. Finally, make CI also test with Go's master version, to ensure that we are compatible with it. We pin a specific commit, since that keeps CI stable. Fixes rogpeppe#144. Co-authored-by: Roger Peppe <rogpeppe@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the merge of dev.fuzz last night added a parameter to MainStart. We should probably use build tags to insert an extra
nil
parameter on Go 1.18 and later.The text was updated successfully, but these errors were encountered: