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
$ go run stub2.go
start
finish
$ tinygo version
tinygo version 0.38.0-dev-612a38e3 darwin/arm64 (using go version go1.24.2 and LLVM version 18.1.8)
$ tinygo run stub2.go
start
<hang>
Fixestinygo-org#4884 by upgrading the ssa package.
The fix is in v0.26.0, which also bumps the minimum Go to 1.22. The
latest x/tools module still depending on 1.22 is v0.30.0.
Fixestinygo-org#4884 by upgrading the ssa package.
The fix is in v0.26.0, which also bumps the minimum Go to 1.22. The
latest x/tools module still depending on 1.22 is v0.30.0.
eliasnaur
added a commit
to eliasnaur/tinygo
that referenced
this issue
May 3, 2025
Fixestinygo-org#4884 by upgrading the ssa package.
The fix is in v0.26.0, which also bumps the minimum Go to 1.22. The
latest x/tools module still depending on 1.22 is v0.30.0.
eliasnaur
added a commit
to eliasnaur/tinygo
that referenced
this issue
May 4, 2025
Fixestinygo-org#4884 by upgrading the ssa package.
The fix is in v0.26.0, which also bumps the minimum Go to 1.22. The
latest x/tools module still depending on 1.22 is v0.30.0.
Fixes#4884 by upgrading the ssa package.
The fix is in v0.26.0, which also bumps the minimum Go to 1.22. The
latest x/tools module still depending on 1.22 is v0.30.0.
This program runs forever on TinyGo:
To reproduce:
Adding an explicit break target fixes the hang:
The text was updated successfully, but these errors were encountered: