1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/test
Calvin Rose 340a6c4d8d Update marsh.c to use janet_panic for errors.
Before, we used a local setjmp/longjmp for error handling.
Using janet_panic means errors can be more easily expressive and
code can be smaller.

However, we still need to make vector memory get gc collected, as
panics can cause the runtime to skip janet_v_frees.
2019-02-22 10:12:25 -05:00
..
helper.janet Update issue 53 regression test. 2019-02-21 19:19:47 -05:00
suite1.janet Address #53 - marshalling fiber strangeness 2019-02-21 19:11:28 -05:00
suite2.janet Make parser errors a bit better for files with no closing 2019-01-17 23:43:46 -05:00
suite3.janet Fix some code style, add tuple/type function. 2019-02-09 12:21:11 -05:00
suite4.janet Update marsh.c to use janet_panic for errors. 2019-02-22 10:12:25 -05:00
suite0.janet Disallow NaN as table/struct key. 2019-01-28 11:50:33 -05:00