Commit graph

8642 commits

Author SHA1 Message Date
Folkert
c55c35e164 extend solve 2021-04-12 23:29:07 +02:00
Folkert
bffb9ab6fe initial solver for the editor's type constraints 2021-04-12 21:26:20 +02:00
Folkert de Vries
2115994f4b
Merge branch 'trunk' into parse-expr-underscore 2021-04-12 20:52:01 +02:00
Folkert
791fda0270 update cli example 2021-04-12 20:49:48 +02:00
Folkert
2bb1f2cca7 improve error reporting for underscore expr 2021-04-12 20:48:58 +02:00
Anton-4
6cf21eff17 removed old comment 2021-04-12 19:17:15 +02:00
Anton-4
c10ed8ffb9 removed unnecessary comment 2021-04-12 19:05:59 +02:00
Anton-4
5cc3e9b2b3 fmt 2021-04-12 18:56:48 +02:00
Anton-4
8b980660da removed unneeded comment 2021-04-12 17:54:55 +02:00
Anton-4
028f57d1c3 Added byte size for PoolVec<RecordField> 2021-04-12 17:50:04 +02:00
Anton-4
1a9307a903 Merge branch 'trunk' of github.com:rtfeldman/roc into editing_tests 2021-04-12 17:33:54 +02:00
Anton-4
33184b60f8 finished hadnle_new_char tests, bugfixes 2021-04-12 17:33:22 +02:00
Anton-4
81f44b936b replaced sleection [,] and | with special unicode alternatives 2021-04-12 10:33:30 +02:00
rvcas
f984cbad89 feat(examples): implement writeUtf8 2021-04-11 23:43:37 -04:00
Folkert
46ab922dd1 throw error in canonicalization 2021-04-11 22:19:00 +02:00
Folkert
28ba645121 parse underscores in expressions 2021-04-11 21:02:31 +02:00
Richard Feldman
f16d1619ea
Merge pull request #1175 from rtfeldman/task_file_adjustments
Use Str.fromUtf8 in Task example
2021-04-11 12:43:03 -04:00
Richard Feldman
e1a78645aa
Merge pull request #1183 from rtfeldman/fix-walk-backwards
Fix `List.walkBackwards` memory-related bug
2021-04-11 12:41:41 -04:00
Richard Feldman
6ce060bd25
Merge branch 'trunk' into fix-walk-backwards 2021-04-11 12:11:34 -04:00
Richard Feldman
04aa9f4faa Synchronize walkBackwards with walk 2021-04-11 12:10:45 -04:00
Richard Feldman
ce61fba122
Merge pull request #1181 from rtfeldman/make-shebang-work
accept comments before the header
2021-04-11 11:58:04 -04:00
Richard Feldman
459c3dffec
Merge pull request #1180 from rtfeldman/licenses
Simplify authors in Cargo.toml for all crates
2021-04-11 11:57:31 -04:00
Folkert
c79a691400 fix tests 2021-04-11 17:27:08 +02:00
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