lua/testes
Roberto Ierusalimschy 127a8e80fe '__close' gets no error object if there is no error
Instead of receiving nil as a second argument, __close metamethods are
called with just one argument when there are no errors.
2025-02-28 10:10:27 -03:00
..
libs Fixed conversion warnings from clang 2025-01-14 16:24:46 -03:00
all.lua Details 2025-01-16 11:51:16 -03:00
api.lua fixing 'lua_status' in panic. 2025-01-16 16:07:39 -03:00
attrib.lua Merge branch 'master' into nextversion 2022-12-28 18:38:20 -03:00
big.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
bitwise.lua Negation in constant folding of '>>' may overflow 2022-09-23 11:08:10 -03:00
bwcoercion.lua
calls.lua Debug information about extra arguments from __call 2024-11-19 14:09:18 -03:00
closure.lua Bug: wrong code gen. for indices with comparisons 2024-08-17 12:47:28 -03:00
code.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
constructs.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
coroutine.lua 'lua_State.nci' must be an integer 2025-02-26 11:31:10 -03:00
cstack.lua Bug: stack overflow with nesting of coroutine.close 2022-10-25 16:44:06 -03:00
db.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
errors.lua Details 2025-02-26 11:29:54 -03:00
events.lua Fixed dangling 'StkId' in 'luaV_finishget' 2024-03-29 15:10:50 -03:00
files.lua Change to macro 'LUAI_TRY' 2024-11-25 15:47:08 -03:00
gc.lua Better support in 'ltests' for tracing the GC 2024-10-21 15:18:20 -03:00
gengc.lua New mechanism to query GC parameters 2024-01-16 17:02:55 -03:00
goto.lua Another way to compile goto's 2025-01-10 13:54:51 -03:00
heavy.lua Added file 'testes/heavy.lua' 2018-12-14 13:49:02 -02:00
literals.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
locals.lua '__close' gets no error object if there is no error 2025-02-28 10:10:27 -03:00
main.lua Details 2025-02-26 11:29:54 -03:00
math.lua Floats formatted with "correct" precision 2024-08-02 15:09:30 -03:00
nextvar.lua New way to keep hints for table length 2024-11-29 17:26:20 -03:00
packtests File 'tracegc.lua' added to 'packtests' 2021-03-10 10:35:57 -03:00
pm.lua Details 2024-05-08 17:50:10 -03:00
sort.lua Details 2025-02-26 11:29:54 -03:00
strings.lua '-Wconversion' extended to all options of Lua numbers 2024-07-27 15:13:21 -03:00
tpack.lua Removed 'int' size limit for pack/unpack 2024-06-21 14:55:12 -03:00
tracegc.lua New test module 'tracegc' 2021-03-01 13:54:29 -03:00
utf8.lua utf8.offset returns also final position of character 2024-05-27 11:29:39 -03:00
vararg.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00
verybig.lua Avoid excessive name pollution in test files 2022-12-28 18:34:11 -03:00