Commit Graph

5095 Commits

Author SHA1 Message Date
Sébastien Besnier
4ed8d3eb79 add failing test 2020-11-25 10:33:36 +01:00
Sébastien Besnier
124800f8b9 fix bug parser with comment after ':' in signature 2020-11-25 10:31:49 +01:00
Richard Feldman
29c1dc35de
Merge pull request #732 from rtfeldman/aarch64-nix
Enable nix shell on aarch64
2020-11-24 20:19:37 -05:00
Richard Feldman
c5838703ea
Merge pull request #734 from rtfeldman/nixpkgs-update
Update from old nixpkgs-channels to new nixpkgs repo
2020-11-24 20:17:37 -05:00
Richard Feldman
391601417f
Merge pull request #736 from rtfeldman/rvcas/numeric_types
Numeric Sizes: Float rename to F64
2020-11-24 20:16:56 -05:00
rvcas
f7bd803509 feat(Num): rename Float to F64 2020-11-24 10:25:21 -05:00
Richard Feldman
301ee85219
Merge pull request #709 from rtfeldman/import-packages
Update module header parsing
2020-11-24 07:10:02 -05:00
Brendan Hansknecht
645e30e204 Update from old nixpkgs-channels to new nixpkgs repo 2020-11-24 00:24:27 -08:00
Brendan Hansknecht
af4fba940b Enable nix shell on aarch64 2020-11-24 06:00:16 +00:00
Richard Feldman
91c98ede21
Merge branch 'trunk' into import-packages 2020-11-23 21:51:51 -05:00
Richard Feldman
77c84eaaa8 Install a libc6-dbg (valgrind requested it) 2020-11-23 21:47:16 -05:00
Richard Feldman
91bc0a36c3 Improve valgrind error output 2020-11-23 21:43:28 -05:00
Richard Feldman
a989d48239
Merge pull request #730 from rtfeldman/fix-multilines-annotation-parsing
Fix multilines annotation parsing
2020-11-23 21:18:36 -05:00
Sébastien Besnier
88373240a9 fix multiline type signature bug 2020-11-23 15:30:48 +01:00
Sébastien Besnier
d632e588ef add failing test 2020-11-23 14:24:10 +01:00
Richard Feldman
2991e695aa Ignore *.o in examples/ and fixtures/ 2020-11-23 00:33:56 -05:00
Richard Feldman
144bdcb3bb Fix some gen_primitives tests 2020-11-23 00:33:56 -05:00
Richard Feldman
f6e42e610f Fix repl 2020-11-23 00:33:56 -05:00
Richard Feldman
6453292224 Tell valgrind the right executable name 2020-11-23 00:33:56 -05:00
Richard Feldman
6563d0b306 Improve valgrind diagnostics 2020-11-23 00:33:56 -05:00
Richard Feldman
c78abeaa54 Use debug formatter on valgrind error 2020-11-23 00:33:56 -05:00
Richard Feldman
ac4dc52335 Report current valgrind version 2020-11-23 00:33:56 -05:00
Richard Feldman
01495940e3 Cache compiled valgrind on CI 2020-11-23 00:33:56 -05:00
Richard Feldman
f3881cd3b8 Install valgrind 3.16.1 on CI 2020-11-23 00:33:56 -05:00
Richard Feldman
ed67fc8d09 It's gonna be okay, clippy. 2020-11-23 00:33:56 -05:00
Richard Feldman
37daff3a57 Update shared-quicksort Pkg-Config 2020-11-23 00:33:56 -05:00
Richard Feldman
d0f52cb27e Fix quicksort_partition_help 2020-11-23 00:33:56 -05:00
Richard Feldman
7e5fde1d15 Fix solve_expr 2020-11-23 00:33:56 -05:00
Richard Feldman
9de8ebe8e0 Fix test_mono 2020-11-23 00:33:56 -05:00
Richard Feldman
b3b37db2c0 Fix test_uniq_load 2020-11-23 00:24:40 -05:00
Richard Feldman
da328f9e78 Fix gen tests 2020-11-23 00:24:40 -05:00
Richard Feldman
88d2ad1ffc Use roc__ prefix for exposed app functions 2020-11-23 00:24:40 -05:00
Richard Feldman
759c047b4c Add some .gitignores 2020-11-23 00:24:40 -05:00
Richard Feldman
c441471767 Add parse tests for platform headers 2020-11-23 00:08:50 -05:00
Richard Feldman
a8ae25697d Expose platform_header 2020-11-23 00:08:50 -05:00
Richard Feldman
1868051105 Allow for shorter app headers 2020-11-23 00:08:50 -05:00
Richard Feldman
ecfdadb5e3 Revert "Require packages and imports once again"
This reverts commit 119329dffc86edbb2bc0475dfcded905f0f19c04.
2020-11-23 00:08:50 -05:00
Richard Feldman
09d107e469 Require packages and imports once again 2020-11-23 00:08:49 -05:00
Richard Feldman
a7eb568267 Fix load tests 2020-11-23 00:08:49 -05:00
Richard Feldman
ce4469de80 Make packages and imports optional 2020-11-23 00:08:49 -05:00
Richard Feldman
3e01df2bcf Update parse tests to incorporate module headers 2020-11-23 00:08:49 -05:00
Richard Feldman
f5a480f799 Fix a test compilation error 2020-11-23 00:08:49 -05:00
Richard Feldman
eb6a7b51ff Use app path in output 2020-11-23 00:08:49 -05:00
Richard Feldman
a78434fd48 Finish introducing new header keywords 2020-11-23 00:08:49 -05:00
Richard Feldman
ab1be6e394 Update examples 2020-11-23 00:08:49 -05:00
Richard Feldman
c2d8205bfb Reproduce fun rustmft bug 2020-11-23 00:08:49 -05:00
Richard Feldman
06cb1d1e30
Merge pull request #728 from rtfeldman/cstr
Run Zig tests on CI, plus some str.zig revisions
2020-11-23 00:08:40 -05:00
Richard Feldman
cc8f8a7f92 Fix path in ci.yml 2020-11-22 23:29:40 -05:00
Richard Feldman
06f82e8bef Revert "Use mem::size_of instead of bytes.len()"
This reverts commit 0a4f16af0f.
2020-11-22 23:21:21 -05:00
Richard Feldman
bf142c4c58 Drop RocStr when necessary 2020-11-22 22:41:23 -05:00