-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Build fails with Go 1.23 because of changed testing.testDeps #391
Comments
Living on the edge eh?! Thanks for the heads up and initial investigation We've seen this before, it's one area where Go is not API stable :[ I can probably roll over the old/new exe files and the build directives therein |
@stefanb please let me know if I'm going to look at updating CUE to 0.9.1+ or maybe a 0.10.0-beta/rc and then cut a new version |
@verdverm the most i could (quickly) test is if it builds or run some unit tests, not all the functionality in practice. Would that really be enough? |
yeah, just whatever is failing for you. I find it unlikely this changed any behavior you rely on, unless you are using the hidden |
Still needs a release > |
use "go" again after hofstadter-io/hof#391 is fixed and released Follow-up to: * #175310
@stefanb just cut a new release candidate |
When trying to build with Go 1.23 rc1 in
It failed at
hof/script/runtime/exe_next.go
Line 52 in bebc58f
with error:
InitRuntimeCoverage
was added by @rsc in:golang/go@180ea45#diff-36f401ff1ffadb7d7a39cf41c2329615b159fa95cf2e14c1f58d8c46331af429R208
See
Given the NOP nature of
nopTestDeps
a possible workaround could be to just implement a dummy/nop functionInitRuntimeCoverage()
in thenopTestDeps
:The text was updated successfully, but these errors were encountered: