You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
$ gb test
# cmd/fixture/testmain_testmain.go:48: cannot use matchString (type func(string, string) (bool, error)) as type testing.testDeps in argument to testing.MainStart: func(string, string) (bool, error) does not implement testing.testDeps (missing MatchString method)
# sub/testmain_testmain.go:56: cannot use matchString (type func(string, string) (bool, error)) as type testing.testDeps in argument to testing.MainStart: func(string, string) (bool, error) does not implement testing.testDeps (missing MatchString method)FATAL: command "test" failed: exit status 2
This does not happen when I checkout master, recompile gb and re-run the tests.
Can we get a new release?
The text was updated successfully, but these errors were encountered:
I think this is fixed with #692. Please reopen if this is not the case. A test case was added to the integration test suite based on the sample code in the error report.
It fails with something like:
Given this fixture from the heroku buildpack I get this when using gb @ v0.4.3:
This does not happen when I checkout master, recompile gb and re-run the tests.
Can we get a new release?
The text was updated successfully, but these errors were encountered: