leongross

Results 155 comments of leongross

At first glance, what looks suspicious to me is the following line of the build log which I do not recognize from prior builds: ``` ../../../vendor/github.com/pkg/sftp/server_posix.go:12:9: cannot use os.OpenFile(path, flag,...

@archie2x if you need said changes > diff --git a/cmds/core/init/fns_other.go b/cmds/core/init/fns_other.go in u-root, do you mind opening a pr? at some point it needs to be merged anyway, right?

@archie2x in this project you have to sign your commits (see [here](https://github.com/u-root/gobusybox/pull/121/checks?check_run_id=28430144629)). Without that, the CI is not run and with that reviewing changes might take longer.

@rminnich @hugelgupf what do you think of this?

@hugelgupf I think @archie2x addressed all the requested changes, should we get this in?

Another thing: To enable tinygo support in u-root we had do move from go assembly to CGO. I tested this branch and realized that gobusybox does not support Cgo (also...

Is this still in active development? I would really like to see this feature come in.

@aykevl thoughts on these additions?

rebased on dev to get the go1.23 changes

Superseded by https://github.com/tinygo-org/tinygo/pull/4378