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

Function module is deprecated #23

Closed
aw-engineer opened this issue Jul 6, 2024 · 0 comments
Closed

Function module is deprecated #23

aw-engineer opened this issue Jul 6, 2024 · 0 comments

Comments

@aw-engineer
Copy link
Contributor

aw-engineer commented Jul 6, 2024

https://lua.org/manual/5.2/manual.html#8.2

Function module is deprecated. It is easy to set up a module with regular Lua code. Modules are not expected to set global variables.

@kmarkus kmarkus closed this as completed in 09d46a6 Jul 8, 2024
kmarkus added a commit that referenced this issue Jul 8, 2024
Prefer 'require' function instead of deprecated 'module'. fix #23
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

1 participant