1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-24 22:23:15 +00:00
janet/test
Calvin Rose 3d40c95e80 Add ability to Janet signal from C functions.
While C functions are not re-entrant, signaling from a C function
can be used to implement async returns. When resuming a fiber that
signalled from within a C function, the fiber is started after the
instruction that emitted the signal. The resume argument is used
as the return result from the c function.
2020-01-10 20:44:16 -06:00
..
amalg Add some tests for the amalgamated source/ 2019-05-23 10:34:01 -04:00
install Add --test flag to jpm. 2019-11-09 10:03:56 -06:00
helper.janet Address #214 2019-12-14 20:39:14 -06:00
suite1.janet Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00
suite2.janet Disallow the empty string for some string fns. 2019-09-24 13:23:18 -05:00
suite3.janet Add ability to Janet signal from C functions. 2020-01-10 20:44:16 -06:00
suite4.janet Update module system. 2019-06-18 22:10:13 -04:00
suite5.janet Use :length method for (length abstract) 2019-09-08 19:26:16 -05:00
suite6.janet Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00
suite7.janet Add comptime error test. 2019-12-31 12:16:19 -05:00
suite0.janet Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00