Commit Graph

9470 Commits

Author SHA1 Message Date
Anton-4
f5a142ea0d updated tests 2021-09-01 20:03:40 +02:00
Anton-4
a2d802dd04 improved handle_new_char structure, test updates 2021-09-01 19:00:09 +02:00
Anton-4
f851215917 updated tests 2021-09-01 14:23:09 +02:00
Anton-4
6d6ae5d5c0 bug fixes, updated tests 2021-08-31 19:54:48 +02:00
Anton-4
3c858cff96 updating TLD value name works! 2021-08-30 19:49:47 +02:00
Anton-4
6c889b35b9 no more compile errors 2021-08-30 13:33:33 +02:00
Anton-4
0091bbc77a fixed many compile errors coming from def2 2021-08-29 14:37:28 +02:00
Anton-4
0135e7b9b1 changes to work with combination of Def2 and Expr2 2021-08-28 18:54:09 +02:00
Anton-4
41519fca96 debugging tests 2021-08-27 20:26:10 +02:00
Anton-4
9e2a5ccc02 ajusted test_ignore_int to work with latest changes 2021-08-25 20:10:10 +02:00
Anton-4
1c1568929a fmt 2021-08-25 17:33:41 +02:00
Anton-4
aa01eb787b fixed many enter bugs 2021-08-25 17:27:14 +02:00
Anton-4
7a11e5e12c progress on new line on enter 2021-08-24 19:51:17 +02:00
Anton-4
386e131e7a progress fixing tests 2021-08-22 19:54:00 +02:00
Anton-4
04a0a220b3 fmt+clippy 2021-08-21 20:21:35 +02:00
Anton-4
fe1a2c35ff merge fixes 2021-08-21 20:10:21 +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
Richard Feldman
1348ec433b
Merge pull request #1605 from rtfeldman/drop-libcxx
Clean up some libc++ and libunwind deps
2021-08-20 23:37:10 -04:00
Richard Feldman
349b799d00
Merge pull request #1610 from rtfeldman/captured-symbols-layout-error
Captured symbols layout error
2021-08-20 23:22:54 -04:00
Richard Feldman
d15f7480dc
Merge pull request #1609 from rtfeldman/type-error-does-not-generate-function
Type error does not generate function
2021-08-20 23:17:14 -04:00
Richard Feldman
a0fe80f202 Fix some unused args 2021-08-20 23:12:32 -04:00
Richard Feldman
80834f1fd8
Merge pull request #1608 from rtfeldman/roc-list-iterator
implement Iterator for RocList
2021-08-20 23:11:02 -04:00
Richard Feldman
d51ce163e0
Merge pull request #1606 from rtfeldman/remove-invoke
remove Invoke
2021-08-20 23:05:53 -04:00
Folkert
f35a20bc16 the test 2021-08-20 23:43:38 +02:00
Folkert
82a4b31c08 the fix 2021-08-20 23:41:54 +02:00
Folkert
807e00ca96 fix the issue 2021-08-20 22:42:29 +02:00
Folkert
aa042f3357 better debug info for a mismatch 2021-08-20 22:41:43 +02:00
Folkert
dd24786e67 implement into iterator 2021-08-20 20:45:21 +02:00
Folkert
fa49f0368d implement 2021-08-20 20:41:20 +02:00
Folkert
194918fe4b remove Invoke 2021-08-20 19:32:55 +02:00
Anton-4
5366c30d4a display blank rect on correct line 2021-08-20 15:48:09 +02:00
Richard Feldman
afd5f1582b Specify Python 2.7 in build instructions 2021-08-20 07:45:06 -04:00
Richard Feldman
cd27c4c7d6
Merge branch 'trunk' into drop-libcxx 2021-08-20 07:42:46 -04:00
Richard Feldman
dfd5b54467 Remove libc++ and libunwind from shell.nix 2021-08-20 07:40:56 -04:00
Richard Feldman
49b4fd1112 Remove libc++ and libunwind from build instructions 2021-08-20 07:40:46 -04:00
Folkert de Vries
19d56fa7d4
Merge pull request #1602 from rtfeldman/NumBytesTo
Implements `Num.bytesToU16` and `Num.bytesToU32`
2021-08-20 13:37:50 +02:00
Folkert de Vries
86d46825aa
Merge branch 'trunk' into NumBytesTo 2021-08-20 11:32:20 +02:00
Richard Feldman
b4412ef738
Merge pull request #1593 from rtfeldman/roc_panic
roc_panic
2021-08-19 22:11:10 -04:00
Joshua Hoeflich
8d6260672f Cargo fmt 2021-08-19 16:20:58 -05:00
Joshua Hoeflich
b57ebb6229 Remove castToNat 2021-08-19 16:11:21 -05:00
Richard Feldman
f279485edf
Merge branch 'trunk' into roc_panic 2021-08-19 07:20:26 -04:00
Richard Feldman
0bebb64bae
Merge branch 'trunk' into NumBytesTo 2021-08-19 01:37:39 -04:00
Richard Feldman
ce9f85ecbc
Merge pull request #1601 from rtfeldman/panic-lookup-not-in-scope
Delay panicking on LookupNotInScope until the error is reported
2021-08-19 01:36:36 -04:00
Richard Feldman
58beac72ba
Merge pull request #1599 from rtfeldman/raw-function-layout-improved
remove Closure from layout
2021-08-19 01:35:38 -04:00
Joshua Hoeflich
99feb7ce67 Fix typo in comment 2021-08-18 18:23:19 -05:00
Joshua Hoeflich
06313a7736 cargo clippy 2021-08-18 18:05:47 -05:00
Joshua Hoeflich
6ad7dfc0f4 Cargo fmt 2021-08-18 17:40:17 -05:00
Joshua Hoeflich
2672c8ed10 NumBytesToU16 and NumBytesToU32 tested 2021-08-18 17:39:59 -05:00
Folkert
92d1b5fe83 clippy 2021-08-18 23:23:01 +02:00
Folkert
bb5b733de4 Try to recover from LookupNotInScope until the error is reported 2021-08-18 23:12:12 +02:00