Commit Graph

2 Commits

Author SHA1 Message Date
Erez Geva d43ee445e0
Rename the near function to cmp_flt function that compare float numbers (#3490)
And move it to helpers.
Although Lua uses C floating math.
The actual used C floating functions in Lua
 might be different from the actual floating functions
 used in the original C code, which may lead to a slightly
 different floating number.
So for calculated floating numbers we should use the cmp_flt function in the assert.

Signed-off-by: Erez Geva <ErezGeva2@gmail.com>
2026-07-09 18:27:35 +01:00
Erez Geva a1b3ca81ca More Lua tests (#3405)
- Add Lua examples
- Add and fix unused Lua tests
- Add lua_module_global complementary test of lua_no_module_global
- Add Lua test-suite runme files

Enable friends_nested and minherit inline test code for Lua via the
SWIGLUA guards.
2026-05-31 15:09:53 +01:00