Folkert
|
fe7882b598
|
implement expect collector
|
2022-07-13 16:23:39 +02:00 |
|
Folkert
|
6190fc9f67
|
trying to gather expects
|
2022-07-13 15:47:25 +02:00 |
|
Folkert
|
9d0e3e42d3
|
bring expectation info to the running code
|
2022-07-13 15:32:02 +02:00 |
|
Folkert
|
7b8c73325f
|
refactor argv envp creation
|
2022-07-13 15:06:55 +02:00 |
|
Folkert
|
e921fe6515
|
add code for rendering the result
|
2022-07-13 14:57:08 +02:00 |
|
Folkert
|
d657a8cadc
|
add code to trigger an expect failure
|
2022-07-13 14:43:10 +02:00 |
|
Folkert
|
d33beedcd0
|
add the zig bits for expects
|
2022-07-13 14:40:07 +02:00 |
|
Folkert
|
68c51782e6
|
skeleton for running pretty expects
|
2022-07-13 14:32:47 +02:00 |
|
Folkert
|
2fb2ffc80c
|
make cli run tests use only one core (for the roc part, anyway)
|
2022-07-13 14:04:52 +02:00 |
|
Folkert
|
cbd6052dbb
|
fix dict/set not being in scope
|
2022-07-13 14:04:38 +02:00 |
|
Folkert
|
439db7027d
|
update size asserts
|
2022-07-13 12:31:32 +02:00 |
|
Folkert
|
bba8d40813
|
clippy
|
2022-07-13 12:04:22 +02:00 |
|
Folkert
|
6c26d8812f
|
remove dict/hash stuff from the zig builtins
|
2022-07-13 11:59:46 +02:00 |
|
Folkert
|
4d55b756bb
|
remove dict/set layout
|
2022-07-13 11:41:19 +02:00 |
|
Folkert
|
5aef349f09
|
comment list with void type
|
2022-07-13 11:34:07 +02:00 |
|
Folkert
|
cf69d41a7b
|
implement set operations on dict
|
2022-07-13 11:33:39 +02:00 |
|
Folkert
|
8e21fdcb04
|
remove dict/set lowlevels
|
2022-07-13 11:24:07 +02:00 |
|
Folkert
|
79f8ae4e69
|
make Set/Dict mostly work
|
2022-07-13 11:15:57 +02:00 |
|
Folkert
|
4d33e32078
|
comment
|
2022-07-13 01:09:03 +02:00 |
|
Folkert
|
3b2b0bba64
|
fix test syntax
|
2022-07-13 01:06:27 +02:00 |
|
Folkert
|
0e080f95ca
|
remove dict/set layout gen
|
2022-07-13 01:00:46 +02:00 |
|
Folkert
|
66c0b7d9fd
|
formatting
|
2022-07-13 01:00:27 +02:00 |
|
Folkert
|
f9d8e01561
|
implement Dict/Set completely in roc
|
2022-07-13 00:35:20 +02:00 |
|
Folkert de Vries
|
d889f1fda9
|
Merge pull request #3498 from rtfeldman/no-line-numbers-in-runtime-error-function
Remove compiler-file/line-dependent runtime error messages
|
2022-07-12 23:04:06 +02:00 |
|
Folkert de Vries
|
846bab7425
|
Merge pull request #3493 from rtfeldman/deep-copy-var-in-body
mono copy: deep copy all vars in an expr
|
2022-07-12 23:02:27 +02:00 |
|
Ayaz Hafiz
|
94142bf474
|
Remove compiler-file/line-dependent runtime error messages
This will help avoid the diff changes we've been running into often when
changes to mono line numbers change test results.
|
2022-07-12 15:17:19 -04:00 |
|
Richard Feldman
|
f5f137982c
|
Merge pull request #3432 from rtfeldman/fmt-multiline-when
Format multiline `when` branches
|
2022-07-12 12:54:11 -04:00 |
|
Ayaz Hafiz
|
669d69c4cf
|
Clippy
|
2022-07-12 11:29:11 -04:00 |
|
Anton-4
|
e924220237
|
fixed peg-parser for when
|
2022-07-12 17:09:26 +02:00 |
|
Ayaz Hafiz
|
e626bac931
|
Be extremely aggressive about inlining
|
2022-07-12 11:00:05 -04:00 |
|
Ayaz Hafiz
|
0274691813
|
Preserve uls_of_var when copying types
|
2022-07-12 10:58:21 -04:00 |
|
Ayaz Hafiz
|
4707b11727
|
Clone tag and field names across subs, add a test
|
2022-07-12 10:47:44 -04:00 |
|
Ayaz Hafiz
|
c915707c83
|
Get rid of arenas
|
2022-07-12 10:07:34 -04:00 |
|
Ayaz Hafiz
|
46fdda333f
|
Use a trait to do copies
|
2022-07-12 10:02:11 -04:00 |
|
Ayaz Hafiz
|
c3b2e9aa97
|
Add copy expr test
|
2022-07-12 09:30:51 -04:00 |
|
Ayaz Hafiz
|
7031d26299
|
mono copy: copy all vars in deep expr
|
2022-07-12 09:18:43 -04:00 |
|
Richard Feldman
|
c61795197f
|
Merge pull request #3478 from rtfeldman/toplevel-expect-captures
toplevel expect captures
|
2022-07-12 08:58:19 -04:00 |
|
Richard Feldman
|
f64fc5efe9
|
Merge pull request #3488 from rtfeldman/unused-deps
Prune unused deps
|
2022-07-12 08:00:44 -04:00 |
|
Folkert de Vries
|
57c9905563
|
Merge pull request #3487 from rtfeldman/known_bad
Don't symlink known_bad tests
|
2022-07-12 11:09:03 +02:00 |
|
Richard Feldman
|
24216d7a97
|
Break cyclic dep between cli and cli_utils
|
2022-07-11 20:55:08 -04:00 |
|
Richard Feldman
|
f5fac8230f
|
Prune some unused dependencies
|
2022-07-11 20:51:41 -04:00 |
|
Richard Feldman
|
ee55eeb840
|
Don't symlink known_bad tests
|
2022-07-11 20:12:56 -04:00 |
|
Richard Feldman
|
9b0f72bf66
|
Merge pull request #3464 from rtfeldman/move-repl-www
Move web REPL files and link to it from main page
|
2022-07-11 20:06:28 -04:00 |
|
Folkert de Vries
|
e8c51d376b
|
Merge pull request #3473 from rtfeldman/wasm-test-wasm3
Use a faster Wasm runtime for test_gen
|
2022-07-11 22:50:50 +02:00 |
|
Brian Carroll
|
8533d00f1a
|
test_gen: place test host .wasm file in Cargo build directory
|
2022-07-11 20:47:24 +01:00 |
|
Richard Feldman
|
434bcd08fd
|
s/ends_in_newline/ends_with_newline/g
|
2022-07-11 13:15:22 -04:00 |
|
Richard Feldman
|
b08d6a0446
|
Fix edge case with comments and branches
|
2022-07-11 13:14:35 -04:00 |
|
Richard Feldman
|
b9a314dcd9
|
Update formatter tests
|
2022-07-11 13:14:35 -04:00 |
|
Richard Feldman
|
d2e5efadc0
|
roc format builtins
|
2022-07-11 13:14:34 -04:00 |
|
Richard Feldman
|
4530d9ebd3
|
Format multiline branches with newlines before
|
2022-07-11 13:12:34 -04:00 |
|