Richard Feldman
|
d6d33541b1
|
Update a bunch of Url docs
|
2022-07-08 20:06:16 -04:00 |
|
Richard Feldman
|
5a566c721e
|
Update Cargo.lock for cli-platform
|
2022-07-08 20:06:16 -04:00 |
|
Richard Feldman
|
2a42ca3821
|
Fix percent-encoding
|
2022-07-08 20:06:16 -04:00 |
|
Richard Feldman
|
53689c5cf0
|
Add Url.reserve and withCapacity
|
2022-07-08 20:06:16 -04:00 |
|
Richard Feldman
|
b26479718d
|
Fix a bunch of compile errors in Url
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
e6dce24630
|
Fix some parsing and formatting issues
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
9d965a6f36
|
Add Url functions for manipulating the fragment
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
4f171f381c
|
Add Url.withFragment and Url.hasFragment
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
ef95099e2d
|
Expand Url docs
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
ac03572e76
|
Percent-encode query params
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
1f47042aa5
|
Remove Path.roc for now
|
2022-07-08 20:06:15 -04:00 |
|
Richard Feldman
|
82fcff9791
|
Update Url.roc
|
2022-07-08 20:06:14 -04:00 |
|
Richard Feldman
|
a95157ad1b
|
Update Url module
|
2022-07-08 20:06:14 -04:00 |
|
Richard Feldman
|
59ca19b5c3
|
Have Url.percentEncode encode non-ASCII chars
|
2022-07-08 20:06:14 -04:00 |
|
Richard Feldman
|
4a80f9e164
|
Add WIP Path.roc and Url.roc to CLI platform
|
2022-07-08 20:06:14 -04:00 |
|
Richard Feldman
|
55931bca9e
|
Merge pull request #3452 from rtfeldman/can-builtins-cleanup
Can builtins cleanup
|
2022-07-08 18:54:59 -04:00 |
|
Folkert
|
d8c1ae6bf1
|
fix off-by-one error
|
2022-07-08 23:47:03 +02:00 |
|
Folkert
|
a4e1de2f2d
|
improve names and comments around the new macros
|
2022-07-08 23:43:36 +02:00 |
|
Folkert de Vries
|
8c5f798f4e
|
Merge pull request #3454 from rtfeldman/fix-opaque-formatting
Fix unstable formatting of opaque tag unions
|
2022-07-08 22:22:00 +02:00 |
|
Folkert de Vries
|
15fee6fc9c
|
Merge pull request #3455 from rtfeldman/opaque-recursion-var
Support recursion var unification in opaque types
|
2022-07-08 22:18:26 +02:00 |
|
Folkert
|
02fa2eb086
|
update mono tests
|
2022-07-08 22:14:16 +02:00 |
|
Folkert
|
e8530eaca5
|
improve lowlevel unwrapping
|
2022-07-08 22:13:13 +02:00 |
|
Ayaz Hafiz
|
676d6b3a7f
|
Sorry clippy, we love long lists
|
2022-07-08 15:38:50 -04:00 |
|
Ayaz Hafiz
|
e118573896
|
Add test to check structural recursion vars cannot leak into opaques
|
2022-07-08 15:31:44 -04:00 |
|
Ayaz Hafiz
|
d9edb4d1bb
|
Support unification of recursion vars in opaques
|
2022-07-08 15:31:29 -04:00 |
|
Richard Feldman
|
5f0e3c72c5
|
Fix unstable formatting on opaque unions
|
2022-07-08 15:29:08 -04:00 |
|
Folkert de Vries
|
cd06859d9a
|
Merge pull request #3453 from rtfeldman/fix-comment-fmt
Fix comment between multiline annotation args
|
2022-07-08 21:28:36 +02:00 |
|
Richard Feldman
|
1d07d9efa1
|
Reproduce unstable formatting on opaque unions
|
2022-07-08 15:17:15 -04:00 |
|
Richard Feldman
|
0083695f38
|
Merge pull request #3441 from rtfeldman/task-fx
Add a third type param to Task in CLI example
|
2022-07-08 15:10:30 -04:00 |
|
Richard Feldman
|
aea7892fae
|
Merge pull request #3447 from rtfeldman/list-unsafe-append
`List.reserve` and `List.appendUnsafe`
|
2022-07-08 14:39:58 -04:00 |
|
Richard Feldman
|
dbbbacc32a
|
Fix comment between multiline annotation args
|
2022-07-08 14:31:31 -04:00 |
|
Richard Feldman
|
e1871c0bef
|
Merge pull request #3420 from rtfeldman/run-toplevel-expects
run toplevel expects
|
2022-07-08 10:59:23 -04:00 |
|
Folkert
|
c0ace1ee0b
|
update mono tests
|
2022-07-08 16:19:12 +02:00 |
|
Folkert
|
24c6b92846
|
update mono tests
|
2022-07-08 16:16:42 +02:00 |
|
Folkert de Vries
|
43f9b0d0fa
|
Merge pull request #3389 from rtfeldman/3378
Call recursive function with captures, and consolidate proc calling
|
2022-07-08 16:14:33 +02:00 |
|
Folkert
|
6dc0a379b0
|
update mono tests
|
2022-07-08 15:39:23 +02:00 |
|
Folkert
|
0f86886ab7
|
Merge branch 'list-unsafe-append' into can-builtins-cleanup
|
2022-07-08 15:38:02 +02:00 |
|
Folkert
|
2750551807
|
Revert "update mono tests"
This reverts commit 9f9c514fc6 .
|
2022-07-08 15:37:30 +02:00 |
|
Folkert
|
1eb903ffe3
|
Merge remote-tracking branch 'origin/trunk' into run-toplevel-expects
|
2022-07-08 15:36:15 +02:00 |
|
Folkert
|
9f9c514fc6
|
update mono tests
|
2022-07-08 15:28:46 +02:00 |
|
Folkert
|
c3914883be
|
format our roc code
|
2022-07-08 15:00:10 +02:00 |
|
Folkert
|
972d652d5d
|
Merge remote-tracking branch 'origin/trunk' into list-unsafe-append
|
2022-07-08 13:57:09 +02:00 |
|
Folkert
|
d3662c4671
|
remove the old can/builtins approach
|
2022-07-08 13:54:45 +02:00 |
|
Folkert
|
41768bfa97
|
new approach for defining our builtins
|
2022-07-08 13:46:34 +02:00 |
|
Ayaz
|
856b38a958
|
Merge pull request #3319 from rtfeldman/remove-old-expect-logic
remove old expect logic
|
2022-07-07 21:21:36 -05:00 |
|
Folkert
|
e6977986c9
|
update mono tests
|
2022-07-08 02:57:00 +02:00 |
|
Ayaz Hafiz
|
11b7597a07
|
Make sure to initialize complete uninit buffer in gen tests
|
2022-07-07 20:56:51 -04:00 |
|
Folkert
|
98c55ba30c
|
clean up the list map benchmark
|
2022-07-07 23:21:38 +02:00 |
|
Folkert
|
2f18ff39dc
|
use List.appendUnsafe in List.roc
|
2022-07-07 23:20:43 +02:00 |
|
Folkert
|
27094bf6eb
|
morphic implementations for new list functions
|
2022-07-07 23:20:06 +02:00 |
|