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

cmd/compile: enable type-checking using the new Alias types #66864

Open
griesemer opened this issue Apr 16, 2024 · 0 comments
Open

cmd/compile: enable type-checking using the new Alias types #66864

griesemer opened this issue Apr 16, 2024 · 0 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Milestone

Comments

@griesemer
Copy link
Contributor

Reminder issue that the compiler currently sets GODEBUG=gotypesalias=0 to avoid a panic during bootstrap (make.bash).
See cmd/compile/internal/noder/irgen.go:92.

@griesemer griesemer added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker labels Apr 16, 2024
@griesemer griesemer added this to the Go1.23 milestone Apr 16, 2024
@griesemer griesemer self-assigned this Apr 16, 2024
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. release-blocker
Projects
Development

No branches or pull requests

2 participants