New exhaustive check feature for vectors & similar

This commit is contained in:
ShepherdSoasis 2022-09-28 01:56:26 -04:00 committed by The Phantom Derpstorm
parent c4e843b6dd
commit 3592851a2a
91 changed files with 797 additions and 389 deletions

View file

@ -40,8 +40,8 @@ int main(int, char*[]) {
traceback_handler.pop();
// make sure everything is clean
sol_c_assert(result == 22);
sol_c_assert(
SOL_ASSERT(result == 22);
SOL_ASSERT(
lua.stack_top() == 0); // stack is empty/balanced
return 0;