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
I just updated to 1.12 and when compiling my project with tinygo, I get the following error:
/usr/local/go/src/internal/fmtsort/sort.go:58:19: invalid operation: mapValue (variable of type reflect.Value) has no field or method MapRange
It compiled just fine with 1.11.5 earlier
The text was updated successfully, but these errors were encountered:
Go 1.12 is not yet supported. I have an in-progress (unfinished) PR that will add support in #211. Some non-trivial changes are needed to add support.
Sorry, something went wrong.
This support has just landed in the dev branch, please give it a try @Zambiorix
dev
Release v0.5.0 now supports this, so closing this issue. Thanks!
No branches or pull requests
I just updated to 1.12 and when compiling my project with tinygo, I get the following error:
It compiled just fine with 1.11.5 earlier
The text was updated successfully, but these errors were encountered: