leongross

Results 155 comments of leongross

> main_test.go:394: /home/runner/work/tinygo/tinygo/src/os/osexec.go:14:23: undefined: syscall.Syscall [ci](https://github.com/tinygo-org/tinygo/actions/runs/10250765856/job/28357229355?pr=4377#step:19:92) fails with undefined `syscall.Syscall`. I thought since it is just a package the compiler would pick that up when building it. @aykevl EDIT: it...

Not sure if something like https://github.com/tinygo-org/tinygo/pull/4398 would fix this? @aykevl

@deadprogram @dgryski @aykevl build and tests finally succeed, would appreciate another review.

@aykevl @deadprogram @dgryski would someone mind reviewing?

I think you are addressing an important issue here, that has not been taken care of atm. I [tried](https://github.com/tinygo-org/tinygo/pull/4377/files#diff-7bfe0cde9452a92a322105e0dd7094e255f82098a6013672dd25747364916423) to implement sth similar bit quite did not get it working,...

I figured out the error here: there is no fork syscall on arm64 [1]. The original golang implementation abstracts this better and does not do raw syscalls as my implementation...

On a kind of related note: https://github.com/tinygo-org/tinygo/pull/4384 implements the missing signals so the linker does not break the compilation

Windows CI fails on, any will investigate. ``` --- FAIL: TestBuild/Host/go1.21.go (35.61s) ```

Thanks @deadprogram for merging.