Richard Feldman
|
a574dff481
|
Don't print repl output if there were errors
|
2022-10-30 05:57:21 -04:00 |
|
Richard Feldman
|
062d532fa4
|
Fix most repl tests
|
2022-10-30 05:47:05 -04:00 |
|
Richard Feldman
|
752e315ada
|
Add persisted defs and auto defs repl tests
|
2022-10-30 05:40:43 -04:00 |
|
Richard Feldman
|
c09fd8b7c5
|
Update repl state tests
|
2022-10-30 05:34:19 -04:00 |
|
Richard Feldman
|
08cf8e727f
|
have the repl eval named defs
|
2022-10-30 03:58:44 -04:00 |
|
Richard Feldman
|
4d8a3ba3d7
|
Don't persist defs if they have errors
|
2022-10-30 03:42:30 -04:00 |
|
Richard Feldman
|
60d2d00651
|
Drop some unused comments
|
2022-10-30 03:42:15 -04:00 |
|
Richard Feldman
|
51cb51d485
|
Gracefully recover from malformed closure in repl
|
2022-10-30 03:31:54 -04:00 |
|
Richard Feldman
|
e93d9b81d8
|
Report repl compile errors as bugs
|
2022-10-30 03:19:47 -04:00 |
|
Richard Feldman
|
9ed13eb97b
|
Don't panic when repl code crashes
|
2022-10-30 03:14:46 -04:00 |
|
Richard Feldman
|
0190787f7b
|
Revert "send panics to the repl more gracefully"
Now doesn't seem like the right time to do a change this invasive.
This reverts commit a36ddbf6cb .
|
2022-10-30 03:12:53 -04:00 |
|
Richard Feldman
|
a36ddbf6cb
|
WIP send panics to the repl more gracefully
|
2022-10-30 03:12:41 -04:00 |
|
Richard Feldman
|
45e800c328
|
Don't print warnings in the REPL
|
2022-10-30 03:12:27 -04:00 |
|
Richard Feldman
|
875a2181a0
|
Right-align var_name output in repl (at 80 cols)
|
2022-10-30 02:47:26 -04:00 |
|
Richard Feldman
|
aa1dcee709
|
Hackily filter out UNUSED warnings in repl
|
2022-10-30 02:18:52 -04:00 |
|
Folkert
|
bb5864c2b8
|
allow llvm warning in cli tests
|
2022-10-30 01:34:19 +02:00 |
|
Folkert
|
748b2cf23a
|
make condition stricter
|
2022-10-30 00:51:42 +02:00 |
|
Folkert
|
21a2f6f103
|
remove relocation entry logic
|
2022-10-30 00:46:58 +02:00 |
|
Folkert
|
5a67687bba
|
deal with a stack probe symbol on windows
|
2022-10-29 23:19:45 +02:00 |
|
Folkert
|
b3f151fd53
|
deal with carriage return when getting a number from stdin
|
2022-10-29 21:13:28 +02:00 |
|
Folkert
|
a9d36431ba
|
don't put in relocations ?!
|
2022-10-29 17:01:51 +02:00 |
|
Anton-4
|
499177736c
|
Merge branch 'main' of github.com:roc-lang/roc into windows-tests
|
2022-10-29 16:58:21 +02:00 |
|
Anton-4
|
fda3b44315
|
windows flake is different than on macos
|
2022-10-29 16:57:32 +02:00 |
|
Anton-4
|
b1fff17730
|
fix typo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-29 16:32:38 +02:00 |
|
Anton-4
|
4ce978a7c0
|
fix typo
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-29 16:31:36 +02:00 |
|
Anton-4
|
ddcb5d3742
|
add flaky windows error
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-29 16:30:06 +02:00 |
|
Anton-4
|
ae1a9e4dd6
|
Merge pull request #4403 from lukewilliamboswell/rust-docs
adding crates/README.md for rust docs
|
2022-10-29 08:30:20 +02:00 |
|
Austin Clements
|
5d19d28e56
|
formatting
|
2022-10-28 18:13:03 -05:00 |
|
Folkert de Vries
|
9f62e65892
|
Merge pull request #4406 from roc-lang/windows-effect-loop
Windows effects.roc
|
2022-10-29 00:29:35 +02:00 |
|
Austin Clements
|
ec81ce5ebc
|
add test for formatter: single-quoted char pattern
|
2022-10-28 16:36:24 -05:00 |
|
Austin Clements
|
87041f8cd7
|
add missing indent when formatting single-quoted char in pattern
|
2022-10-28 14:49:50 -05:00 |
|
Anton-4
|
ecff894036
|
more links, small improvements
|
2022-10-28 20:14:46 +02:00 |
|
Anton-4
|
c99a1e0d7b
|
added Luke's editor ideas
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-28 17:40:27 +02:00 |
|
Anton-4
|
e2186ceae6
|
added extra newlines
|
2022-10-28 16:24:09 +02:00 |
|
Anton-4
|
3229f0fc98
|
fixed editor Ctrl+R
|
2022-10-28 12:49:48 +02:00 |
|
Richard Feldman
|
b7d3c77b76
|
Have the repl eval anyway if there are errors
|
2022-10-27 18:47:32 -04:00 |
|
Richard Feldman
|
f841cdb2c0
|
Persist defs
|
2022-10-27 18:47:32 -04:00 |
|
Richard Feldman
|
90e79379cb
|
Remove test dependency on rustyline
|
2022-10-27 18:47:32 -04:00 |
|
Richard Feldman
|
5b36d2c41c
|
Drop pending_src, fix repl tips
|
2022-10-27 18:47:32 -04:00 |
|
Richard Feldman
|
6038965cb6
|
Fix some repl state machine bugs
|
2022-10-27 18:47:32 -04:00 |
|
Richard Feldman
|
f11b2d21cb
|
Drop an unused Result
|
2022-10-27 18:47:31 -04:00 |
|
Richard Feldman
|
6fbafad3ff
|
Share code between validation and step
|
2022-10-27 18:47:31 -04:00 |
|
Richard Feldman
|
0a80b543b4
|
Add first ReplState test
|
2022-10-27 18:47:31 -04:00 |
|
Richard Feldman
|
a6c1667d37
|
Reorganize repl modules
|
2022-10-27 18:47:31 -04:00 |
|
Richard Feldman
|
9f498add60
|
Reorganize some REPL modules
|
2022-10-27 18:47:27 -04:00 |
|
Richard Feldman
|
2e873d6a9a
|
Add linked_list_extra
|
2022-10-27 18:46:15 -04:00 |
|
Richard Feldman
|
4c02a38a99
|
Drop some apparently-unreachable code
|
2022-10-27 18:46:15 -04:00 |
|
Richard Feldman
|
63c7b90113
|
Have repl validator accept top level defs
|
2022-10-27 18:46:15 -04:00 |
|
Richard Feldman
|
ba6457779d
|
Fix :help newline
|
2022-10-27 18:46:15 -04:00 |
|
Richard Feldman
|
f85c10c4bb
|
Colorize ctrl-v + ctrl-j in repl instructions
|
2022-10-27 18:46:14 -04:00 |
|