1
0
Commit Graph

18 Commits

Author SHA1 Message Date
5d23df5494
Improved docstring 2024-07-10 19:17:22 +02:00
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
32c88386f3
Improved error reporting on incorrect arguments
Some checks failed
Lua Library / Lua-Testing (push) Failing after 7s
Lua Library / Static-Analysis (push) Successful in 4s
2024-05-05 20:13:53 +02:00
ef9c34b7cd
Luacheck fixes
Some checks failed
Lua Library / Lua-Testing (push) Failing after 6s
Lua Library / Static-Analysis (push) Successful in 3s
2024-04-28 12:44:28 +02:00
1ffaccfbd2 Missed a check for empty tables. 2021-05-24 21:10:27 +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
136c498369 Fixed formatting of info function 2017-09-16 21:29:46 +02:00
Jon Michael Aanes
529f7f2f54 Dumb syntax errors 2017-09-16 21:19:28 +02:00
Jon Michael Aanes
f7c6cf6a82 Until errors are thrown at the correct level, we'll throw it at 1. Also added info function. 2017-09-16 21:18:56 +02: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
7b9b9d2912 Fixed minor issue 2017-07-10 10:52:33 +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
12adee0398 Added methods for performing corrections. 2017-06-11 18:09:24 +02:00
a75a33b85f Initial implementation of errors library. 2017-06-09 15:22:25 +02:00