leongross
leongross
Thanks for the feedback @aykevl. It looks like now just the said windows CI is failing.
@aykevl any idea how we can fix the flaky windows CI?
The CI seems to have problems finding musl files that are there although. Locally running these commands does not produce errors. @aykevl do you have any idea what is going...
@aykevl
Thanks for merging and the thorough review @aykevl!
@deadprogram @ayang64
> In general I think this is good but I'd like more context and better comments before we give this a detailed review. > > Can you reword some of...
@ayang64 @aykevl @deadprogram @dgryski
The CI errors are difficult for me to explain. When I run the test locally I get the following output: ``` $ make $ ./build/tinygo test -v -run TestForkExec os...
Internal test dependencies seem to be broken now, although this PR does not change something related to `os.Interrupt`. ``` main_test.go:572: test error: could not compile: /Users/runner/hostedtoolcache/go/1.22.5/arm64/src/testing/internal/testdeps/deps.go:149:63: undefined: os.Interrupt ```