summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-09-04add hs_traceback.csanine
2021-09-04fix minor bugs in hs_process_table tests and implement hs_process_tablesanine
2021-09-04update hs_process_table tests for new apisanine
2021-09-04add hs_process_table.c and remove honeysuckle.csanine
2021-09-04remove spurious debug messages from hs_create_table_testssanine
2021-08-30remove C function testssanine
2021-08-29strengthen tests and implement table creation cleanupsanine
2021-08-29add tests for light userdata keyssanine
2021-08-29add C function key testssanine
2021-08-29add tests for number, string, table, and function keyssanine
2021-08-28re-add integer key testssanine
2021-08-28begin correcting stack sequencing bug in hs_create_table testssanine
2021-08-28create empty table in hs_create_table_()sanine
2021-08-28begin implementing full hs_create_table test suitesanine
2021-08-28fix error in hs_create_table type macros and correct bug in stack index testsanine
2021-08-28begin rewrite of hs_create_table testssanine
2021-08-28create hs_create_table.c and add to buildsanine
2021-08-28add hs_table_entry creation macrossanine
2021-08-28remove non-function overload testssanine
2021-08-28fix some README example code and correct numerical types in testssanine
2021-08-26add first-pass implementation of hs_parse_overloadedsanine
2021-08-25add hs_parse_overloaded_ definition and update hs_parse_overloaded testssanine
2021-08-24update README types and fix bug in C function testssanine
2021-08-24fix hs_parse_arg string handling and function testsanine
2021-08-23update hs_parse_args_tests to reflect the lack of type distinction between in...sanine
2021-08-21begin refactoring tests to reflect struct-based API and implement hs_pushstri...sanine
2021-08-08add helper macro for hs_throw_error() tests and add extremely long string testsanine-a
2021-08-08add hs_throw_error() implementation and fix bug in testssanine-a
2021-08-08change colors in test error messages to improve readabilitysanine-a
2021-08-08write initial tests for hs_throw_error()sanine-a
2021-08-08add equality test macrossanine-a
2021-08-08initialize table processing test variablessanine-a
2021-08-08simplify test suite macrossanine-a
2021-08-08add file/line numbers to failed asserts and add test suite start/finish macrossanine-a
2021-07-04add repeated tests for hs_process_tablesanine-a
2021-07-04add tests for all sample table combinations for hs_process_tablesanine-a
2021-07-03create hs_process_table_tests.c and add basic table processing testsanine-a
2021-07-02add tests for hs_create_enumsanine-a
2021-07-02finish refactoring existing tests into separate filessanine-a
2021-07-02begin refactor of tests into individual source filessanine-a
2021-06-11add initial tests for hs_create_tablesanine-a
2021-05-27add common 'extra argument' overload testsanine-a
2021-05-27add readme example test for hs_parse_argssanine-a
2021-05-27add hs_parse_overloaded testssanine-a
2021-05-27add parse tests for table, any, and all types at oncesanine-a
2021-05-26create colors.h and make test output colorfulsanine-a
2021-05-26provide stack indices for args and add HS_ANY typecheck testsanine-a
2021-05-26add hs_parse_args typechecking testssanine-a
2021-05-25add initial tests for hs_parse_args and define TEST() macrosanine-a
2021-05-23set compiler flags per target and add hs_type_to_string testssanine-a