Commit graph

8642 commits

Author SHA1 Message Date
Folkert
112e97c4a2 improve circular definition error reporting 2021-04-10 21:39:20 +02:00
rvcas
3ccbb2a06f fix(pool): as_str use from_raw_parts 2021-04-10 15:28:41 -04:00
Lucas
3bea537855
Merge branch 'trunk' into start_typechecking_expr2 2021-04-10 14:38:02 -04:00
Anton-4
0356d23116 RecordField stuff, more tests, new selection and caret symbols 2021-04-10 20:26:04 +02:00
Richard Feldman
136f965a97
Merge pull request #1170 from rtfeldman/fix-backpassing-region
fix backpassing region
2021-04-10 13:43:28 -04:00
rvcas
e0a1a917c0 feat(editor): add constrain tests 2021-04-10 12:58:44 -04:00
rvcas
bb51f15494 feat(editor): add constrain module 2021-04-10 12:58:29 -04:00
rvcas
36e6739212 feat(editor): depend on roc_solve 2021-04-10 12:58:02 -04:00
Folkert
d27b0337c5 fix formatting 2021-04-10 14:11:42 +02:00
Anton-4
76d7673b03 added ignore tests, set better case for panicking test 2021-04-10 12:02:15 +02:00
Anton-4
dd5e17c340 panic: LabelOnly record field was not desugared 2021-04-10 10:57:27 +02:00
Anton-4
bfa40deb90 hanlde_new_char tests, improved pest parser, bugfix 2021-04-09 19:44:41 +02:00
Folkert
4a3e90fdef fix backpassing region 2021-04-09 12:02:50 +02:00
Richard Feldman
ffdd76903b
Merge pull request #1165 from rtfeldman/http-error
Basic HTTP error handling in CLI
2021-04-08 20:09:44 -04:00
Richard Feldman
79af05c814
Merge pull request #1168 from rtfeldman/string_input_fix
Nested single-field records, special chars in string, correct input rejection
2021-04-07 20:44:09 -04:00
Anton-4
1c3f3b2b38 improved comment, simplified simple_move_carets_right 2021-04-07 20:00:17 +02:00
Anton-4
d2c08539ca
Merge branch 'trunk' into string_input_fix 2021-04-07 19:01:24 +02:00
Anton-4
e8b06fc98c nested single field records, correct rejection of input 2021-04-07 18:53:57 +02:00
Anton-4
b0f3d5a7b1 improved ed_update flow, removed old shader stuff; now using wgsl instead 2021-04-07 13:21:04 +02:00
Richard Feldman
2398b2bb38
Merge branch 'trunk' into http-error 2021-04-06 22:51:23 -04:00
Richard Feldman
a3c7dc494b Add HTTP error handling to CLI example 2021-04-06 22:45:04 -04:00
Richard Feldman
dba526bb3e Add Task.onFail and Task.attempt 2021-04-06 22:44:39 -04:00
Richard Feldman
4bb0852bd8 Add RocResult 2021-04-06 22:44:25 -04:00
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