Commit graph

5795 commits

Author SHA1 Message Date
Chadtech
6d42184970
Merge branch 'trunk' into rename-map-to-dict 2020-12-12 16:28:46 -05:00
Folkert
c04c3e551a init! 2020-12-12 22:00:56 +01:00
Richard Feldman
0d2b499af9
Merge pull request #795 from rtfeldman/better-top-level-thunks
fix import of top-level thunks
2020-12-12 14:50:14 -05:00
Richard Feldman
e9b2e1ab13
Merge pull request #796 from rtfeldman/editor_pixel_coords
Pixels can now be used to specify dimensions and coordinates
2020-12-12 14:49:04 -05:00
Anton-4
bf34fc4fe0 Merge branch 'trunk' into editor_pixel_coords 2020-12-12 19:00:34 +01:00
Anton-4
fc4d510c40 more comments and minor cleanup 2020-12-12 18:11:57 +01:00
Folkert
05a6b30644 fix import of top-level thunks 2020-12-12 17:57:42 +01:00
Anton-4
ea3f15f950 forgot to submit cmd_queue 2020-12-12 17:55:11 +01:00
Anton-4
8ca09dae73 fixed errors and rect positioning 2020-12-12 13:29:43 +01:00
Chadtech
bce5c2c9e8 Changed many instances of Dict and CustomDict in tests to RBTree 2020-12-12 04:28:30 -05:00
Chadtech
ec3cbc7bba Correct repl tests that suggested Map type 2020-12-12 04:27:51 -05:00
Chadtech
6b934c499b Changed Map to Dict in commented out type signatures 2020-12-12 04:26:52 -05:00
Chadtech
db477e750c Merge branch 'rename-map-to-dict' of github.com:rtfeldman/roc into rename-map-to-dict 2020-12-11 23:49:06 -05:00
Chadtech
ce69487519 Rename Dict in test_load tests to RedBlackTree 2020-12-11 23:48:40 -05:00
Chadtech
cd6e6e6e4f
Merge branch 'trunk' into rename-map-to-dict 2020-12-11 23:39:10 -05:00
Richard Feldman
3d827f40f4
Merge pull request #793 from rtfeldman/runtime-error
Generate a runtime error for ExposedButNotDefined
2020-12-11 22:20:22 -05:00
Richard Feldman
09c74f6d5d
Merge pull request #791 from rtfeldman/more-closure-fixes
More closure fixes
2020-12-11 21:43:56 -05:00
Chadtech
f2f6562127 Typo in valgrind suppressions variable read 2020-12-11 21:28:41 -05:00
Richard Feldman
6883f57543 If we hit ExposedButNotDefined, gen a RuntimeError 2020-12-11 21:13:55 -05:00
Richard Feldman
48909f2114 Add RuntimeError::ExposedButNotDefined 2020-12-11 21:13:34 -05:00
Chadtech
745094a94c Correct tag alias Dict to be RedBlackTree 2020-12-11 21:11:31 -05:00
Jared Ramirez
9599b806e5 Add annotated tests 2020-12-11 17:29:03 -08:00
Chadtech
12178641ab Merge branch 'rename-map-to-dict' of github.com:rtfeldman/roc into rename-map-to-dict 2020-12-11 20:23:30 -05:00
Chadtech
9faddd1eea
Merge branch 'trunk' into rename-map-to-dict 2020-12-11 20:22:57 -05:00
Chadtech
61728fd1d1 Merge branch 'trunk' of github.com:rtfeldman/roc into rename-map-to-dict 2020-12-11 20:21:40 -05:00
Jared Ramirez
0695dcac14 Add Integer/Float num aliases 2020-12-11 17:09:30 -08:00
Folkert
183e4152f0 working file reading in Roc! 2020-12-12 01:48:15 +01:00
Folkert
20c041dc60 improvements to str.zig 2020-12-12 01:46:33 +01:00
Folkert
3ec8832e62 copy str.zig for usage in this platform 2020-12-12 01:44:49 +01:00
Folkert
bdd53c81b3 use zig to read a file 2020-12-12 01:44:04 +01:00
Folkert
462f6ac8e5 use C calling convention (approximation) when calling foreign functions 2020-12-12 01:30:39 +01:00
Folkert
f1b4d535c6 add other effect functions 2020-12-11 20:46:46 +01:00
Folkert
539f173472 set correct closure tag_id 2020-12-11 20:25:15 +01:00
Anton-4
06a2dcb5b7 orthographic projection to support pixel coordinates (with errors) 2020-12-11 19:38:44 +01:00
Folkert
752a2200fd partial procs that look the same can still be different 2020-12-11 16:39:53 +01:00
Richard Feldman
80cfcd82f8
Merge pull request #790 from rtfeldman/report-more-errors
Panic less, report more
2020-12-11 07:23:03 -05:00
Richard Feldman
9115f792a4 Special-case error reporting of app module 2020-12-10 23:59:15 -05:00
Richard Feldman
572c7cb3dd Report an error for lookups of unexposed values 2020-12-10 23:59:15 -05:00
Richard Feldman
7b09232911 Improve an error message 2020-12-10 23:59:15 -05:00
Richard Feldman
ed222912b3 Report exposed-but-not-defined symbols 2020-12-10 23:59:15 -05:00
Richard Feldman
14288d5aa6
Merge pull request #789 from rtfeldman/effect-as-task
Bugfixes for Task/Effect
2020-12-10 23:59:07 -05:00
Chadtech
224823eb93 EmptyMap renamed to EmptyDict 2020-12-10 21:00:36 -05:00
Folkert
1978b92358 Merge remote-tracking branch 'origin/trunk' into effect-as-task 2020-12-11 01:53:29 +01:00
Folkert
b669202d86 fix wildcards not recognized as rigids 2020-12-11 01:49:54 +01:00
Richard Feldman
a4c2916b13
Merge pull request #788 from rtfeldman/fix-builtin-build
Make builtin build.rs script more resilient
2020-12-10 19:42:00 -05:00
Folkert
f5c267acf4 fix problem with empty closures still considered closures 2020-12-10 23:58:53 +01:00
Folkert
84421ad06d fix bug in closure argument unpacking 2020-12-10 20:45:59 +01:00
Folkert
a9b3c74f2e don't drop empty records from layouts 2020-12-10 15:04:42 +01:00
Folkert
1aba0534b1 use Task in the effect example 2020-12-10 14:01:56 +01:00
Richard Feldman
7391ec98f7 Make builtin build.rs script more resilient
Before this change, re-running it from the root of the project
failed for me.
2020-12-09 22:42:40 -05:00