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
The behavior of type assertions in tinygo differs from the standard go compiler. I get panic when I try to make a valid type assertion.
Example: https://github.com/gggrafff/tinygo_issue
The text was updated successfully, but these errors were encountered:
Probably it's fixed: #3788 #3986
Let's make minor release with fixes?
Sorry, something went wrong.
@gggrafff I think we are getting very close to the next release.
Completed with v0.31.0 so now closing. Thank you!
v0.31.0
No branches or pull requests
The behavior of type assertions in tinygo differs from the standard go compiler. I get panic when I try to make a valid type assertion.
Example:
https://github.com/gggrafff/tinygo_issue
The text was updated successfully, but these errors were encountered: