roc/compiler/test_gen/src
ayazhafiz 3bff99b0a2 Register accessor closures when they are bound
Previously we only registered record accessor closures in anonymous
contexts, where we assume they must already be specialized based on the
surrounding contexts. This is not true in general since one might bind
an accessor to a name.

Closes #2567
2022-03-06 10:53:12 -05:00
..
helpers reimplement RocList and RocStr 2022-02-23 16:02:13 +01:00
gen_compare.rs Remove accidental trailing spaces 2022-01-18 22:25:46 -07:00
gen_dict.rs Merge test_dev, test_wasm, and test_wasm_util into test_gen 2021-11-08 19:31:20 -08:00
gen_list.rs fix tests and alias analysis 2022-02-27 15:20:54 -08:00
gen_num.rs add some more tests, including failure for new line 2022-02-25 22:05:21 -08:00
gen_primitives.rs reimplement RocList and RocStr 2022-02-23 16:02:13 +01:00
gen_records.rs Register accessor closures when they are bound 2022-03-06 10:53:12 -05:00
gen_refcount.rs Monomorphize expressions in refcount test 2022-01-20 10:23:13 -05:00
gen_result.rs reimplement RocList and RocStr 2022-02-23 16:02:13 +01:00
gen_set.rs make types more explicit 2022-02-25 13:02:11 +01:00
gen_str.rs reimplement RocList and RocStr 2022-02-23 16:02:13 +01:00
gen_tags.rs reimplement RocList and RocStr 2022-02-23 16:02:13 +01:00
tests.rs Merge remote-tracking branch 'origin/trunk' into expect-dont-panic 2022-01-30 20:22:26 -05:00
wasm_str.rs reimplement RocList and RocStr 2022-02-23 16:02:13 +01:00