Commit graph

7719 commits

Author SHA1 Message Date
Richard Feldman
c187ca2127
Merge branch 'trunk' into fix/nix-zig-url 2021-04-15 00:22:09 -04:00
Richard Feldman
79b5af951b
Merge pull request #1197 from rtfeldman/parse-platform-rigids
Parse platform rigids
2021-04-14 22:12:58 -04:00
Richard Feldman
a8d208887e
Merge pull request #1196 from rtfeldman/const-strings
Const strings
2021-04-14 22:02:43 -04:00
Folkert de Vries
3b23cda370
Merge branch 'trunk' into parse-platform-rigids 2021-04-14 22:04:18 +02:00
Folkert
c68cd2fb2d fix and test 2021-04-14 22:03:03 +02:00
Folkert
fb5e5ddb2b fix alignment? 2021-04-14 20:17:24 +02:00
Anton-4
721037bc14 ast_node based selection, node backspace in progress 2021-04-14 19:57:53 +02:00
Folkert
5942f64b3c fix memory issue in the repl 2021-04-14 17:42:08 +02:00
Folkert
870adb20a8 use decref to deallocate RocStr in zig code 2021-04-14 16:53:36 +02:00
Folkert
6d941e242e check for staticness when incrementing 2021-04-14 16:36:34 +02:00
Brian J. Cardiff
e47e48012d The download location for zig changed
NOTE: the sha256 used is the darwin one.
2021-04-14 11:20:39 -03:00
Folkert
5690794dc9 fix cast problem 2021-04-14 15:16:57 +02:00
Folkert
ca1bb20389 store string literals without allocation 2021-04-14 15:13:25 +02:00
Folkert
64bc92c746 basic parsing 2021-04-14 13:03:31 +02:00
Richard Feldman
ed90fcb00c
Merge pull request #1194 from rtfeldman/use-immediate-mode
Use immediate mode again
2021-04-13 21:11:28 -04:00
Richard Feldman
bb3af63f69
Merge pull request #1189 from rtfeldman/task_write_file
examples implement writeUtf8
2021-04-13 21:11:20 -04:00
Folkert
063c039003 report parse errors in the plaform module 2021-04-13 23:11:02 +02:00
Richard Feldman
23b29496ce Use PresentMode::Immediate again
Fixes #1058

It seems this was already working prior to the wgpu-rs 0.7.1 upgrade,
possibly by changing the shaders to wgsl:
https://github.com/rtfeldman/roc/issues/1058#issuecomment-818720570
2021-04-13 09:07:52 -04:00
Richard Feldman
f62b8f5539 cargo update 2021-04-13 08:45:50 -04:00
Richard Feldman
4310bc2962
Merge branch 'trunk' into task_write_file 2021-04-13 08:37:34 -04: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
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