roc/crates/compiler/test_gen/src
Richard Feldman fd65f12cad
Merge pull request #3567 from rtfeldman/result-try
Rename `Result.after` to `Result.try`, `Result.afterErr` to `Result.onErr`
2022-07-17 22:47:02 -04:00
..
helpers add case 2022-07-13 20:14:21 +02:00
gen_abilities.rs Merge pull request #3567 from rtfeldman/result-try 2022-07-17 22:47:02 -04:00
gen_compare.rs Enable ignored rosetree compare test 2022-07-10 13:55:04 -04:00
gen_dict.rs enable some dict tests for wasm 2022-07-13 20:53:18 +02:00
gen_list.rs Unignore most list gen tests 2022-07-10 13:44:35 -04:00
gen_num.rs Use decimal formatting for float Num.toStr 2022-07-13 12:35:49 -04:00
gen_primitives.rs Rename Result.after to Result.try 2022-07-17 17:25:50 -04:00
gen_records.rs Fix some warnings in gen dev tests 2022-07-09 19:23:36 -04:00
gen_refcount.rs mono: generate refcounting helper functions for Boxed layout 2022-07-03 23:31:49 +01:00
gen_result.rs Rename Result.afterErr to Result.onErr 2022-07-17 21:37:32 -04:00
gen_set.rs Dict and Set are always in scope 2022-07-13 19:36:53 +02:00
gen_str.rs Use correct callconv for Str.toNum 2022-07-10 13:42:38 -04:00
gen_tags.rs Enable tests that failed due to now-fixed exhaustiveness checking 2022-07-10 13:58:16 -04:00
tests.rs put platform functions (roc_alloc etc) in a module 2022-07-05 17:10:32 +02:00
wasm_linking.rs test_gen: update wasm linking tests to work withx wasm3 runtime 2022-07-10 14:08:34 +02:00
wasm_str.rs Str.walkScalars 2022-07-04 18:01:19 +02:00