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

Lua 5.4 support #95

Open
Tracked by #98
nvs opened this issue Oct 9, 2020 · 1 comment
Open
Tracked by #98

Lua 5.4 support #95

nvs opened this issue Oct 9, 2020 · 1 comment
Labels
Milestone

Comments

@nvs
Copy link
Owner

nvs commented Oct 9, 2020

A few checks need to be done to ensure that Lua 5.4 works properly. Luacheck 0.23 does not support 5.4 explicitly, and this might present an issue. Anyone using LuaRocks to install dependencies will get Luacheck 0.24, which has taken steps to support 5.4.

@nvs
Copy link
Owner Author

nvs commented Jun 9, 2021

A check of some dependencies shows that the following work with Lua 5.4:

  • luacheck 0.24
  • luafilesystem1.8.0
  • lua-stormlib 0.2.3
  • compat-5.3 0.8

Probably best to allow installation via Luarocks to assist with dependency tracking, as mentioned in #36. I think I would prefer to install this via a 'local' repository, whatever the terminology is.

@nvs nvs mentioned this issue Jun 29, 2022
6 tasks
@nvs nvs added this to the 0.11 milestone Jun 29, 2022
@nvs nvs added the task label Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant