Commit graph

7719 commits

Author SHA1 Message Date
Folkert de Vries
3d75410ddf
Merge branch 'trunk' into make-shebang-work 2021-04-11 17:22:24 +02:00
Folkert
1977e36459 accept comments before the header 2021-04-11 17:14:48 +02:00
Richard Feldman
974d2c1595
Merge branch 'trunk' into task_file_adjustments 2021-04-11 10:58:48 -04:00
Richard Feldman
dd432c1725
Merge pull request #1177 from rtfeldman/repl-out-of-bounds
Fix repl out-of-bounds segfault (fixes macOS tests!)
2021-04-11 10:04:53 -04:00
Richard Feldman
f1ddf775cb Use a constant for RocCallResult tag size 2021-04-11 09:44:59 -04:00
Richard Feldman
ab7d2d5912 Clean up some dbg calls 2021-04-11 09:44:59 -04:00
Richard Feldman
5116a99ddd Revert "Add a hack to work around #1176"
This reverts commit 5109329464.
2021-04-11 09:30:56 -04:00
Richard Feldman
5109329464 Add a hack to work around #1176 2021-04-11 09:30:54 -04:00
Folkert
ae17399741 fix issue 2021-04-11 15:29:51 +02:00
Richard Feldman
792a18816a Update authors in Cargo.toml 2021-04-11 08:11:52 -04:00
Richard Feldman
16d8abebbd
Merge branch 'trunk' into task_file_adjustments 2021-04-11 08:04:40 -04:00
Richard Feldman
4ad57888b2
Merge pull request #1171 from rtfeldman/start_typechecking_expr2 2021-04-11 07:49:53 -04:00
Richard Feldman
6ae02e860c
Merge branch 'trunk' into start_typechecking_expr2 2021-04-11 07:49:46 -04:00
Richard Feldman
a3c74a3844
Merge pull request #1174 from rtfeldman/recursive-defs 2021-04-11 07:47:32 -04:00
Richard Feldman
9133dfa0fb
Merge branch 'trunk' into recursive-defs 2021-04-11 07:47:25 -04:00
Richard Feldman
ba7d937eca
Merge branch 'trunk' into start_typechecking_expr2 2021-04-11 07:33:53 -04:00
Richard Feldman
4cb9fd80d8
Merge pull request #1173 from rtfeldman/fix-macos-http-example
Link with `-framework Security` on macOS
2021-04-11 07:31:16 -04:00
Richard Feldman
8bb3983688
Merge pull request #1172 from rtfeldman/fix/pool_str_more_than_32_chars
Fix PoolStr::as_str
2021-04-11 07:30:52 -04:00
Anton-4
bc66c69425
reenable cache 2021-04-11 11:06:55 +02:00
Anton-4
47cdeb3e1d fmt 2021-04-11 10:18:10 +02:00
Anton-4
72f2244833
clean CI run 2021-04-11 09:57:39 +02:00
rvcas
f65978d7d0 feat(examples): match on Err in Task example 2021-04-10 17:19:29 -04:00
rvcas
40251b5f28 fix(examples): Task example use Str.fromUtf8 2021-04-10 16:43:08 -04:00
Folkert
aa8226d5d7 remove dbg print 2021-04-10 22:25:40 +02:00
Folkert
61ecc821aa Merge remote-tracking branch 'origin/trunk' into recursive-defs 2021-04-10 22:16:42 +02:00
Folkert
ebd6ee3f14 optimize cycleentry generation 2021-04-10 22:00:45 +02:00
Richard Feldman
7a774ae3cf Link with -framework Security on macOS 2021-04-10 15:52:54 -04:00
Folkert
112e97c4a2 improve circular definition error reporting 2021-04-10 21:39:20 +02:00
rvcas
3ccbb2a06f fix(pool): as_str use from_raw_parts 2021-04-10 15:28:41 -04:00
Lucas
3bea537855
Merge branch 'trunk' into start_typechecking_expr2 2021-04-10 14:38:02 -04:00
Anton-4
0356d23116 RecordField stuff, more tests, new selection and caret symbols 2021-04-10 20:26:04 +02:00
Richard Feldman
136f965a97
Merge pull request #1170 from rtfeldman/fix-backpassing-region
fix backpassing region
2021-04-10 13:43:28 -04:00
rvcas
e0a1a917c0 feat(editor): add constrain tests 2021-04-10 12:58:44 -04:00
rvcas
bb51f15494 feat(editor): add constrain module 2021-04-10 12:58:29 -04:00
rvcas
36e6739212 feat(editor): depend on roc_solve 2021-04-10 12:58:02 -04:00
Folkert
d27b0337c5 fix formatting 2021-04-10 14:11:42 +02:00
Anton-4
76d7673b03 added ignore tests, set better case for panicking test 2021-04-10 12:02:15 +02:00
Anton-4
dd5e17c340 panic: LabelOnly record field was not desugared 2021-04-10 10:57:27 +02:00
Anton-4
bfa40deb90 hanlde_new_char tests, improved pest parser, bugfix 2021-04-09 19:44:41 +02:00
Folkert
4a3e90fdef fix backpassing region 2021-04-09 12:02:50 +02:00
Richard Feldman
ffdd76903b
Merge pull request #1165 from rtfeldman/http-error
Basic HTTP error handling in CLI
2021-04-08 20:09:44 -04:00
Richard Feldman
79af05c814
Merge pull request #1168 from rtfeldman/string_input_fix
Nested single-field records, special chars in string, correct input rejection
2021-04-07 20:44:09 -04:00
Anton-4
1c3f3b2b38 improved comment, simplified simple_move_carets_right 2021-04-07 20:00:17 +02:00
Anton-4
d2c08539ca
Merge branch 'trunk' into string_input_fix 2021-04-07 19:01:24 +02:00
Anton-4
e8b06fc98c nested single field records, correct rejection of input 2021-04-07 18:53:57 +02:00
Anton-4
b0f3d5a7b1 improved ed_update flow, removed old shader stuff; now using wgsl instead 2021-04-07 13:21:04 +02:00
Richard Feldman
2398b2bb38
Merge branch 'trunk' into http-error 2021-04-06 22:51:23 -04:00
Richard Feldman
a3c7dc494b Add HTTP error handling to CLI example 2021-04-06 22:45:04 -04:00
Richard Feldman
dba526bb3e Add Task.onFail and Task.attempt 2021-04-06 22:44:39 -04:00
Richard Feldman
4bb0852bd8 Add RocResult 2021-04-06 22:44:25 -04:00