1
0
Commit Graph

14 Commits

Author SHA1 Message Date
99ce47f831 Bumped workflows to v6.19
Some checks failed
Lua Library / Lua-Testing (push) Failing after 5s
Lua Library / Static-Analysis (push) Successful in 4s
2024-04-26 11:48:20 +02:00
9bfcd3beb3 Added a bunch of constant evaluations 2018-03-23 12:26:45 +01:00
6c7c914da2 Improved modulo messages 2018-03-15 17:47:47 +01:00
fe9ab028ce Minor improvements when talking about the type of a value. 2018-03-12 11:58:13 +01:00
d9be06658d Now ignores additional arguments when parsing, but those arguments are used to format the error message. 2018-01-29 10:28:30 +01:00
e994147512 Improvements all around 2018-01-26 13:00:39 +01:00
e11ec95fb5 More info, and more general. 2017-11-07 11:28:41 +01:00
dcee4f6f95 Misc 2017-11-07 11:06:39 +01:00
b1c6693f1f Improved robustness. 2017-11-05 11:31:46 +01:00
8f8a0c8992 Better coverage of lvalues. 2017-11-02 11:35:49 +01:00
6f3da373f9 Moved to using an AST based approach. The AST construction is not very advanced yet, but no regressions have occured. 2017-11-02 11:21:00 +01:00
63fbc9ef12 Added support for short constant values, and better names/descriptions of functions. 2017-10-29 10:16:16 +01:00
c9842a2b29 Improved assert messages for certain expressions. 2017-10-28 13:15:57 +02:00
aec232efcb Initial commit on assert-gooder. An improved version of assert
that automatically creates a useful error message, when the assert
fails.
2017-10-28 12:44:53 +02:00