Skip to content

Pull in changes from Lua 5.4 branch #1130

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

Merged
merged 3 commits into from
Apr 13, 2025
Merged

Pull in changes from Lua 5.4 branch #1130

merged 3 commits into from
Apr 13, 2025

Conversation

Sainan
Copy link
Member

@Sainan Sainan commented Apr 13, 2025

No description provided.

Sainan and others added 3 commits April 13, 2025 18:56
This function can be called unprotected, so it should not raise any
kind of errors. (It could raise a memory-allocation error when creating
a message).

Co-authored-by: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
If a metatable is a weak table, its __newindex field could be collected
by an emergency collection while being used in 'luaV_finishset'. (This
bug has similarities with bug 5.3.2-1, fixed in commit a272fa66.)

Co-authored-by: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
A __close metamethod can overwrite a message handler in the stack
when closing a thread or a state.

Co-authored-by: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
@Sainan Sainan merged commit d3ac8ec into main Apr 13, 2025
9 checks passed
@Sainan Sainan deleted the rebase-5.4 branch April 13, 2025 17:09
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.

1 participant