Commit graph

305 commits

Author SHA1 Message Date
Richard Feldman
0e6054ec3a Run cli_tests in parallel 2021-07-20 23:55:09 -04:00
Richard Feldman
ea08a19045 Move multi-dep tests back into their own tests 2021-07-20 07:23:30 -04:00
Richard Feldman
c2e1b52008 Don't try to run examples/tea in cli_run 2021-07-20 07:23:18 -04:00
Richard Feldman
78e762a270 Remove examples/shared-quicksort for now 2021-07-20 07:15:42 -04:00
Richard Feldman
37e67e58a3 Remove examples/task for now 2021-07-20 07:14:39 -04:00
Richard Feldman
e0c89e1208 Fix missing stdin values in cli_run 2021-07-20 07:13:00 -04:00
Richard Feldman
660faa3bf1 Remove examples/custom-malloc for now 2021-07-20 07:12:25 -04:00
Richard Feldman
087752175c Disable testing examples/cli for now 2021-07-19 22:47:18 -04:00
Richard Feldman
1e9a5420c8 Fix some cli_run expectations 2021-07-19 22:47:18 -04:00
Richard Feldman
f938c71272 Fix some incorrect branch merge stuff 2021-07-19 22:46:59 -04:00
Richard Feldman
c4616b6da8
Merge branch 'trunk' into run-all-examples 2021-07-19 22:29:25 -04:00
Folkert
8eb0c6fbb8 fix example 2021-07-19 22:19:55 +02:00
Richard Feldman
c9703e34fe Merge remote-tracking branch 'origin/trunk' into examples 2021-07-17 20:08:47 -04:00
Richard Feldman
cbde321538 Run all examples in cli_run 2021-07-17 19:26:34 -04:00
Richard Feldman
841895dff0 Fix tests 2021-06-21 22:49:30 -04:00
Folkert
e85ddc3506 fix examples 2021-06-07 20:29:16 +02:00
Richard Feldman
57676057fa Rename gen to gen_llvm
This way, we have gen_dev and gen_llvm representing the two
different compiler backends.
2021-06-06 07:56:47 -04:00
Anton-4
d1948d99d0 Merge branch 'trunk' of github.com:rtfeldman/roc into benchmarks 2021-06-02 10:56:30 +02:00
Folkert
08a3b43649 remove inaccurate comments 2021-05-31 23:18:39 +02:00
Anton-4
05645088b7 run benchmarks with input 2021-05-28 15:08:46 +02:00
Anton-4
6db9247509 setup for all benchmarks except quicksort 2021-05-26 19:51:18 +02:00
Richard Feldman
0b3715ebee Rearrange arg order for roc_alloc etc 2021-05-24 21:01:12 -04:00
Richard Feldman
7d7588ca19 Merge remote-tracking branch 'origin/trunk' into roc_alloc 2021-05-24 20:10:26 -04:00
Folkert
fbb711b2ca Merge remote-tracking branch 'origin/trunk' into specialize-lowlevel 2021-05-24 15:11:40 +02:00
Richard Feldman
18df7fd24f Make alignment be a u32 2021-05-23 23:46:09 -04:00
Richard Feldman
24e22bc31b Have roc_alloc return a nullable pointer 2021-05-23 23:46:09 -04:00
Richard Feldman
06cc873c0a Fix cli_run tests 2021-05-23 23:46:09 -04:00
Richard Feldman
7a408e44da s/Pkg-Config/Package-Config/g 2021-05-22 15:29:18 -04:00
Folkert
955d39a91e re-enable tests 2021-05-20 22:38:37 +02:00
Folkert
87b9f866d3 WIP fixing the borrowing in HOFs 2021-05-19 15:28:20 +02:00
Anton-4
8d0d1a0758 put cli helpers in cli_utils crate, added bench_utils.rs for sharing functions between benchmarks, added iai benchmarks 2021-05-18 18:48:59 +02:00
Anton-4
9a50ba37ce criterion benchmarks for examples/benchmarks, moved cli helpers 2021-05-17 17:15:10 +02:00
Folkert
691fa56d50 make repl evaluate 0-argument thunk 2021-05-16 00:23:04 +02:00
Folkert
c5759d36b3 update hosts 2021-05-15 00:34:32 +02:00
Folkert
180d162b13 Revert "update hosts"
This reverts commit 0bcedb53a3.
2021-05-15 00:33:11 +02:00
Folkert
0bcedb53a3 update hosts 2021-05-15 00:32:42 +02:00
Folkert
04fd250fe5 report more info on assert fail 2021-05-01 20:17:37 +02:00
Richard Feldman
60be120fc1 Rename COPYRIGHT_DETAILS to LEGAL_DETAILS
Turns out GitHub's `Licensee` gem treats any file with the word
"copyright" in it as a potential license, and therefore doesn't
recognize and list Roc's license as UPL-1.0 because it thinks
there might be two licenses or something.

d274e47c71/lib/licensee/project_files/license_file.rb (L26)
2021-04-22 21:52:07 -04:00
Richard Feldman
f34a75f26e Rename COPYRIGHT file to COPYRIGHT_DETAILS
This way, GitHub's license finder doesn't get confused.
(They use the `Licensee` Ruby gem, which looks for files like
LICENSE, which we have, but also COPYRIGHT - and it apparently
gets confused if it sees both.)
2021-04-22 21:41:11 -04:00
Richard Feldman
a11b849d45 Reference the COPYRIGHT file inline 2021-04-21 19:24:45 -04:00
Folkert
c68cd2fb2d fix and test 2021-04-14 22:03:03 +02:00
Richard Feldman
f1ddf775cb Use a constant for RocCallResult tag size 2021-04-11 09:44:59 -04:00
Folkert
ae17399741 fix issue 2021-04-11 15:29:51 +02:00
Richard Feldman
50638d5c41 Address a panic warning 2021-03-26 08:45:34 -04:00
Richard Feldman
4023416c50 Don't use valgrind in macOS tests 2021-03-14 22:31:32 -04:00
Richard Feldman
ce6969d31f Only do the compiler_rt workaround on macOS 2021-03-14 22:31:32 -04:00
Chadtech
7d78de110b Added comptime import compiler_rt to several host.zig files 2021-03-14 22:31:32 -04:00
Folkert
426dcc2561 adjust cli tests 2021-03-03 22:40:17 +01:00
Folkert de Vries
869d3d18d0
Merge branch 'trunk' into bytes 2021-02-26 12:14:52 +01:00
Folkert
75ee81db88 fix base64 test output 2021-02-24 21:27:02 +01:00