1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-27 14:48:13 +00:00
janet/test
Calvin Rose e97299fc65 Fix #1174 - bad debug info causing stack traversal to segfault.
Coming from commit 77189b6e66, relating
to changes in source mapping debug info, this caused a segfault when
traversing a stack frame where the birth_pc was incredibly large due
to wrap around. This fix prevents the wrap around and does saturating
subtraction to 0.
2023-06-01 13:01:59 -05:00
..
amalg Update copyrights. 2023-01-07 15:04:56 -06:00
fuzzers Make janet_equals and janet_compare non recursive 2020-04-24 16:18:31 -05:00
helper.janet Address #1121 - disallow extra splices. 2023-05-06 13:12:31 -05:00
suite0000.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0001.janet Add test cases for variadic arguments to map-like functions 2023-05-26 19:08:00 +07:00
suite0002.janet string and peg replacement functions can now take functions 2023-04-23 08:36:17 -07:00
suite0003.janet Tweak long-string|bytes peg in test suite files 2023-04-30 21:55:43 +09:00
suite0004.janet Update copyrights. 2023-01-07 15:04:56 -06:00
suite0005.janet Address #1121 - disallow extra splices. 2023-05-06 13:12:31 -05:00
suite0006.janet Fix #1130 - mod flipped for signed integers. 2023-05-11 18:15:37 -05:00
suite0007.janet Make clock tests less fragile for CI. 2023-05-31 22:21:12 -05:00
suite0008.janet peg replacement functions have access to captures 2023-04-23 09:15:46 -07:00
suite0009.janet file/linex now only acceps a file, not a path name 2023-05-26 17:50:26 +02:00
suite0010.janet Rename contains? and contains-key? to has-value? and has-key? 2023-05-31 22:35:57 -05:00
suite0011.janet symbolslots now use janet_v vectors, flat structure 2023-02-01 11:06:33 +01:00
suite0012.janet Be more selective when testing FFI. 2023-05-28 15:28:17 -05:00
suite0013.janet Update copyright year. 2023-01-07 15:03:35 -06:00
suite0014.janet Made peg 'not' and 'if-not' drop their captures on success 2022-09-12 23:07:56 +01:00
suite0015.janet Fix #1174 - bad debug info causing stack traversal to segfault. 2023-06-01 13:01:59 -05:00