Commit Graph

132 Commits

Author SHA1 Message Date
Anton-4
ced9fdec3a
also copy over repl_wasm 2022-05-02 15:34:00 +02:00
Anton-4
16fbaf14a1
Earthly: copy over www folder 2022-05-02 13:02:20 +02:00
Richard Feldman
2dcd0f4d2b
Generate builtin docs in Earthfile 2022-05-01 20:57:18 -04:00
Folkert
295764420d
disable 32-bit linux tests (until zig 0.9) 2022-03-30 23:57:48 +02:00
Folkert
c73c01aa34
Merge remote-tracking branch 'origin/trunk' into list-str-capacity 2022-03-30 14:07:17 +02:00
Brian Carroll
7da00924da Add target wasm32-wasi to CI, for repl_test 2022-03-27 10:37:34 +01:00
Brian Carroll
22ccadccc9
Merge pull request #2699 from rtfeldman/wasm-zig-tests
Run Zig builtin tests on Wasm too
2022-03-19 20:36:54 +00:00
Brian Carroll
b57c0ee6bf CI: Run Zig builtin tests on wasm as well as host 2022-03-12 08:09:23 +00:00
Anton-4
a24529646c
Merge branch 'trunk' of github.com:rtfeldman/roc into new-syntax-highlight 2022-03-09 09:26:56 +01:00
Anton-4
a4d59ae0e7
don't let earthly forget about highlight folder 2022-03-08 15:43:04 +01:00
Jan Van Bruggen
6ea8df5e16 Consolidate all Hello World examples into one dir 2022-03-07 20:00:05 -07:00
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
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
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