1
0
Commit Graph

10 Commits

Author SHA1 Message Date
5b0cdc5b21
Metatable magic
Some checks failed
LÖVE/Lua Library / Test (push) Failing after 6s
LÖVE/Lua Library / Static-Analysis (push) Failing after 4s
2024-07-10 19:13:55 +02:00
31ef3ade89 Bumped workflows to v6.19
Some checks failed
Lua Library / Lua-Testing (push) Failing after 5s
Lua Library / Static-Analysis (push) Failing after 3s
2024-04-26 14:26:41 +02:00
1106669e34 Fixed some level issues, and added function for enabling strict globals. 2018-01-10 17:39:34 +01:00
Jon Michael Aanes
ec63ade963 Adjusted phrasing of error messages, and added unique error message for when indexing non-integers in sequence. 2017-09-01 13:11:29 +02:00
Jon Michael Aanes
accffabc26 Added unique error messages when indexing into a sequence. 2017-09-01 13:01:39 +02:00
f187329711 Improved error checking, and fixed bug where strict tables would not report the proper error, when indexing 2017-08-27 12:05:46 +02:00
b85dc4694a Added specific error message on 'strict table' when table is empty 2017-07-10 10:51:07 +02:00
57ddbbf62f Added 'strict tables', that throw very informative errors, when indexing an non-existant key. 2017-07-10 10:14:46 +02:00
fe65aeed90 API have been very heavily modified. 2017-06-27 13:50:27 +02:00
a75a33b85f Initial implementation of errors library. 2017-06-09 15:22:25 +02:00