Commit graph

7719 commits

Author SHA1 Message Date
Eric Henry
eda462c6e9 implement list.concat in zig 2021-05-08 14:39:06 -04:00
Richard Feldman
4375026c7b
Merge pull request #1287 from rtfeldman/constrain_small_str_and_blank
Constrain Expr2: SmallStr(_) & Blank
2021-05-07 20:55:36 -04:00
Richard Feldman
5f86ce3cca
Merge pull request #1286 from rtfeldman/clippy-updates
recent clippy updates
2021-05-07 20:53:34 -04:00
rvcas
92c5e88a7a feat(Expr2): constrain SmallStr(_) and Blank 2021-05-07 12:21:10 -04:00
Richard Feldman
ab8cc95c2b Disable clippy rule for manual_map 2021-05-07 08:44:44 -04:00
rvcas
95da2a246d chore(ci): update rust version in the Earthfile 2021-05-07 07:43:13 -04:00
Folkert
fecb83b9c2 fixes 2021-05-07 11:00:15 +02:00
Richard Feldman
9a5c20b7c3
Merge pull request #1285 from rtfeldman/philly-ete-demo
Add (and then revert) content for Philly ETE demo
2021-05-06 22:03:18 -04:00
Richard Feldman
899f1ae05d
Merge pull request #1283 from rtfeldman/editor_debugging_idea
Added editor debugging idea
2021-05-06 22:03:11 -04:00
Richard Feldman
1e41ee517b Revert "Add content for Philly ETE demo"
This reverts commit e99d1a7c2c.
2021-05-06 22:01:49 -04:00
Richard Feldman
e99d1a7c2c Add content for Philly ETE demo 2021-05-06 22:01:45 -04:00
Anton-4
a8c9ff2868
Added debugging ML idea 2021-05-06 15:33:47 +02:00
Richard Feldman
d9afb42be6
Merge pull request #1279 from rtfeldman/constraints_cleanup
Editor Constraints: Some Cleanup
2021-05-06 07:16:01 -04:00
rvcas
183ca18b35 fix: Constrain SmallInt using Num * logic 2021-05-05 23:00:59 -04:00
rvcas
8bd63c1263 fix: use exists in SmallInt and Float 2021-05-05 23:00:24 -04:00
rvcas
48d2ec985d fix: use Num * in constrain_record 2021-05-05 22:59:23 -04:00
rvcas
d44b024efe fix: use Num * in constrain_small_int 2021-05-05 22:58:50 -04:00
Richard Feldman
7a5e3b1367
Merge pull request #1278 from rtfeldman/lambda-set-frontend
slowly fixing rigids
2021-05-05 19:46:49 -04:00
Richard Feldman
8105b706e5
Merge branch 'trunk' into lambda-set-frontend 2021-05-05 17:41:03 -04:00
Richard Feldman
db921bfdac
Merge pull request #1277 from rtfeldman/editor_constrain_record
Constrain Expr2::Record
2021-05-05 17:40:56 -04:00
Richard Feldman
0a2ebcbc56
Merge branch 'trunk' into editor_constrain_record 2021-05-05 17:34:04 -04:00
Richard Feldman
272046595f
Merge pull request #1276 from rtfeldman/mac_os_cmd
Support for macOS command key
2021-05-05 17:33:40 -04:00
Folkert
e5c95a0ac9 clippy 2021-05-05 21:49:46 +02:00
Folkert
b5c655c84d add constraint validation code (currently unused) 2021-05-05 21:35:49 +02:00
Folkert
86ffd430d7 introduce missing var 2021-05-05 21:35:39 +02:00
rvcas
84d69518a9 feat: impl<T: ShallowClone> Shallowclone for Expected<T> 2021-05-05 15:16:12 -04:00
Anton-4
ba6d66fbb9 Merge branch 'editor_constrain_record' of github.com:rtfeldman/roc into editor_constrain_record 2021-05-05 20:50:49 +02:00
Anton-4
33f598f038 changed RecordField<Type2> to RecordField<TypeId> for Type2::Record 2021-05-05 20:49:12 +02:00
rvcas
74180494b2 fix: sizes in Type2 comments 2021-05-05 13:58:50 -04:00
Folkert
48f392f372 fix bad test examples using unbound type alias variables 2021-05-05 19:54:10 +02:00
rvcas
58c239df15 fix: add place holder for Expected ShallowClone for now 2021-05-05 12:19:23 -04:00
rvcas
934252a50e feat(Expr2): add constrain match case for Record 2021-05-05 10:45:39 -04:00
rvcas
dd27539507 test: add constrain_record 2021-05-05 10:45:11 -04:00
Folkert
1ac66a8fee attempt to make examples more generic 2021-05-05 16:00:30 +02:00
Anton-4
7c9bab5e8f Support for macOS command key, added editor idea+inspiration 2021-05-05 15:59:58 +02:00
Folkert
2ca6f0107a re-enable rose tree test 2021-05-05 15:18:26 +02:00
Folkert
13dfa79c5d re-enable rigid test 2021-05-05 15:14:30 +02:00
Folkert
b76ea0b9d9 re-enable test 2021-05-05 15:13:33 +02:00
Folkert
31647f61f9 enable new test 2021-05-05 15:11:30 +02:00
Folkert
0ec1c49042 slightly optimize rank calculation 2021-05-05 15:02:52 +02:00
Folkert
5372c45cdd no manual rank hacking please 2021-05-05 14:49:54 +02:00
Folkert
149ddf7309 add test case 2021-05-05 14:49:00 +02:00
Folkert
b02569646f add Debug instance 2021-05-05 14:06:31 +02:00
Folkert
61ffe687ce introduce LambaSet variables 2021-05-05 13:54:21 +02:00
Richard Feldman
a43778ffe1
Add Basile Henry to AUTHORS 2021-05-04 18:03:50 -04:00
Richard Feldman
b775b39fe4
Merge pull request #1264 from rtfeldman/num-too-general
Fix wildcard rigid issue
2021-05-03 21:26:15 -04:00
Richard Feldman
4808b2cd65 Use © instead of (c) for copyright symbol 2021-05-03 21:18:36 -04:00
Richard Feldman
83a4f259f5
Merge pull request #1263 from rtfeldman/basile/multiline-prompt
Multiline prompt in REPL
2021-05-03 21:17:17 -04:00
Folkert
82aa5c766d fix gen_primitives tests 2021-05-03 21:22:21 +02:00
Folkert
e69c512312 fix other reporting wildcard tests 2021-05-03 20:47:20 +02:00