Commit graph

16861 commits

Author SHA1 Message Date
Richard Feldman
40d90c9fb3
Add doc comment for toScalars 2022-07-02 13:13:27 -04:00
Richard Feldman
348ca970d6
Add gen tests for Str.toScalars 2022-07-02 13:13:27 -04:00
Richard Feldman
092654c463
Fix mono tests 2022-07-02 13:13:19 -04:00
Richard Feldman
c6d409cc4c
Delete Path.roc for now 2022-07-02 13:12:15 -04:00
Richard Feldman
271ab24d67
Delete Url.roc, which reproduces formatter bug 2022-07-02 13:12:14 -04:00
Richard Feldman
810fcb307d
Delete some comments which reproduced a formatter bug 2022-07-02 13:12:14 -04:00
Richard Feldman
acb7cf99e1
Add Str.toScalars builtin 2022-07-02 13:12:12 -04:00
Richard Feldman
b1fe76adbf
Export Str.toScalars from Zig 2022-07-02 13:11:46 -04:00
Richard Feldman
5f20d31617
Add more strToScalars tests 2022-07-02 13:11:45 -04:00
Richard Feldman
9803e3ab01
Fix bug with 2-byte UTF-8 chars 2022-07-02 13:11:45 -04:00
Richard Feldman
598d03737c
Use RocStr.fromSlice in test 2022-07-02 13:11:45 -04:00
Richard Feldman
46c96be6ce
Rename toCodePts to toScalars
These code points will all be Unicode Scalar Values,
so might as well be more precise about the name.
2022-07-02 13:11:44 -04:00
Richard Feldman
44ba24df46
Improve strToCodePts 2022-07-02 13:11:44 -04:00
Richard Feldman
ce6c2f330c
Improve some RocList functions in zig 2022-07-02 13:11:43 -04:00
Richard Feldman
6f5baa5021
Use alignOf instead of sizeOf 2022-07-02 13:11:43 -04:00
Richard Feldman
47216b9905
Add RocStr.strToCodePts in Zig 2022-07-02 13:11:43 -04:00
Richard Feldman
6cdf63b319
Add some zig helpers to RocList 2022-07-02 13:11:42 -04:00
Richard Feldman
d4c1ac4afa
Fix error in comment 2022-07-02 13:11:42 -04:00
Richard Feldman
ff596f5e75
Add RocList.first_elem_ptr to list.zig 2022-07-02 13:11:42 -04:00
Richard Feldman
f82d515894
Have Url.percentEncode encode non-ASCII chars 2022-07-02 13:11:41 -04:00
Richard Feldman
25a2a75e3f
Add WIP Path.roc and Url.roc to CLI platform 2022-07-02 13:11:41 -04:00
Anton-4
3986d4a87d
Merge pull request #3361 from rtfeldman/crates-folder
crates folder
2022-07-02 18:48:22 +02:00
Anton-4
c04e81569a
removed incorrectly merged compiler folder 2022-07-02 18:21:31 +02:00
Anton-4
000d766c03
crates path fix 2022-07-02 14:46:57 +02:00
Anton-4
6b56061b91
wasm compiler path fix 2022-07-02 14:00:42 +02:00
Anton-4
9b4529bf25
updated mono tests 2022-07-02 12:39:33 +02:00
Anton-4
b74fc3554b
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder 2022-07-02 12:35:19 +02:00
Anton-4
897943b2e1
fix repl_test path 2022-07-02 12:35:08 +02:00
Brian Carroll
07ee2c597c
Merge pull request #3362 from rtfeldman/list-iterate
list iterate
2022-07-02 10:55:36 +01:00
Anton-4
80226143e0
update mono tests 2022-07-02 11:02:10 +02:00
Anton-4
b1b9a8dc0a
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder 2022-07-02 10:44:25 +02:00
Anton-4
75d7450495
crates path fixes 2022-07-02 10:41:14 +02:00
Brian Carroll
e0795035bd
wasm: disable tests on List.join 2022-07-02 09:27:20 +01:00
Brian Carroll
cce930ebc9
wasm: Create stack frame pointer even for zero-size struct 2022-07-02 09:19:51 +01:00
Folkert de Vries
4fb272f6a1
Merge pull request #3363 from rtfeldman/benchmark-prompt
Make the benchmark host prompt the user for input
2022-07-02 00:54:28 +02:00
Brian Carroll
f098d71f61
Make the benchmark host prompt the user for input 2022-07-01 21:57:02 +01:00
Folkert
122d226e08
fix reporting test 2022-07-01 22:47:26 +02:00
Folkert
1b10db3883
Revert "fix reporting test"
This reverts commit 3eeb4698d6.
2022-07-01 22:46:51 +02:00
Folkert
3eeb4698d6
fix reporting test 2022-07-01 22:46:37 +02:00
Folkert
13d96ce050
fix tests 2022-07-01 22:36:52 +02:00
Folkert
82e0f7ebc0
Merge remote-tracking branch 'origin/trunk' into list-iterate 2022-07-01 22:08:46 +02:00
Folkert
57ba7219e0
update mono tests 2022-07-01 21:50:49 +02:00
Folkert
af6ad8c851
write List.join in pure roc 2022-07-01 21:42:36 +02:00
Folkert
a66f7c416d
write List.range in pure roc 2022-07-01 21:26:56 +02:00
Folkert
29aba93331
define walkUntil in terms of iterate 2022-07-01 20:58:29 +02:00
Brian Carroll
454f690e66
Merge pull request #3360 from rtfeldman/list-with-capacity
implement List.withCapacity in llvm and wasm
2022-07-01 19:41:44 +01:00
Anton-4
4fc2d808f3
fix str.zig finding 2022-07-01 20:35:15 +02:00
Anton-4
e4d8c1e88e
updated mono tests, fixed earthly dir copy 2022-07-01 19:15:36 +02:00
Folkert
15cb0e8ac3
remove a bunch of lowlevel operations 2022-07-01 18:28:07 +02:00
Anton-4
ef68d821f1
Merge branch 'trunk' of github.com:rtfeldman/roc into crates-folder 2022-07-01 17:43:05 +02:00