Folkert
|
5e4f43e1d8
|
checkpoint
|
2023-09-14 14:43:24 +02:00 |
|
Richard Feldman
|
dc7e8b43bd
|
Rename Float to Frac in more places
|
2023-09-11 08:50:13 -04:00 |
|
Brian Carroll
|
a99f9fee14
|
Fix wasm REPL tests
|
2023-09-10 08:39:10 +01:00 |
|
Brian Carroll
|
e37d0c45c6
|
Fix types in web REPL tests
|
2023-09-09 17:19:40 +01:00 |
|
Brian Carroll
|
6a47a99114
|
formatting & clippy
|
2023-09-09 16:13:17 +01:00 |
|
Brian Carroll
|
3923dad203
|
Remove duplicated code from roc_repl_cli and get tests compiling
|
2023-09-09 13:01:31 +01:00 |
|
Brian Carroll
|
8f59ee9492
|
Create a new crate roc_repl_ui for shared CLI/web UI code
|
2023-09-09 11:55:55 +01:00 |
|
Richard Feldman
|
d39aa74006
|
Skip nested string interpolation test on wasm
|
2023-07-29 22:49:07 -04:00 |
|
Richard Feldman
|
1981135238
|
Revert "Fix nested string interpolation test"
This reverts commit a93e0b44fd .
|
2023-07-29 22:48:13 -04:00 |
|
Richard Feldman
|
a93e0b44fd
|
Fix nested string interpolation test
|
2023-07-29 22:23:31 -04:00 |
|
Richard Feldman
|
7d491f1bce
|
Add a clarifying comment in a test
|
2023-07-29 21:14:20 -04:00 |
|
Richard Feldman
|
071138dd9f
|
Revise nested interpolation error message
|
2023-07-29 21:13:05 -04:00 |
|
Richard Feldman
|
1ffadb7102
|
Update string interpolation tests
|
2023-07-29 18:20:49 -04:00 |
|
Folkert
|
ef39bad7c6
|
auto clippy fixes
|
2023-07-10 18:27:08 +02:00 |
|
Ayaz Hafiz
|
dca1a0d1da
|
Fix test
|
2023-06-19 21:11:24 -05:00 |
|
Ayaz Hafiz
|
8e06b16530
|
Fix test
|
2023-06-19 21:11:24 -05:00 |
|
Ayaz Hafiz
|
ca57cce93c
|
Correctly interpret reordered tag union payloads
Closes #5517
|
2023-06-19 21:11:23 -05:00 |
|
Ayaz Hafiz
|
759a9976b6
|
Fix repl evaluation of tuples
Closes #5325
|
2023-05-01 16:38:50 -05:00 |
|
Ayaz
|
6d8ddcc583
|
Merge branch 'main' into i5169
Signed-off-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
|
2023-03-22 09:02:03 -04:00 |
|
Ayaz Hafiz
|
4c2f8f3566
|
Support tuples in the repl
Closes #5148
|
2023-03-21 13:53:07 -04:00 |
|
Ayaz Hafiz
|
6ea6aef0db
|
Fix repl eval of Str.toDec
Closes #5169
|
2023-03-21 12:22:08 -04:00 |
|
Brendan Hansknecht
|
0f0213b75e
|
build wasm tests with lto to avoid needing more wasm interp
|
2023-03-12 00:18:53 -08:00 |
|
Richard Feldman
|
47dd461a4a
|
Merge pull request #5048 from Arkham/improve-same-name-grammar
Use 'by accident' instead of 'on accident'
|
2023-03-08 11:26:48 -05:00 |
|
Brendan Hansknecht
|
75e996c445
|
remove unused dependencies and ignore false positives
|
2023-03-06 20:09:01 -08:00 |
|
Brendan Hansknecht
|
f42f61e271
|
run a toml formatter and then clean it up a bit
|
2023-03-06 19:47:57 -08:00 |
|
Brendan Hansknecht
|
4a89bee0a5
|
centralize package versions except for vendor and excluded
|
2023-03-06 19:29:09 -08:00 |
|
Brendan Hansknecht
|
5485c8a5b0
|
update to using workspace package spec
|
2023-03-06 16:36:18 -08:00 |
|
Ju Liu
|
dfeabc5933
|
Use 'by accident' instead of 'on accident'
|
2023-02-18 15:42:34 +00:00 |
|
Brian Carroll
|
2eea0b1adf
|
repl_test: fix path for compiler include_bytes
|
2022-12-17 16:32:17 +00:00 |
|
Brian Carroll
|
b938648dad
|
repl_test: get rid of nested Cargo build script, as it needs an extra target dir
|
2022-12-16 15:08:24 +00:00 |
|
Brian Carroll
|
405387afd5
|
repl_test: remove dependency on roc_wasm_module
|
2022-12-16 15:01:36 +00:00 |
|
Brian Carroll
|
4d5b7f8b73
|
wasm_interp: add a WasmModule to Instance so we don't have to pass it to call_export
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
8798fa38d4
|
repl_test: delete shell script since we can now use Cargo
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
cdf7882054
|
repl_test: rename module wasm_interp->wasm
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
d63715d05f
|
repl_test: remove dependency on wasmer
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
4164128f9e
|
repl_test: get rid of a debug println
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
d6af9a84fd
|
wasm_interp: fix a bug in WASI
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
b7fef386ee
|
wasm_interp: implement WASI random_get & refactor default imports
|
2022-12-16 14:52:05 +00:00 |
|
Brian Carroll
|
eaa3f14fb0
|
repl_test: start re-writing the Wasm tests to use roc_wasm_interp
|
2022-12-16 14:52:05 +00:00 |
|
Ayaz Hafiz
|
8bd61d9408
|
Make sure byte-sized tag unions are printed as unions in the repl
Closes #4713
|
2022-12-12 18:01:22 -06:00 |
|
Brendan Hansknecht
|
8e710cb80e
|
disable wasm tests that are broken
|
2022-12-03 13:17:36 -08:00 |
|
Richard Feldman
|
10e043c748
|
Fix an unused warning on wasm tests
|
2022-11-26 08:36:45 -05:00 |
|
Folkert
|
e92ceb7282
|
Mutex::new() is now const
|
2022-11-09 17:51:43 +01:00 |
|
Luke Boswell
|
cec67721e6
|
merge upstream/main
|
2022-11-06 09:27:46 +11:00 |
|
Richard Feldman
|
c03dc17ab4
|
Merge remote-tracking branch 'origin/main' into repl
|
2022-11-05 01:04:44 -04:00 |
|
Richard Feldman
|
0657c38bb4
|
Merge branch 'repl' into repl-warnings
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
|
2022-11-03 20:05:18 -07:00 |
|
Luke Boswell
|
f3bdb5f321
|
updating rust package documentation
|
2022-11-03 20:00:06 +11:00 |
|
Anton-4
|
85ce321c4d
|
Merge pull request #4347 from roc-lang/benchmarks-to-nix
moved earthly benchmarks to nix
|
2022-11-02 14:36:20 +01:00 |
|
Richard Feldman
|
2f7634a71c
|
Fix repl tests
|
2022-11-01 22:07:48 -04:00 |
|
Richard Feldman
|
211a5adcf6
|
fix a test
|
2022-11-01 01:26:22 -04:00 |
|