Skip to content

rlua needs to either not use the lua_State "extradata" region or have a way to turn it off #189

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

Closed
jugglerchris opened this issue Sep 20, 2020 · 1 comment
Milestone

Comments

@jugglerchris
Copy link
Collaborator

As copied from #172 (comment)

rlua needs to either not use the lua_State "extradata" region or have a way to turn it off so it doesn't conflict with things trying to use it to create stand-alone Lua modules. The "extradata" region is unfortunately the fastest way to store arbitrary data alongside the main Lua state, which is why this has not been addressed yet.

@jugglerchris jugglerchris added this to the Version 1.0 milestone Jul 11, 2021
@khvzak
Copy link
Member

khvzak commented Feb 6, 2024

rlua going to be deprecated soon and this issue is already solved in mlua

@khvzak khvzak closed this as completed Feb 6, 2024
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

No branches or pull requests

2 participants