roc/crates/compiler/uitest/tests
shua 0faa1d5f20
test_gen: replace stdlib Json with inline implementation
Towards the goal of removing Json from stdlib, this change replaces
usage of TotallyNotJson in test_gen/gen_abilities with a simple usable
inline implementation of Encoder/DecoderFormatting.

Similarly, the use of TotallyNotJson in test_reporting is not necessary
at all and is replaced with a Decoder that wouldn't actually work, but
which does compile.
2024-07-01 20:30:05 +02:00
..
ability Update mono tests 2024-02-17 13:20:34 -05:00
exhaustive Add open union under tuple test 2023-05-24 13:12:47 -05:00
instantiate Fix more tests 2023-08-10 22:24:24 -04:00
lambda_set Fixed erased with nullable unwrapped union 2023-07-12 16:01:44 -05:00
oiop Move uitests to their own crate 2023-04-02 09:11:31 -05:00
pattern Correctly introduce new openness variables at the union rank 2023-05-01 13:14:58 -05:00
ranged Move uitests to their own crate 2023-04-02 09:11:31 -05:00
record Move uitests to their own crate 2023-04-02 09:11:31 -05:00
recursion Update mono tests 2024-01-26 16:25:32 -05:00
recursive_type Support fixpoint-fixing under recursion variables 2023-06-13 17:15:11 -05:00
solve test_gen: replace stdlib Json with inline implementation 2024-07-01 20:30:05 +02:00
specialize update test 2023-05-28 09:44:27 +02:00
weaken Move uitests to their own crate 2023-04-02 09:11:31 -05:00