Richard Feldman
|
1844beb5e3
|
Merge pull request #1161 from rtfeldman/http-get
Http.getUtf8 example in CLI platform
|
2021-04-06 21:22:23 -04:00 |
|
Richard Feldman
|
80446a5dfb
|
Make HttpGet.roc print things a little more nicely
|
2021-04-05 22:26:46 -04:00 |
|
Richard Feldman
|
779e5a9b8a
|
Merge branch 'trunk' into http-get
|
2021-04-05 22:25:36 -04:00 |
|
Richard Feldman
|
46d7836deb
|
Merge pull request #1158 from rtfeldman/fix-macos-linking
Fix a macOS linking problem
|
2021-04-05 22:24:14 -04:00 |
|
Richard Feldman
|
da75c3e4a1
|
Make use of tag literals being usable as functions
Thanks @rcvas!
|
2021-04-05 22:21:18 -04:00 |
|
Richard Feldman
|
61ae65905c
|
Fix incorrect Http.getUtf8 type
|
2021-04-05 22:21:04 -04:00 |
|
Richard Feldman
|
aff8df814d
|
Actually print the HTTP response
|
2021-04-05 22:12:03 -04:00 |
|
Richard Feldman
|
490427f730
|
Use ureq over reqwest
|
2021-04-05 22:11:48 -04:00 |
|
Richard Feldman
|
21918e2cf1
|
Merge pull request #1154 from rtfeldman/docs-type-aliases
Doc type signatures for tag unions, and some additional types
|
2021-04-05 22:03:06 -04:00 |
|
Richard Feldman
|
a8fa1a47f5
|
Make macOS linking not crash
|
2021-04-05 21:44:02 -04:00 |
|
Richard Feldman
|
e4da63cc48
|
Merge pull request #1155 from rtfeldman/outdent-parse-crash
Outdent parse crash
|
2021-04-05 21:38:23 -04:00 |
|
Richard Feldman
|
e552ce73b9
|
Merge pull request #1153 from rtfeldman/zig-swap-element
Zig swap element
|
2021-04-05 21:36:12 -04:00 |
|
Richard Feldman
|
9ced70e297
|
Merge pull request #1151 from rtfeldman/remove-boolean-algebra
Remove boolean algebra
|
2021-04-05 21:28:40 -04:00 |
|
Richard Feldman
|
e052938837
|
Use reqwest::blocking::get in cli host
|
2021-04-05 21:19:08 -04:00 |
|
Richard Feldman
|
2d0f8482e9
|
Rename Http.getStr to Http.getUtf8
|
2021-04-05 21:18:49 -04:00 |
|
Richard Feldman
|
e96a799a01
|
Fix some warnings
|
2021-04-05 20:23:59 -04:00 |
|
Richard Feldman
|
a7bed0fb32
|
Remove obsolete cli/examples/
|
2021-04-05 20:16:39 -04:00 |
|
Richard Feldman
|
30db822051
|
Add basic Http.roc
|
2021-04-05 20:15:47 -04:00 |
|
Richard Feldman
|
2c03303494
|
Update .gitignore
|
2021-04-05 20:15:39 -04:00 |
|
Richard Feldman
|
9e71f83cf5
|
Drop unused Task function
|
2021-04-05 20:15:16 -04:00 |
|
Richard Feldman
|
bd9e93f5ed
|
Add initial Http module to cli example
|
2021-04-05 20:15:06 -04:00 |
|
Richard Feldman
|
5e2c4bdda4
|
Add reqwest and openssl deps to cli example
|
2021-04-05 20:14:43 -04:00 |
|
Chadtech
|
b5656328e6
|
Merge branch 'docs-type-aliases' of github.com:rtfeldman/roc into docs-type-aliases
|
2021-04-05 19:40:05 -04:00 |
|
Chadtech
|
132d63764c
|
Comply with clippy
|
2021-04-05 19:39:01 -04:00 |
|
Folkert
|
e85540e5f5
|
fix more indent problems
|
2021-04-05 14:31:50 +02:00 |
|
Folkert
|
1b4a67974a
|
add tests
|
2021-04-05 14:12:21 +02:00 |
|
Folkert
|
c8e554e119
|
fix indent issue when parsing tag unions
|
2021-04-05 14:10:49 +02:00 |
|
Anton-4
|
db074cd4f4
|
return Ignored or Accepted for input handling
|
2021-04-05 12:23:42 +02:00 |
|
Chadtech
|
caacf7b78d
|
Merge branch 'trunk' into docs-type-aliases
|
2021-04-04 22:56:14 -04:00 |
|
Chadtech
|
6686c5b051
|
Doc type signatures for tag unions, and some additional types
|
2021-04-04 22:39:53 -04:00 |
|
Folkert
|
0575c01f41
|
Revert "use FixedBufferAllocator in builtins"
This reverts commit 0c2da8686a .
|
2021-04-05 00:46:27 +02:00 |
|
Folkert
|
044f653fda
|
Revert "buggy copied version"
This reverts commit 858f19f5f5 .
|
2021-04-05 00:45:41 +02:00 |
|
Folkert
|
858f19f5f5
|
buggy copied version
|
2021-04-05 00:45:34 +02:00 |
|
Folkert
|
62da85cc06
|
remove ATTR_ATTR usage
|
2021-04-04 23:18:50 +02:00 |
|
Folkert
|
0c2da8686a
|
use FixedBufferAllocator in builtins
|
2021-04-04 22:01:22 +02:00 |
|
Folkert
|
4c9accb2ba
|
use in-place swap for List.reverse
|
2021-04-04 21:42:02 +02:00 |
|
Folkert
|
fa7dec2997
|
no more boolean algebra
|
2021-04-04 21:22:59 +02:00 |
|
Folkert
|
ea7af0f7e7
|
don't inline testing function (used in macro)
|
2021-04-04 21:12:32 +02:00 |
|
Richard Feldman
|
ba0408a587
|
Merge pull request #1148 from rtfeldman/cli-platform
Basic CLI platform
|
2021-04-03 22:57:10 -04:00 |
|
Richard Feldman
|
5fcc512739
|
Merge pull request #1146 from rtfeldman/builtin-sortby
List.sortWith
|
2021-04-03 22:27:05 -04:00 |
|
Richard Feldman
|
7b70e9b0e4
|
Update cli example platform
|
2021-04-03 22:14:25 -04:00 |
|
Richard Feldman
|
6dcea4f151
|
Use backpassing and await in task example
|
2021-04-03 22:03:00 -04:00 |
|
Richard Feldman
|
23f4f1f2d0
|
Add note about libcxb libraries
|
2021-04-03 21:39:49 -04:00 |
|
Richard Feldman
|
1de0918ba9
|
Echo example in CLI
|
2021-04-03 21:20:45 -04:00 |
|
Richard Feldman
|
659966c878
|
Revise CLI example
|
2021-04-03 21:20:45 -04:00 |
|
Richard Feldman
|
b944798fda
|
Add a TODO about a bug
|
2021-04-03 21:20:45 -04:00 |
|
Richard Feldman
|
fd06781954
|
Add CLI example
|
2021-04-03 21:20:45 -04:00 |
|
Richard Feldman
|
b1c7e4c3a9
|
Update task example
|
2021-04-03 21:20:45 -04:00 |
|
Richard Feldman
|
62e87dc970
|
Merge branch 'trunk' into builtin-sortby
|
2021-04-03 20:30:14 -04:00 |
|
Richard Feldman
|
b9566929da
|
Merge pull request #1144 from rtfeldman/list_reverse_in_zig
List.reverse in zig
|
2021-04-03 20:23:26 -04:00 |
|