Marten/Qqwy
|
0effc7721f
|
Parsers for CSV -> Your Stuff
|
2022-07-16 12:28:32 +02:00 |
|
Folkert de Vries
|
1b1b63aad0
|
Merge branch 'trunk' into assoc-list-dict
|
2022-07-14 16:47:50 +02:00 |
|
Folkert
|
96414cb03f
|
cleanup
|
2022-07-14 08:52:38 +02:00 |
|
Richard Feldman
|
7908e8c176
|
roc format examples
|
2022-07-13 23:16:09 -04:00 |
|
Ayaz Hafiz
|
2a963ca3ba
|
Merge branch 'assoc-list-dict' of https://github.com/rtfeldman/roc into assoc-list-dict
|
2022-07-13 16:18:52 -04:00 |
|
Ayaz Hafiz
|
71b078d2dc
|
Clone delayed type alias when there are equivalent type variables
|
2022-07-13 16:18:03 -04:00 |
|
Folkert
|
5763248b44
|
Merge remote-tracking branch 'origin/trunk' into assoc-list-dict
|
2022-07-13 20:44:28 +02:00 |
|
Richard Feldman
|
6abf25e3a8
|
Remove incorrect package qualifiers from CLI platform
|
2022-07-13 12:42:44 -04:00 |
|
Folkert
|
2b282230ca
|
fix the AStar example
|
2022-07-13 12:13:56 +02:00 |
|
Richard Feldman
|
b75b3223c9
|
roc format Path.roc
|
2022-07-12 21:58:24 -04:00 |
|
Richard Feldman
|
a2625e6f2c
|
Drop an unnecessary floating doc comment
|
2022-07-12 21:58:24 -04:00 |
|
Richard Feldman
|
9089370b3a
|
Drop obsolete docs
|
2022-07-12 21:58:24 -04:00 |
|
Richard Feldman
|
c86e25edee
|
Fix some parse errors
|
2022-07-12 21:58:24 -04:00 |
|
Richard Feldman
|
44c562b12e
|
Revert "Remove Path.roc for now"
This reverts commit 67bae24a5f2368be627ff945e9ce0244aefe3519.
|
2022-07-12 21:58:23 -04:00 |
|
Marten/Qqwy
|
b7611a8f77
|
Better names for run/runPartial etc: parse/parsePartial etc.
|
2022-07-12 23:58:39 +02:00 |
|
Marten/Qqwy
|
5ce4a72cb4
|
Use oneOf instead of nested alt for a super large compile-time speedup
|
2022-07-12 23:35:47 +02:00 |
|
Marten/Qqwy
|
1de88362b9
|
The full example now works!
|
2022-07-12 23:26:58 +02:00 |
|
Marten/Qqwy
|
3136452b98
|
Merge branch 'trunk' into csv_decoding
|
2022-07-12 23:10:19 +02:00 |
|
Richard Feldman
|
c29d2556b2
|
roc format Url.roc
|
2022-07-12 13:03:49 -04:00 |
|
Richard Feldman
|
b770675670
|
Merge remote-tracking branch 'origin/trunk' into url
|
2022-07-12 12:54:27 -04:00 |
|
Marten/Qqwy
|
4d13f7e7de
|
Simplify example that crashes
|
2022-07-12 14:14:52 +02:00 |
|
Marten/Qqwy
|
8d6bb82113
|
Altered platform that contains alloc/dealloc debug statements
|
2022-07-12 13:36:58 +02:00 |
|
Marten/Qqwy
|
bd0ff345be
|
Simplify example
|
2022-07-12 12:55:29 +02:00 |
|
Marten/Qqwy
|
7dfbfcba29
|
Usage of the CSV parser in the example
|
2022-07-12 12:10:09 +02:00 |
|
Marten/Qqwy
|
1300a56918
|
Simple CSV parser definition which follows RFC4180
|
2022-07-12 11:58:04 +02:00 |
|
Richard Feldman
|
aa7822d5cd
|
roc format examples
|
2022-07-11 13:14:35 -04:00 |
|
Richard Feldman
|
496fd6e8bb
|
roc format examples
|
2022-07-11 13:14:01 -04:00 |
|
Richard Feldman
|
c4616c2e78
|
roc format Url.roc
|
2022-07-08 20:06:16 -04:00 |
|
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
|
5e533c4a0f
|
Add a third type param to Task
|
2022-07-07 10:06:02 -04:00 |
|
Folkert de Vries
|
0412578e49
|
Merge pull request #3433 from rtfeldman/url-appending-fixes
url appending fixes
|
2022-07-07 11:51:40 +02:00 |
|
Folkert
|
1ceed06f2b
|
dealloc is wrong for static strings
|
2022-07-07 03:26:42 +02:00 |
|
Folkert
|
4bd5df4e0d
|
fix memory leak in c platform
|
2022-07-07 00:07:45 +02:00 |
|
Richard Feldman
|
61a05c7059
|
roc format examples
|
2022-07-06 15:10:17 -04:00 |
|
Richard Feldman
|
44f27c4378
|
roc format examples
|
2022-07-06 14:00:45 -04:00 |
|
Brendan Hansknecht
|
91bf84719f
|
correct host.test.js
|
2022-07-03 10:28:56 -07:00 |
|