-
Notifications
You must be signed in to change notification settings - Fork 951
TinyGo Panics on Generic Type Aliases #4819
New issue
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
Comments
It produces different errors when setting target. Without target set
With pico2-w target set
Even though changing it from |
Probable dupe: #4416 |
Hello. Same behaviour with ArchLinux (and llvm19 packages)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TinyGo crashes when compiling a generic type alias, even when using
GODEBUG=gotypesalias=1
. Though I am not sure whether TinyGo supports generic type aliases correctly.The text was updated successfully, but these errors were encountered: