tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

type assertion panics

Open gggrafff opened this issue 1 year ago • 2 comments

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

gggrafff avatar Jan 09 '24 13:01 gggrafff

Probably it's fixed: https://github.com/tinygo-org/tinygo/issues/3788 https://github.com/tinygo-org/tinygo/pull/3986

Let's make minor release with fixes?

gggrafff avatar Jan 10 '24 12:01 gggrafff

@gggrafff I think we are getting very close to the next release.

deadprogram avatar Jan 13 '24 08:01 deadprogram

Completed with v0.31.0 so now closing. Thank you!

deadprogram avatar Feb 28 '24 07:02 deadprogram