Commit Graph

615 Commits

Author SHA1 Message Date
Anton-4
de4b48d207 don't trigger CI tests on markdown file changes, separate out spellcheck 2021-07-09 17:25:58 +02:00
Anton-4
166c8ac217 undo list space change 2021-06-29 16:57:00 +02:00
Anton-4
df4008438e fmt 2021-06-29 16:14:35 +02:00
Anton-4
bf69daa3bc more type tooltip tests 2021-06-29 16:11:20 +02:00
Anton-4
3bec3b9d03 single element lists, nested lists 2021-06-29 15:25:16 +02:00
Anton-4
0657e21fdb can make empty list in editor, panic on type tooltip 2021-06-28 15:54:19 +02:00
Anton-4
f5a7604b83 type tooltip tests 2021-06-26 17:11:17 +02:00
Anton-4
38db75614e updated VarStore without cloning 2021-06-26 13:50:56 +02:00
Anton-4
2aa412f836 made VarStore cloneable to make type tooltips work 2021-06-26 12:14:21 +02:00
Anton-4
ff2ed8a1a4
Added hazel livelit to editor inspiration 2021-06-26 10:53:53 +02:00
Anton-4
47fe878492 updated to wgpu 9.0, added editor inspiration 2021-06-25 19:07:14 +02:00
Richard Feldman
53ccef0506 nightly clippy
I was on nightly for benchmarks, and these all seem reasonable.
2021-06-18 15:21:11 -04:00
rvcas
1d9320ba8f fix: Pattern2
* make Pattern2 fit in 32 by commenting out two fields in Shadowed
* make Global/Private Tag arguments field smaller by using PatternId
2021-06-15 21:32:39 -04:00
rvcas
cc96dd0a76 chore: how did this get past me locally 2021-06-15 19:33:51 -04:00
rvcas
b84fc85753 test: new test for when constraints 2021-06-15 19:21:20 -04:00
rvcas
e300acf2a8 feat: implement When constraints 2021-06-15 19:20:59 -04:00
rvcas
22dc0fe6c7 feat: implement shallow clone for PExpected 2021-06-15 19:20:15 -04:00
rvcas
05181e4be0 feat: create PatternState2 2021-06-15 19:19:11 -04:00
rvcas
4652d77e84 feat: remove Located from Let constaints 2021-06-15 19:18:25 -04:00
rvcas
943047f207 feat: introduce Pattern constraint 2021-06-15 19:17:01 -04:00
rvcas
3733d3035e feat: new imports 2021-06-15 19:15:16 -04:00
Folkert
4539c6feb3 remove list_var from the editor ast 2021-06-13 16:57:44 +02:00
Anton-4
47f606d588
Merge branch 'trunk' into typos_ci 2021-06-07 15:01:55 +02:00
Anton-4
22d834ebd9 Merge branch 'trunk' of github.com:rtfeldman/roc into typos_ci 2021-06-07 12:33:26 +02:00
Anton-4
11ae7867a6
Added replit editor inspiration, thanks Richard! 2021-06-07 10:39:17 +02:00
Anton-4
314503cf7f fixed typos, added typos checking to CI 2021-06-05 20:02:54 +02:00
Richard Feldman
2b2b6e3ddd Update some more docs 2021-06-04 21:27:26 -04:00
Richard Feldman
50b030acd1
Merge pull request #1314 from rtfeldman/benchmarks
criterion benchmarks for `examples/benchmarks`
2021-06-02 21:57:33 -04:00
Richard Feldman
ffc039e483
Merge pull request #1368 from rtfeldman/editor_ideas
Added Folkert's editor inspiration
2021-06-02 21:43:09 -04:00
Anton-4
0da16b0189
Updated editor README
Removed "new features are added every week!"
2021-06-02 15:39:20 +02:00
Anton-4
7e0575368c Use custom forks for criterion and cargo-criterion, still have web-sys conflict 2021-06-02 11:08:14 +02:00
Anton-4
a622a72cf3
Added Folkert's editor inspiration 2021-06-02 10:52:37 +02:00
rvcas
4a93bbde18 feat: implement if constraints 2021-05-28 13:04:51 -04:00
rvcas
2e4696c3df chore: bring a type into scope 2021-05-28 13:03:01 -04:00
rvcas
695a5a7aa9 fix: made if branches smaller 2021-05-28 13:01:01 -04:00
rvcas
4739b5db91 test: add a test to contrain if expr 2021-05-28 12:57:56 -04:00
Folkert
f480919186 Merge remote-tracking branch 'origin/trunk' into no-arg-tag-union-func 2021-05-24 14:44:32 +02:00
Lucas
8b52e6d268
Merge branch 'trunk' into constrain_access 2021-05-24 08:19:39 -04:00
Richard Feldman
a7518a675a Clean up some clippy warnings 2021-05-23 20:28:23 -04:00
Lucas
b942b78a34
Merge branch 'trunk' into constrain_access 2021-05-23 16:24:48 -04:00
tarjei
a53c7b5546 Add FunctionOrTagUnion case to all matches 2021-05-23 20:52:38 +02:00
Anton-4
e2bc9566ba upgrade to wgpu 8.1, removed old editor benchmarks 2021-05-19 17:32:07 +02: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
35f82821f1 feat(Expr2): add a todo case for Defs 2021-05-17 19:47:31 -04:00
rvcas
eb6e4a21f3 feat(Expr2): port over Access case for constraints 2021-05-17 19:45:11 -04:00
rvcas
79efa42923 fix(Expr2): better name for the sub_expr in call 2021-05-17 19:44:31 -04:00
rvcas
cb5cdb7c11 chore: remove commented code 2021-05-16 22:17:51 -04:00
rvcas
b2766aab36 feat(Expr2): port over Function solve case 2021-05-16 22:02:25 -04:00
rvcas
2ffafec559 feat(Expr2): port over Call and Accessor constraints 2021-05-16 22:02:04 -04:00