aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compat53/.github/workflows/compat53-tests.yml
diff options
context:
space:
mode:
authorGravatar Andrew D. France 2025-07-23 01:24:29 -0500
committerGravatar Andrew D. France 2025-07-23 01:24:29 -0500
commit18052989d5722ba9fe01361b53b98330198dbb1e (patch)
treefbe3bc119b9c2fb9af168c7656ff0d26803b0044 /lib/compat53/.github/workflows/compat53-tests.yml
parentluaopen_bit32 is called during initialization. This means the bit32 library i... (diff)
- The premake5.lua file has been updated to include the LUA_COMPAT_BITLIB compiler definition. This flag instructs the compat-5.3 submodule to build the actual bit32 library instead of a stub that throws a deprecated error.
- The main function in src/lush.c is modified to explicitly load the bit32 and utf8 libraries into the global Lua state at startup using luaL_requiref. This makes them directly accessible to all scripts running in the shell, which is necessary for the test script to find and use the bit32 functions without a require() call. - Added a null check after luaL_newstate() in src/lush.c to ensure the Lua state is created successfully before its actually used.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
4-08remove empty linesGravatar pancake 1-3/+1 2010-03-29whoops... linking OoGravatar Enno Boland (tox) 1-3/+3 2010-03-26typofix.Gravatar Enno Boland (tox) 2-5/+5 2010-03-25reimplementing cookies. Now we need some file locking.Gravatar Enno Boland (tox) 1-2/+14 2010-03-25updating manpage, reformating help output.Gravatar Enno Boland (tox) 2-9/+19 2010-03-24fixing argument parsing.Gravatar Enno Boland (tox) 1-0/+2 2010-03-24fixing downloadsGravatar Enno Boland (tox) 1-8/+6 2010-03-24gotheaders will now be called correctly.Gravatar Enno Boland (tox) 1-1/+6