Skip to content
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

Support alias types in typeIdentical() #478

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

reillywatson
Copy link
Contributor

@reillywatson reillywatson commented Aug 15, 2024

This is a possible implementation of types.Type as of Go 1.22, and gets created by default starting in Go 1.23. This currently causes a panic when running under Go 1.23, because of the default panic("unreachable") in this switch statement.

This is a possible implementation of types.Type as of Go 1.22, and gets created by default starting in Go 1.23.
@quasilyte quasilyte merged commit 5a36c24 into quasilyte:master Aug 15, 2024
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants