Christopher Duncan
|
4b808100b4
|
Amend List.walk documentation with latest syntax
|
2022-11-05 06:16:27 -04:00 |
|
Richard Feldman
|
ed82e80a2b
|
Drop unnecessary isEq true
|
2022-11-03 23:16:30 -04:00 |
|
Richard Feldman
|
ee9b62d8ae
|
Don't use backpassing on List.any
|
2022-11-03 23:16:28 -04:00 |
|
Christopher Duncan
|
c0822fdab2
|
Remove iterate from exported functions
|
2022-11-02 16:47:09 -04:00 |
|
Ayaz Hafiz
|
cfe7c8e5ef
|
Warn on the presence of unnecessary wildcards in output positions
|
2022-10-31 09:38:20 -05:00 |
|
Richard Feldman
|
719387bb0a
|
Merge pull request #4387 from lukewilliamboswell/std-lib-bool
updated docs for Bool.roc
|
2022-10-26 19:43:51 -07:00 |
|
Luke Boswell
|
90a9103413
|
fix doc comments examples breaking tests
|
2022-10-25 21:20:00 +11:00 |
|
Luke Boswell
|
344ffc5542
|
fix the formatting for CI
|
2022-10-25 19:28:49 +11:00 |
|
Luke Boswell
|
d4d654f850
|
add spaces to doc comments to format correctly when rendered
|
2022-10-25 19:24:32 +11:00 |
|
Anton-4
|
c7e46df57d
|
minor corrections
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-25 10:00:33 +02:00 |
|
Anton-4
|
d342815494
|
add space
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-25 10:00:09 +02:00 |
|
Luke Boswell
|
01da174c2f
|
Merge remote-tracking branch 'upstream/main' into std-docs-box-and-dict
|
2022-10-25 18:15:14 +11:00 |
|
Luke Boswell
|
3d2bdff0e1
|
adding more descriptions for Dict.roc
|
2022-10-25 18:09:00 +11:00 |
|
Luke Boswell
|
74a337d508
|
updated description for Boxing from Zulip discussion
|
2022-10-25 17:20:27 +11:00 |
|
Luke Boswell
|
dc77e9a6cd
|
formated Bool.roc for CI
|
2022-10-25 17:07:34 +11:00 |
|
Ayaz
|
89f14e73a0
|
Merge pull request #4358 from roc-lang/derive-opaque-defs
Auto-derive ability implementations for opaques in canonicalization
|
2022-10-24 13:24:51 -05:00 |
|
Luke Boswell
|
d85a493abd
|
adding more docs for Dict.roc
|
2022-10-24 20:44:00 +11:00 |
|
Luke Boswell
|
9c3666c5e3
|
increase clarity for order of operations for NOT
|
2022-10-24 20:06:19 +11:00 |
|
Luke Boswell
|
dc8cdecd05
|
increase clarity for order of operations in examples
|
2022-10-24 20:04:15 +11:00 |
|
Luke Boswell
|
f287a77035
|
fix order of operations in Bool tests on AND
|
2022-10-24 20:02:37 +11:00 |
|
Luke Boswell
|
dd586d31a5
|
updating docs for Box and Dict
|
2022-10-24 20:00:33 +11:00 |
|
Luke Boswell
|
b73401ab52
|
typo fixes
|
2022-10-24 18:02:53 +11:00 |
|
Luke Boswell
|
f409387127
|
updated docs for Bool.roc
|
2022-10-24 17:56:56 +11:00 |
|
Ayaz Hafiz
|
8ff74465b9
|
Format Decode.roc
|
2022-10-23 20:48:07 -05:00 |
|
Ayaz Hafiz
|
89def77f01
|
Use derived Eq impl for Dict and Set
|
2022-10-23 20:48:07 -05:00 |
|
Ayaz Hafiz
|
e08b613047
|
Add Decode.mapResult
|
2022-10-23 20:48:06 -05:00 |
|
Christopher Duncan
|
a627a47709
|
Add Dict module to the testing CI
|
2022-10-23 08:37:59 -04:00 |
|
Richard Feldman
|
f734cc11c2
|
Merge pull request #4364 from travisstaloch/str-graphemes
Str graphemes
|
2022-10-22 22:31:50 -07:00 |
|
Prajwal S N
|
df7e4eea7e
|
builtin(str): implement Str.graphemes
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-22 19:29:49 -07:00 |
|
Ayaz Hafiz
|
f826ff1a71
|
Remove addI* variants from Hash
These are trivially fulfilled by converting a signed int to its unsigned
repr and hashing that.
|
2022-10-19 14:24:21 -05:00 |
|
Prajwal S N
|
07224e9086
|
builtin(list): add List.walkFrom, List.walkFromUntil
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2022-10-17 20:51:03 +05:30 |
|
Anton-4
|
78e66c6c26
|
format Str.roc
|
2022-10-15 11:19:54 +02:00 |
|
Anton-4
|
762bd43e5f
|
minor improvements
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-15 09:46:41 +02:00 |
|
Luke Boswell
|
a99fe32bff
|
Merge branch 'roc-lang:main' into updating-docs
|
2022-10-15 18:32:37 +11:00 |
|
Anton-4
|
789586f545
|
add link with explanation of grapheme
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2022-10-15 09:17:08 +02:00 |
|
Luke Boswell
|
e1e084a68d
|
remove >>> from comments
|
2022-10-15 16:29:42 +11:00 |
|
Luke Boswell
|
1b4e89203d
|
updated Str builtin documentation
|
2022-10-15 16:15:43 +11:00 |
|
Ayaz Hafiz
|
12ecdab4c5
|
Add listGetUnsafe to Dict.roc rather than exposing from list
|
2022-10-14 13:43:31 -05:00 |
|
Brendan Hansknecht
|
5a86f611fa
|
add some TODOs
|
2022-10-14 07:55:07 -07:00 |
|
Brendan Hansknecht
|
d87a750f7c
|
misc cleanup
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
bb26844cf1
|
add tests for Hash.hashStrBytes and Hash.hashUnordered
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
382eaf88c2
|
add a bunch of tests
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
e937a9078c
|
add Hasher.reset and Hash.hashUnordered
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
ab16effa00
|
correct lengths
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
0a31173029
|
expose List.getUnsafe for use in Dict
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
6445f26529
|
remove hashUnordered for now, needs more methods
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
7a8dee888d
|
add hashUnordered that uses a walk method and hashes all elements
|
2022-10-14 07:45:50 -07:00 |
|
Brendan Hansknecht
|
f398bb1eff
|
switch hashStr to use addBytes
|
2022-10-14 07:45:49 -07:00 |
|
Brendan Hansknecht
|
49c3fe1643
|
add version of wyhash to roc lib
|
2022-10-14 07:45:49 -07:00 |
|
Luke Boswell
|
0b1365e0a3
|
adding expect and documentation for Str builtin
|
2022-10-14 19:58:07 +11:00 |
|