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
Incorrect unsafe.Sizeof(sync.Mutex{}), it be parsed to a constant of sync.Mutex size by x/tools, not the size of pthread_mutex_t.
Maybe cause some potential problems, reuse more go runtime sources is better.
reflect.Value not fully patched
Overlay
It can be replaced by patching for better compatible, if defer in loop be resolved, only net/textproto/textproto.go need patching.
/opt/homebrew/Cellar/go/1.24.0/libexec/src/net/textproto/textproto.go:37:2: no required module provides package github.com/goplus/llgo/runtime/internal/clite; to add it:
go get github.com/goplus/llgo/runtime/internal/clite
cannot build SSA for package github.com/goplus/llgo/runtime/internal/clite
/opt/homebrew/Cellar/go/1.24.0/libexec/src/net/textproto/textproto.go:38:2: no required module provides package github.com/goplus/llgo/runtime/internal/clite/net; to add it:
go get github.com/goplus/llgo/runtime/internal/clite/net
cannot build SSA for package github.com/goplus/llgo/runtime/internal/clite/net
/opt/homebrew/Cellar/go/1.24.0/libexec/src/net/textproto/textproto.go:39:2: no required module provides package github.com/goplus/llgo/runtime/internal/clite/os; to add it:
go get github.com/goplus/llgo/runtime/internal/clite/os
cannot build SSA for package github.com/goplus/llgo/runtime/internal/clite/os
/opt/homebrew/Cellar/go/1.24.0/libexec/src/net/textproto/textproto.go:40:2: no required module provides package github.com/goplus/llgo/runtime/internal/runtime; to add it:
go get github.com/goplus/llgo/runtime/internal/runtime
The text was updated successfully, but these errors were encountered:
Some issues impacting development progress, and has some potential problems.
Defer implementation
Closure stubs implementation
Issue reference: #983
Patching
x/tools
, not the size of pthread_mutex_t.Overlay
defer in loop
be resolved, onlynet/textproto/textproto.go
need patching.The text was updated successfully, but these errors were encountered: