Commit Graph

53 Commits

Author SHA1 Message Date
Anton-4
69391b26d7 removed lang and markup folder from editors, changed imports to use new crates 2021-09-25 17:14:32 +02:00
Anton-4
79a4062b7f cleanup, improved comments 2021-09-20 19:30:28 +02:00
Anton-4
32e0a8966a test updates, bug fixes, added README to editor test folder 2021-09-02 18:12:09 +02:00
Anton-4
169520f956 Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value 2021-08-21 12:05:59 +02:00
rvcas
ccf599910b tests: better test that avoids a LetFunction 2021-08-06 16:27:16 -04:00
rvcas
3036ac3367 tests: new test for constraining closures 2021-08-06 12:44:19 -04:00
rvcas
e8d48df26b test: add new test for private tag 2021-08-04 16:10:55 -04:00
Richard Feldman
5f9ab038fc
Merge pull request #1505 from rtfeldman/subs-get-ref
Subs get ref
2021-07-30 23:35:55 -04:00
Folkert
35404bd25f use get_content_without_compacting more 2021-07-30 22:15:17 +02:00
Lucas
34d2924f7d
Merge branch 'trunk' into constrain_run_low_level 2021-07-30 14:21:32 -04:00
rvcas
d7c4595092 test: add ignored test case for now 2021-07-30 14:21:01 -04:00
Folkert
899cbeabd7 fix extra ampersands 2021-07-29 17:32:08 +02:00
Anton-4
5ab1dda836 let value test, bug fixes, refactoring 2021-07-14 19:26:09 +02:00
Lucas
9340c84a80
Merge branch 'trunk' into constrain_update 2021-07-02 16:19:43 -04:00
Anton-4
166c8ac217 undo list space change 2021-06-29 16:57:00 +02:00
Anton-4
3bec3b9d03 single element lists, nested lists 2021-06-29 15:25:16 +02:00
rvcas
6b882b85de feat(Expr2): implement Env::problem 2021-06-28 11:53:47 -04:00
Anton-4
0657e21fdb can make empty list in editor, panic on type tooltip 2021-06-28 15:54:19 +02:00
rvcas
c4f9812ad8 test: split into two 2021-06-21 17:26:55 -04:00
rvcas
1f467ec62b test: constrain update 2021-06-21 00:19:00 -04:00
rvcas
b84fc85753 test: new test for when constraints 2021-06-15 19:21:20 -04:00
rvcas
4739b5db91 test: add a test to contrain if expr 2021-05-28 12:57:56 -04:00
rvcas
35cdf1051d tests: use a simpler test case to avoid defs 2021-05-18 21:21:57 -04:00
rvcas
031c704ad1 tests: add a test for constraining access 2021-05-17 19:48:01 -04:00
rvcas
407f350947 tests: trigger Call and Accessor 2021-05-16 21:58:16 -04:00
rvcas
65c0d3b7bf tests: add a test for global tags 2021-05-09 21:00:09 -04:00
rvcas
f01fc50337 tests: add new tests for list typechecking 2021-05-08 12:44:29 -04:00
rvcas
fc5e68cb97 tests: add temporarily useless test for SmallStr 2021-05-08 12:44:01 -04:00
rvcas
89bc27d941 tests: into not needed 2021-05-08 12:43:15 -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
rvcas
dd27539507 test: add constrain_record 2021-05-05 10:45:11 -04:00
rvcas
ea7d735c9a test: constrain Expr2::Float 2021-04-30 21:50:21 -04:00
rvcas
91c01856c4 test: pass arena to run_solve in infer_eq 2021-04-29 23:05:48 -04:00
Folkert
6662fbb791 fix idents 2021-04-27 17:05:47 +02:00
rvcas
f6fddfe260 feat: add a test case and implement shallow clone for Type2 2021-04-23 12:29:20 -04:00
rvcas
6571d829a1 fix: use bump for Constraint enum instead of pool 2021-04-22 21:32:47 -04:00
rvcas
47f1bad862 test(editor): constrain empty record 2021-04-15 21:41:15 -04:00
Anton-4
b1f226e876
Merge branch 'trunk' into editing_tests 2021-04-13 10:00:17 +02:00
Folkert
c55c35e164 extend solve 2021-04-12 23:29:07 +02:00
Folkert
bffb9ab6fe initial solver for the editor's type constraints 2021-04-12 21:26:20 +02:00
Anton-4
1a9307a903 Merge branch 'trunk' of github.com:rtfeldman/roc into editing_tests 2021-04-12 17:33:54 +02:00
Anton-4
0356d23116 RecordField stuff, more tests, new selection and caret symbols 2021-04-10 20:26:04 +02:00
rvcas
e0a1a917c0 feat(editor): add constrain tests 2021-04-10 12:58:44 -04:00
Anton-4
bfa40deb90 hanlde_new_char tests, improved pest parser, bugfix 2021-04-09 19:44:41 +02:00
Anton-4
05692e2c31 more ui refactoring progress 2021-02-16 20:02:42 +01:00
Anton-4
bdf48d478f progress integrating text rope 2021-01-11 19:46:15 +01:00
Anton-4
1acbe42962 implemented selection test DSL, added caret tests for move right 2021-01-02 19:33:26 +01:00
Anton-4
df5661541c editor folder reorganization 2021-01-01 15:02:31 +01:00
Chadtech
cadb58f418 Improve test name in test_file 2020-12-04 00:29:53 -05:00