Commit Graph

175 Commits

Author SHA1 Message Date
Jan Van Bruggen
a2f2434d71 Rename hello-world to hello-c 2022-03-07 19:59:30 -07:00
Anton-4
4da491cf93
added rust-toolchain.toml 2022-03-07 11:32:38 +01:00
Brian Carroll
0464da84c0 Rename CLI --backend to --target since that's what it has always meant 2022-03-05 14:22:59 +00:00
Folkert
48d0286b8a
bump version on CI 2022-03-02 21:39:23 +01:00
Brian Carroll
86aec0dbe2 Earthfile: move wasm REPL test command back to the script 2022-02-27 17:03:39 +00:00
Brian Carroll
8290fbfb1b Earthfile: override RUSTFLAGS when building wasm target 2022-02-27 12:33:32 +00:00
Brian Carroll
16ba9f2d57 Inline repl_test/test_wasm.sh into Earthfile for better reporting 2022-02-27 11:29:37 +00:00
Brian Carroll
cae455b2bb Try to get wasm-pack install to find openssl 2022-02-26 22:45:45 +00:00
Brian Carroll
fcf0e0b987 Earthfile: move ssl install before wasm-pack 2022-02-26 21:00:20 +00:00
Brian Carroll
09b3ef90c4 Earthfile: install dependencies for Wasm REPL tests 2022-02-26 14:34:58 +00:00
Brian Carroll
97fe32a018 repl_test: add REPL wasmer tests to CI 2022-02-26 13:13:57 +00:00
rvcas
ed49ff4e21
feat(zig/ci): switch to 0.9.1 2022-02-15 00:23:42 -05:00
rvcas
485cb67040
pull zig 0.10.0-dev.691+16ec848d2 2022-02-12 22:59:16 -05:00
rvcas
0124e4d4b1
Merge branch 'trunk' into update_zig_09 2022-02-09 18:42:24 -05:00
Brian Carroll
3c07066ace repl: update Earthfile for new packages 2022-02-02 23:55:00 +00:00
Brian Carroll
ad4318f1ff Merge branch 'trunk' of github.com:rtfeldman/roc into repl-packages 2022-02-01 11:16:37 +00:00
Anton-4
e7918e7d8a
nix: update old rust, use nix 21.11, update to zig 0.8.1 2022-01-31 14:59:01 +01:00
Brian Carroll
e168adfdf8 repl: update Earthfile 2022-01-30 09:12:52 +00:00
Mats Sigge
71f359fbdc Move macros from roc_reporting to new roc_error_macros module
The `internal_error!` and `user_error!´ macros can't be used everywhere
when they live in `roc_reporting` due to circular dependencies.
2022-01-23 18:40:04 +01:00
rvcas
9031bccbb7 fix(zig): update the zig download in CI 2021-12-23 15:39:45 -05:00
Folkert
56f51fba3f bump CI rust version 2021-12-05 15:29:25 +01:00
Anton-4
7d49d2a224
set cpu-target for maximal compatibility
Issues with virtual machines inside windows require us to use the most basic CPU instructions.
2021-12-05 11:40:19 +01:00
Anton-4
b070637921
Make nightly distibution compatible with most CPUs 2021-12-02 11:11:00 +01:00
Joshua Warner
fdeafe4bab Make assert output more understandable 2021-11-30 17:48:24 -08:00
Anton-4
9872851a90
require Cargo.lock to be up to date 2021-11-20 10:22:26 +01:00
Callum Dunster
f972098e70 Move reporting module into root. 2021-11-16 19:58:21 +01:00
Anton-4
0e3763b91b
Merge branch 'trunk' into cli_improvements 2021-11-09 17:37:06 +01:00
Anton-4
46a09d81e8 cli improvements, added examples to nightly package 2021-11-09 17:25:18 +01:00
Brendan Hansknecht
5f3b7e1267 minor earthfile clean 2021-11-08 19:55:17 -08:00
Brendan Hansknecht
1bedecf5e1 Update earthfile to run backend tests behind features 2021-11-08 19:41:31 -08:00
Brendan Hansknecht
99bb0155a5 Add cli_utils to earthfile 2021-11-07 20:11:36 -08:00
Brian Carroll
c8d5f20d57 Try running test_wasm single-threaded to avoid CI build failures 2021-11-07 16:06:55 +00:00
Anton-4
a97a972982
Merge branch 'trunk' into nix_M1_fix_v2 2021-11-05 13:13:45 +01:00
Anton-4
8580fb41a1 put editor sound behind feature 2021-11-05 12:27:17 +01:00
Brendan Hansknecht
492a2ca70e Update testing features 2021-11-04 23:27:07 -07:00
Anton-4
9af09273b3 update to rust 1.56.1 2021-11-02 14:10:01 +01:00
Anton-4
45df20cb17 can now convert builtin calls to markup 2021-10-26 16:43:03 +02:00
Anton-4
ae136f1a0e print nightly version with commit after release 2021-10-23 19:53:39 +02:00
Anton-4
a035e58ead set up nightly release publishing 2021-10-22 19:42:41 +02:00
Anton-4
a9e472df96 Merge branch 'trunk' of github.com:rtfeldman/roc into editor_sound 2021-10-05 16:53:18 +02:00
Anton-4
fd8167113f
Merge branch 'trunk' into crate-expr2-markupnode 2021-10-04 09:25:59 +02:00
Richard Feldman
e3a8d436cf
Merge pull request #1607 from rtfeldman/editor-let-value
file loading/saving/running, headers, top level defs
2021-10-03 15:45:08 -05:00
Anton-4
f4ea4e4ad7 just want to run tests 2021-10-03 17:26:11 +02:00
Anton-4
9c2b334be7 fmt, added libasound2-dev to Earthfile 2021-09-29 15:02:23 +02:00
Anton-4
01c731fd93 forgot about utils 2021-09-26 10:26:01 +02:00
Anton-4
142841ebd8 copy ast and code_markup folders inside earthly 2021-09-26 10:23:12 +02:00
Anton-4
bae7a12e9e Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value 2021-09-24 11:52:27 +02:00
Anton-4
35b8159c8b
Merge branch 'trunk' into editor-let-value 2021-09-20 11:15:25 +02:00
Anton-4
7416cf5186 fix typo, only check typos in spellcheck step 2021-09-11 13:46:15 +02:00
Anton-4
35ca4c7723 Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value 2021-09-10 12:10:50 +02:00
Brendan Hansknecht
c711755fad Add linker to Eartfile 2021-09-08 16:22:42 -07:00
Anton-4
5e411bdda3 fix unable to find library -lxkbcommon 2021-09-07 20:05:47 +02:00
Anton-4
deabab11fc Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value 2021-09-07 17:05:16 +02:00
Anton-4
f3d261dc6c Merge branch 'trunk' of github.com:rtfeldman/roc into linux-32-cli-tests 2021-09-05 14:56:52 +02:00
Anton-4
792b6cb6cb
update earthfile to use debian bullseye, don't install valgrind from source 2021-09-05 13:31:58 +02:00
Folkert
17ae804269 run i386 tests... 2021-09-04 15:59:26 +02:00
Folkert
8461166cd2 fix typo 2021-09-04 15:32:57 +02:00
Folkert
cdc61817f2 fix cargo run invocation 2021-09-04 14:27:40 +02:00
Folkert
6beff62ece add i386 tests to earthfile 2021-09-04 13:55:22 +02:00
Anton-4
3397d780b8 Merge branch 'trunk' of github.com:rtfeldman/roc into editor-let-value 2021-09-03 14:44:21 +02:00
Folkert
5946215646 attempt to pre-build benchmark host 2021-08-31 12:48:50 +02:00
Richard Feldman
2081c0bff2 Drop C++ from installation scripts 2021-08-29 16:59:43 -04:00
Anton-4
3152f467ba removed cargo-chef 2021-08-24 12:34:22 +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
Anton-4
a1971ead6e Merge branch 'trunk' of github.com:rtfeldman/roc into no-unnecessary-benches 2021-08-03 10:12:51 +02:00
Anton-4
1c8b09a43f
Use unforked cargo-criterion
cargo-criterion fixed critical issues, so I no longer need to use the fork.
2021-08-02 18:34:29 +02:00
Folkert
981e026a58 lower version of typos-cli 2021-07-30 16:57:43 +02:00
Anton-4
c4e8d1c650 make earthly use docker image for rust 1.53 2021-07-14 10:29:25 +02:00
Anton-4
de4d311944 LetValue progress 2021-07-12 19:31:07 +02:00
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
119d8bc061 Merge branch 'regression_testing' of github.com:rtfeldman/roc into regression_testing 2021-06-11 15:38:47 +02:00
Anton-4
13e585d5ef final touches 2021-06-11 15:38:31 +02:00
Anton-4
3144d59551
Merge branch 'trunk' into regression_testing 2021-06-11 14:55:49 +02:00
Anton-4
a09fb75e7c put build-arg in correct position 2021-06-09 19:14:44 +02:00
Anton-4
5e4fc1dc2f now executing benchmarks outside earthly 2021-06-09 18:52:34 +02:00
Anton-4
39a81abc95 can't test with trunk 2021-06-08 18:09:47 +02:00
Anton-4
ff7755c94c
Clean benchmark run 2021-06-08 17:36:22 +02:00
Anton-4
799cc39397
Merge branch 'trunk' into regression_testing 2021-06-08 17:08:04 +02:00
Richard Feldman
d2ff1d735d
Merge branch 'trunk' into update_zig 2021-06-07 22:25:44 -04:00
Richard Feldman
5010ec5958 Use vanilla llvm-as in Earthfile 2021-06-07 22:22:24 -04:00
Richard Feldman
571401f0ca
Merge pull request #1392 from rtfeldman/edit
Add a CI step to verify no untracked git changes
2021-06-07 22:12:01 -04:00
Richard Feldman
8e19b8ecbb
Merge branch 'trunk' into update_zig 2021-06-07 21:43:31 -04:00
Richard Feldman
024c66685b Verify no git changes at the end of CI run 2021-06-07 21:26:10 -04:00
Anton-4
89edd75aeb Added regression testing using github actions and earthly 2021-06-07 20:49:13 +02:00
Folkert
032c509c0d bump llvm version 2021-06-07 20:31:12 +02:00
Folkert
773f794a47 Merge remote-tracking branch 'origin/trunk' into update_zig 2021-06-07 18:41:21 +02:00
rvcas
7235e48837 feat: update zig to 0.8.0 in the Earthfile 2021-06-07 10:17:42 -04:00
Anton-4
8a8bbfd10b fixed dir copying issue, added earthignore, fixed typos, set up typo checking for CI 2021-06-07 14:55:35 +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
314503cf7f fixed typos, added typos checking to CI 2021-06-05 20:02:54 +02:00
Anton-4
3acd9d1396 stackoverflow fix + cargo criterion fix 2021-06-05 16:42:06 +02:00
Anton-4
4beac319bc Run benchmarks for longer, added README to benchmarks 2021-06-04 20:00:45 +02:00
Anton-4
93a77f0518 adapted safe-earthly script to be capable of running benchmarks 2021-06-02 14:36:53 +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
05645088b7 run benchmarks with input 2021-05-28 15:08:46 +02:00
Anton-4
07ad061ac0 fixed iai benchmarks 2021-05-19 14:32:59 +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
c213ad1909 github actions setup for benchmarks 2021-05-17 19:44:03 +02:00
rvcas
95da2a246d chore(ci): update rust version in the Earthfile 2021-05-07 07:43:13 -04:00
Richard Feldman
122410df85 Use Rust 1.51 in Earthfile 2021-03-26 08:48:26 -04:00