We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Tinygo oom-crashes when compiling sorty v1.2.0 tests. I'm on Manjaro Linux with kernel 5.10.70 and i5-4210M CPU. With Go 1.17
v1.2.0
5.10.70
$ tinygo version tinygo version 0.20.0 linux/amd64 (using go version go1.17.2 and LLVM version 11.0.0) $ tinygo test -c -v Killed
and with Go 1.16
$ tinygo version tinygo version 0.20.0 linux/amd64 (using go version go1.16.9 and LLVM version 11.0.0) $ tinygo test -c -v Killed
The tests compile & run perfectly fine with both Go versions mentioned.
The text was updated successfully, but these errors were encountered:
This is solved by #2001
Sorry, something went wrong.
I think the request was fulfilled in the new release, so closing. Please reopen if needed. Thanks!
No branches or pull requests
Tinygo oom-crashes when compiling sorty
v1.2.0
tests. I'm on Manjaro Linux with kernel5.10.70
and i5-4210M CPU.With Go 1.17
and with Go 1.16
The tests compile & run perfectly fine with both Go versions mentioned.
The text was updated successfully, but these errors were encountered: