1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 06:33:16 +00:00
janet/test
Calvin Rose 022be217a2 Remove ==, not==, and order[<,<=,>,>=].
This unifies equality and comparison checking. Before, we had
separate functions and vm opcodes for comparing general values vs.
for comparing numbers, where the numberic functions were polymorphic and
had special cases for handling NaNs. By unfiying them, abstract types
can now better integrate with other number types and behave as keys.

For now, the old functions are aliased but will eventually be removed.
2019-12-28 16:04:15 -05: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 compile time arity checking. 2019-09-30 19:50:42 -05: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 Remove top-level unquote for comptime macro 2019-12-04 19:53:13 -06:00
suite0.janet Remove ==, not==, and order[<,<=,>,>=]. 2019-12-28 16:04:15 -05:00