1
0
Fork 0
Commit Graph

23 Commits

Author SHA1 Message Date
Jon Michael Aanes 32c88386f3
Improved error reporting on incorrect arguments
Lua Library / Lua-Testing (push) Failing after 7s Details
Lua Library / Static-Analysis (push) Successful in 4s Details
2024-05-05 20:13:53 +02:00
Jon Michael Aanes ef9c34b7cd
Luacheck fixes
Lua Library / Lua-Testing (push) Failing after 6s Details
Lua Library / Static-Analysis (push) Successful in 3s Details
2024-04-28 12:44:28 +02:00
Jon Michael Aanes 31ef3ade89 Bumped workflows to v6.19
Lua Library / Lua-Testing (push) Failing after 5s Details
Lua Library / Static-Analysis (push) Failing after 3s Details
2024-04-26 14:26:41 +02:00
Jon Michael Aanes 9485744f14 Workflows
LÖVE/Lua Library / Static-Analysis (push) Successful in 4s Details
2023-12-12 23:39:27 +01:00
Jon Michael Aanes 1ffaccfbd2 Missed a check for empty tables. 2021-05-24 21:10:27 +02:00
Jon Michael Aanes 99650fb573 Made errors slightly more tolerant. 2019-06-10 19:41:19 +02:00
Jon Michael Aanes 60e525a367 The dumb crashes continue 2018-07-21 14:35:06 +02:00
Jon Michael Aanes cdb1d90140 Fixed crashes in certain error situations. 2018-07-21 14:15:21 +02:00
Jon Michael Aanes 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
Jon Michael Aanes 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
Jon Michael Aanes 9d94601f83 Improved error checking messages for `strings_with_highest_similarity`. 2017-08-27 11:47:05 +02:00
Jon Michael Aanes 7b9b9d2912 Fixed minor issue 2017-07-10 10:52:33 +02:00
Jon Michael Aanes b85dc4694a Added specific error message on 'strict table' when table is empty 2017-07-10 10:51:07 +02:00
Jon Michael Aanes 57ddbbf62f Added 'strict tables', that throw very informative errors, when indexing an non-existant key. 2017-07-10 10:14:46 +02:00
Jon Michael Aanes 0fbea038a7 Added license. 2017-07-03 09:30:04 +02:00
Jon Michael Aanes fe65aeed90 API have been very heavily modified. 2017-06-27 13:50:27 +02:00
Jon Michael Aanes 12adee0398 Added methods for performing corrections. 2017-06-11 18:09:24 +02:00
Jon Michael Aanes a75a33b85f Initial implementation of errors library. 2017-06-09 15:22:25 +02:00