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

fix: add Lua 5.4.7 detection #24

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

fix: add Lua 5.4.7 detection #24

wants to merge 2 commits into from

Conversation

Tieske
Copy link
Owner

@Tieske Tieske commented Jun 26, 2024

See #22 the macro changes were reverted, but we keep the PR around for when Lua 5.5 hits.

The macros in lua.h have changed, so detection no longer worked.
This change now properly detects 5.4.7 as a 5.4 series release.
A potential 5.5 is now parsed as 5.5, and not as 5.4. ALso
if no check matches, there is an error, instead of a silent
fall through to one specific case.
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