We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sample.go
N/A
Successful installl
$ go install github.com/traefik/yaegi/cmd/yaegi@latest # github.com/traefik/yaegi/cmd/yaegi syscall.Syscall18: nosplit stack over 792 byte limit syscall.Syscall18<1> grows 336 bytes, calls syscall.SyscallN<1> grows 32 bytes, calls runtime.cgocall<1> grows 104 bytes, calls runtime.entersyscall<1> grows 40 bytes, calls runtime.reentersyscall<1> grows 104 bytes, calls runtime.save<1> grows 32 bytes, calls runtime.badctxt<1> grows 32 bytes, calls runtime.throw<1> grows 48 bytes, calls runtime.fatalthrow<1> grows 64 bytes, calls runtime.systemstack<0> grows 16 bytes, calls gosave_systemstack_switch<46> grows 8 bytes, calls runtime.abort<0> 24 bytes over limit grows 16 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 24 bytes over limit grows 8 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 16 bytes over limit grows 104 bytes, calls runtime.save<1> grows 32 bytes, calls runtime.badctxt<1> grows 32 bytes, calls runtime.throw<1> grows 48 bytes, calls runtime.fatalthrow<1> grows 64 bytes, calls runtime.systemstack<0> grows 16 bytes, calls gosave_systemstack_switch<46> grows 8 bytes, calls runtime.abort<0> 24 bytes over limit grows 16 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 24 bytes over limit grows 8 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 16 bytes over limit grows 104 bytes, calls runtime.save<1> grows 32 bytes, calls runtime.badctxt<1> grows 32 bytes, calls runtime.throw<1> grows 48 bytes, calls runtime.fatalthrow<1> grows 64 bytes, calls runtime.systemstack<0> grows 16 bytes, calls gosave_systemstack_switch<46> grows 8 bytes, calls runtime.abort<0> 24 bytes over limit grows 16 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 24 bytes over limit grows 8 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 16 bytes over limit grows 104 bytes, calls runtime.save<1> grows 32 bytes, calls runtime.badctxt<1> grows 32 bytes, calls runtime.throw<1> grows 48 bytes, calls runtime.fatalthrow<1> grows 64 bytes, calls runtime.systemstack<0> grows 16 bytes, calls gosave_systemstack_switch<46> grows 8 bytes, calls runtime.abort<0> 24 bytes over limit grows 16 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 24 bytes over limit grows 8 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 16 bytes over limit grows 104 bytes, calls runtime.save<1> grows 32 bytes, calls runtime.badctxt<1> grows 32 bytes, calls runtime.throw<1> grows 48 bytes, calls runtime.fatalthrow<1> grows 64 bytes, calls runtime.systemstack<0> grows 16 bytes, calls gosave_systemstack_switch<46> grows 8 bytes, calls runtime.abort<0> 24 bytes over limit grows 16 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 24 bytes over limit grows 8 bytes, calls indirect grows 8 bytes, calls runtime.morestack<0> 16 bytes over limit
latest
No response
The text was updated successfully, but these errors were encountered:
same got here
Sorry, something went wrong.
Looks like related with this issue(could be fixed in go1.23.3?) golang/go#69848
Fixed in go1.23.3, now using go install github.com/traefik/yaegi/cmd/yaegi@latest successfully installs yaegi binary in Windows 11.
No branches or pull requests
The following program
sample.go
triggers an unexpected resultExpected result
Successful installl
Got
Yaegi Version
latest
Additional Notes
No response
The text was updated successfully, but these errors were encountered: