Commit Graph

7402 Commits

Author SHA1 Message Date
Anton-4
97c67de37b cleanup 2021-04-16 19:28:52 +02:00
Anton-4
aa73df1b63 lowered selection rectangle opacity 2021-04-16 18:14:05 +02:00
Anton-4
6eb1d28502 ctrl+shift+up to select surrounding expression, backspace to replace selected expression with blank 2021-04-16 17:25:30 +02:00
Anton-4
721037bc14 ast_node based selection, node backspace in progress 2021-04-14 19:57:53 +02:00
Richard Feldman
99eba28968
Merge pull request #1193 from rtfeldman/edit_big_string
Reenable creating big strings
2021-04-13 08:37:25 -04:00
Richard Feldman
a1a08fbb8a
Merge branch 'trunk' into edit_big_string 2021-04-13 08:36:56 -04:00
Richard Feldman
b5e8c4a087
Merge pull request #1190 from rtfeldman/editing_tests
`ed_update::handle_new_char` tests, `RecordField` enum
2021-04-13 08:36:46 -04:00
Anton-4
9ac80c740f can now create long strings in the editor 2021-04-13 13:03:33 +02:00
Anton-4
b1f226e876
Merge branch 'trunk' into editing_tests 2021-04-13 10:00:17 +02:00
Richard Feldman
27c663709f
Merge pull request #1192 from rtfeldman/type2-to-var
Type2 to var
2021-04-12 22:32:10 -04:00
Richard Feldman
964522c9bb
Merge pull request #1191 from rtfeldman/parse-expr-underscore
Parse expr underscore
2021-04-12 22:31:32 -04:00
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
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