Skip to content

Add lua5.5 to c-api/compat-5.3.h - #86

Closed
cclauss wants to merge 1 commit into
lunarmodules:masterfrom
cclauss:add-lua5.5-to-c-api_compat-5.3.h
Closed

Add lua5.5 to c-api/compat-5.3.h#86
cclauss wants to merge 1 commit into
lunarmodules:masterfrom
cclauss:add-lua5.5-to-c-api_compat-5.3.h

Conversation

@cclauss

@cclauss cclauss commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Was this fixed in the v0.15.1 release?!?

Let's fix luarocks --lua-version=5.5 install --check-lua-versions compat53

And failing lua5.5 GitHub Actions like https://github.com/lunarmodules/lua-compat-5.3/actions/runs/29290073036

- #if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 || LUA_VERSION_NUM > 505
+ #if !defined(LUA_VERSION_NUM) || LUA_VERSION_NUM < 501 || LUA_VERSION_NUM > 506

It looks like other code in this file was modified for lua5.5 but this line was not.

Related to:

@cclauss cclauss closed this Jul 14, 2026
@cclauss
cclauss deleted the add-lua5.5-to-c-api_compat-5.3.h branch July 14, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant