Commit graph

338 commits

Author SHA1 Message Date
Richard Feldman
80446a5dfb
Make HttpGet.roc print things a little more nicely 2021-04-05 22:26:46 -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
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
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
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
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
Folkert
3c78fae8dc add putInt to the benchmark platform 2021-03-30 22:59:03 +02:00
Folkert
ce435c9437 make zig show runtime errors thrown by roc 2021-03-23 22:01:46 +01:00
Folkert
eef1cb2a69 use multi-backpassing in base64 example 2021-03-19 00:27:34 +01:00
Folkert
ecc689e84b Merge remote-tracking branch 'origin/trunk' into expression-move 2021-03-15 23:18:48 +01:00
Folkert
6da792c62d remove test executables from repo 2021-03-15 21:50:32 +01:00
Folkert
41bfb0b69a all tests working again 2021-03-15 21:49:19 +01:00
Richard Feldman
1f29fc4358
Merge branch 'trunk' into singleton-to-single 2021-03-15 00:42:59 -04:00
Richard Feldman
ce6969d31f Only do the compiler_rt workaround on macOS 2021-03-14 22:31:32 -04:00
Richard Feldman
58cf08349e Don't check in binaries in examples 2021-03-14 22:31:32 -04:00
Chadtech
7d78de110b Added comptime import compiler_rt to several host.zig files 2021-03-14 22:31:32 -04:00
Chadtech
b22672fb0e Changed singleton to single 2021-03-14 21:57:10 -04:00
Eric Henry
7354f0e8ea final test fix 2021-03-13 08:31:48 -05:00
Folkert
145aec8d78 fix logic 2021-03-03 22:39:09 +01:00
Folkert
d6499e5fa2 formatting 2021-03-03 22:37:44 +01:00
Folkert
76c9a15e37 refactor base64 example 2021-03-03 22:30:51 +01:00
Folkert
aca50dbd7c fully test closure things 2021-03-03 00:09:41 +01:00
Folkert
553e7145e5 start on bytes encode 2021-03-02 15:29:42 +01:00
Folkert
469bbae2f1 make type aliases unqualified importable 2021-03-02 14:48:44 +01:00
Folkert
3537fa57d2 decrement when the input is invalid utf8 2021-02-24 21:46:58 +01:00
Folkert
a6edc58323 make fromUtf8 do RC 2021-02-24 21:25:14 +01:00
Folkert
17a44aab02 fix whitespace 2021-02-24 16:40:56 +01:00
Folkert
aff8266f0f move astar test 2021-02-24 16:40:46 +01:00
Folkert
1c1c53ba95 flip map argument order 2021-02-24 16:38:49 +01:00
Folkert
c4972f45ba bit shift tests 2021-02-21 21:12:47 +01:00
Folkert
86cf7cd983 move file 2021-02-21 20:52:06 +01:00
Folkert
ad96d1ae24 trim comment 2021-02-21 20:45:26 +01:00
Folkert
e218279f42 add example files 2021-02-21 19:54:32 +01:00
Folkert
0f5500b564 add Quicksort.roc for use in AStar 2021-02-20 16:46:20 +01:00
Folkert
b60421c13f add Closure.roc 2021-02-19 23:01:27 +01:00
Folkert
ff20ab76ce put closure tests into one file 2021-02-19 21:29:33 +01:00