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: internal compiler error: expected struct { F uintptr; L *lua.Lua_State } value to have type struct { F uintptr; L *lua.Lua_State } [1.21 backport] #62545

Open
gopherbot opened this issue Sep 9, 2023 · 2 comments
Assignees
Labels
CherryPickApproved Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
Milestone

Comments

@gopherbot
Copy link

@mdempsky requested issue #62498 to be considered for backport to the next 1.21 minor release.

Here's a standalone repro of the issue: https://go.dev/play/p/5eDYV-mzqg9

There's nothing wrong with this code, and it compiled in Go 1.20. So I think this is a regression that should be backported.

@gopherbot Please backport to Go 1.21. This is a compilation failure of valid code that used to work in Go 1.20.

@gopherbot gopherbot added the CherryPickCandidate Used during the release process for point releases label Sep 9, 2023
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Sep 9, 2023
@gopherbot gopherbot added this to the Go1.21.2 milestone Sep 9, 2023
@joedian joedian added the CherryPickApproved Used during the release process for point releases label Sep 20, 2023
@gopherbot gopherbot removed the CherryPickCandidate Used during the release process for point releases label Sep 20, 2023
@thanm
Copy link
Contributor

thanm commented Sep 25, 2023

Hi @mdempsky wondering what that status of this bug is -- if it is going to be included in Go 1.21.2 we'll need to have the cherry-pick submitted in the next couple of days. Let me know if it needs to be bumped to 1.21.3. Thanks.

@mdempsky mdempsky self-assigned this Sep 25, 2023
@mdempsky
Copy link
Member

Thanks for the reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CherryPickApproved Used during the release process for point releases compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
None yet
Development

No branches or pull requests

4 participants