Richard Feldman
|
58fad36f9d
|
Merge pull request #4460 from roc-lang/crash
Crash
|
2022-11-25 17:18:21 -05:00 |
|
Richard Feldman
|
695bb7e353
|
Merge pull request #4603 from roc-lang/dbg-fixes
Dbg fixes
|
2022-11-25 15:10:22 -05:00 |
|
Richard Feldman
|
84b8c69799
|
Merge pull request #4520 from roc-lang/str-docs
Str docs improvements
|
2022-11-25 13:06:11 -05:00 |
|
Folkert
|
bc3414e913
|
spelling
|
2022-11-25 18:30:04 +01:00 |
|
Folkert
|
07b7a93b9f
|
fix not being able to dbg variable
|
2022-11-25 17:55:01 +01:00 |
|
Brian Carroll
|
74e1bc412f
|
Merge pull request #4593 from roc-lang/wasm_interp_cli
Wasm interp CLI
|
2022-11-25 13:01:09 +00:00 |
|
Richard Feldman
|
a63f1378ef
|
Merge remote-tracking branch 'origin/main' into str-docs
|
2022-11-25 04:12:42 -05:00 |
|
Richard Feldman
|
f52ad5cbba
|
Merge pull request #4591 from roc-lang/tuple-accessor
Tuple accessors after tuples/records
|
2022-11-24 22:34:27 -05:00 |
|
Richard Feldman
|
40bf022e02
|
Merge pull request #4586 from roc-lang/wasm-debug-tips
gen_wasm: Add debugging tips to readme
|
2022-11-24 19:41:31 -05:00 |
|
Brian Carroll
|
60a671362f
|
wasm_interp: Create a CLI to run .wasm files
|
2022-11-25 00:14:44 +00:00 |
|
Joshua Warner
|
56470c838d
|
Implement tuple accessors after records/tuples
|
2022-11-24 15:32:39 -08:00 |
|
Richard Feldman
|
917eb898fc
|
Merge pull request #4589 from roc-lang/fix-test
Fix test
|
2022-11-24 17:56:45 -05:00 |
|
Joshua Warner
|
a1432d1a14
|
Fix TypeAnnotation::Tuple comment
|
2022-11-24 14:29:50 -08:00 |
|
Ayaz Hafiz
|
7fdaf0f1bf
|
Make sure to ignore type errors in test
|
2022-11-24 14:58:35 -06:00 |
|
Ayaz Hafiz
|
41659ec394
|
Remove unneeded roc_panic extern in tests
We stub roc_panic to SJ/LJ-style exceptions in llvm tests, so this is
not needed.
|
2022-11-24 14:56:44 -06:00 |
|
Ayaz Hafiz
|
0cb41b7a07
|
Indent tests more
|
2022-11-24 14:55:11 -06:00 |
|
Ayaz Hafiz
|
cbdb535580
|
Remove unused macro
|
2022-11-24 14:54:51 -06:00 |
|
Ayaz Hafiz
|
ebc2b29199
|
Remove use of expect_runtime_error_panic
|
2022-11-24 14:54:11 -06:00 |
|
Ayaz Hafiz
|
e6cd64f161
|
Swap out expect_runtime_error_panic for assert_evals_to
|
2022-11-24 14:53:21 -06:00 |
|
Ayaz Hafiz
|
eef51c9d87
|
Correct crash refs
|
2022-11-24 14:50:39 -06:00 |
|
Ayaz Hafiz
|
26d8f0ce08
|
Fix kw list
|
2022-11-24 14:48:39 -06:00 |
|
Richard Feldman
|
47374609e3
|
Re-add dbg to KEYWORDS
|
2022-11-24 14:46:54 -06:00 |
|
Richard Feldman
|
7f8eae5a24
|
Give some tests more accurate names
|
2022-11-24 14:46:54 -06:00 |
|
Richard Feldman
|
de8da82ace
|
Fix a test that had a duplicate body with another
|
2022-11-24 14:46:54 -06:00 |
|
Ayaz Hafiz
|
cb7de132e5
|
Update mono
|
2022-11-24 14:46:54 -06:00 |
|
Ayaz Hafiz
|
f9de522004
|
Add crash fmt test
|
2022-11-24 14:46:54 -06:00 |
|
Ayaz Hafiz
|
ea386bf0af
|
Dont remove stmt_error
|
2022-11-24 14:46:54 -06:00 |
|
Ayaz Hafiz
|
ce5636d94f
|
Get rid of stmt_runtime_error in gen-wasm
|
2022-11-24 14:46:54 -06:00 |
|
Ayaz Hafiz
|
7e975b9111
|
Update mono tests
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
803d7e30e3
|
Eliminate Stmt::RuntimeError in favor of crash
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
a2f2a18a76
|
Replace runtime error with crash
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
1922a144f2
|
bye ffi
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
7668d7d592
|
Not everything is equal, but this is I suppose
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
f3a03ef6eb
|
Pass roc_panic msg by ref on 32 bit plats
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
291615072b
|
Fix usages of panic
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
12d013c062
|
Remove unneeded param
|
2022-11-24 14:46:53 -06:00 |
|
Ayaz Hafiz
|
36ff2e577b
|
Ignore test on wasm for now
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
4202352b19
|
Update panic tags of builtins
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
32400e37e1
|
Implement crash in gen-wasm
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
a8122662c2
|
Return panic tag from roc_panic to test platform
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
9201cf0b32
|
Add tests for user crash
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
c8accc90e8
|
Implement user crash in llvm backend
|
2022-11-24 14:46:52 -06:00 |
|
Ayaz Hafiz
|
d9a8cba821
|
Correct symbol capturing of crash
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
220c8a8e64
|
Add a crash test to mono
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
c7ef1668d4
|
Implement mono of crash
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
72ff0cc800
|
rename default panic tag to roc panic tag
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
6d851ec5e2
|
men i trust, lints i dont need
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
d33985db92
|
RocStr roc_panic for wasm gen
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
2b49aee3d2
|
Pull out string literal creation
|
2022-11-24 14:46:51 -06:00 |
|
Ayaz Hafiz
|
d7db10d7b5
|
Check in panic_utils.zig
|
2022-11-24 14:46:50 -06:00 |
|