Anton-4
1a8a739250
cargo test in debug mode
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-07-31 18:35:46 +02:00
Anton-4
05a61e2210
clippy + fmt
2024-06-19 12:34:10 +02:00
Jonathan Schear
ae6516d54f
Remove remaining usages of cli_testing_examples folder
2024-03-06 09:58:11 -05:00
Jonathan Schear
0b6cf5cbcc
Remove redundant cli_testing_examples folder
2024-03-05 18:37:03 -05:00
Jonathan Schear
813b0010b7
Move cli_testing_examples under crates/cli/tests
2024-03-05 12:21:29 -05:00
Anton-4
f66711d53e
re-use strip_colors
2024-02-16 16:32:46 +01:00
Anton-4
719e32e0f0
clippy
2024-02-14 18:18:16 +01:00
Anton-4
861e50a5f4
fmt, test fix
2023-12-27 16:16:09 +01:00
Anton-4
3210e87815
fixed filenames
2023-12-27 15:58:03 +01:00
Anton-4
0987be4c2d
dbg
2023-12-26 13:26:31 +01:00
Folkert
ef39bad7c6
auto clippy fixes
2023-07-10 18:27:08 +02:00
Brendan Hansknecht
9713a8d151
spell check
2023-06-11 11:06:11 -07:00
Brendan Hansknecht
b896f70ddc
ensure we always build roc when running via the helper for tests
2023-06-11 10:59:05 -07:00
David Smith
051fca2f68
Share stripping of ignorable strings in has_error
helper
2023-05-17 10:08:16 -04:00
David Smith
58cb8352bb
Consistent handling of ld chained fixup warning in cli/glue tests
2023-05-16 17:12:13 -04:00
Brendan Hansknecht
8d5f443fcd
Merge remote-tracking branch 'origin/main' into pluggable-glue
2023-03-21 11:07:47 -07:00
Anton-4
0605639fa8
fix editor test
2023-03-14 18:24:30 +01:00
Brendan Hansknecht
cb191d3788
Split utils into error and command utils
...
Error utils pulls in snafu which requires procedural macros.
This means it can't start compiling until syn and macro related crates are compiled.
This deals compiling all crates that depend on commands like running zig for the bitcode.
The split enables those crates to run sooner.
2023-03-10 09:39:43 -08:00
Brendan Hansknecht
11cccde050
clippy
2023-03-06 21:02:47 -08:00
Brendan Hansknecht
c710defa09
get glue cli tests running again
2023-03-05 12:33:46 -08:00
Folkert
f54b1f577c
split out valgrind reporting code
2022-12-30 14:54:24 +01:00
Folkert
1d260530fb
print a prettier command string
2022-12-17 22:21:00 +01:00
Folkert
6938ec62fc
display the command string in a prettier way
2022-11-16 13:58:21 +01:00
Anton-4
e9d8d13b02
windows fixes, error improvements
2022-11-16 13:55:58 +01:00
Folkert de Vries
e589dc88a3
Merge pull request #4488 from roc-lang/cli-helpers-improvement
...
cli run tests refactoring + improved errors
2022-11-08 23:54:36 +01:00
Richard Feldman
6486591201
Merge pull request #4462 from lukewilliamboswell/rust-docs
...
Rust docs update #2
2022-11-08 09:35:04 -08:00
Anton-4
0593ae8e05
cli run tests refactoring
2022-11-08 16:50:40 +01:00
Anton-4
590c61a6fd
Merge branch 'main' of github.com:roc-lang/roc into editor_launch_fix
2022-11-04 15:15:55 +01:00
Luke Boswell
f3bdb5f321
updating rust package documentation
2022-11-03 20:00:06 +11:00
Folkert de Vries
b143183ba8
Merge pull request #4442 from roc-lang/better_errors
...
centralized commands, better errors, link build command refactoring
2022-11-01 21:10:37 +01:00
Anton-4
4ec43d9964
Closes #4423 , link build command refactoring
2022-10-31 21:32:38 +01:00
Folkert
ef9f2a4bdc
search for roc.exe on windows
2022-10-30 12:51:17 +01:00
Luke Boswell
04903295f8
adding crates/README.md for rust docs
2022-10-26 14:41:25 +11:00
Anton-4
652dbde26e
editor launch fix + new test
2022-10-15 12:36:06 +02:00
Anton-4
c6ec3d5d30
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples
2022-10-07 16:00:32 +02:00
Ayaz Hafiz
73210469db
Add tests for env var passing
2022-10-05 14:36:34 -05:00
Anton-4
eaacb86ad9
Merge branch 'main' of github.com:roc-lang/roc into simplify_examples
2022-09-28 19:48:46 +02:00
Ayaz Hafiz
ca8b6a29d8
Add cli_run test for env.roc
2022-09-27 18:21:40 -05:00
Anton-4
d5dbee57d9
cli_run no macro re-write
2022-09-27 20:25:28 +02:00
Anton-4
1d9a751606
cli_run test fixes
2022-09-24 20:14:59 +02:00
Anton-4
49f7ecf551
fixed benchmarks
2022-09-20 14:30:27 +02:00
Jan Van Bruggen
2f0df1d64d
Rephrase "cross-platform" to "cross-target"
2022-09-11 10:25:02 -06:00
Brian Carroll
1a8419e9e6
cli_run: support examples with more than one path argument
2022-08-29 22:13:08 +01:00
Richard Feldman
97e2900bf5
s/rtfeldman/roc-lang/g in links to GitHub repos
2022-08-12 15:24:09 -04:00
Anton-4
11fd062a86
nix-build works
2022-07-27 14:35:39 +02:00
Richard Feldman
ed69a73786
Update glue tests
2022-07-24 11:57:01 -04:00
Richard Feldman
24216d7a97
Break cyclic dep between cli and cli_utils
2022-07-11 20:55:08 -04:00
Anton-4
eee85fa45d
moved all crates into seperate folder + related path fixes
2022-07-01 17:37:43 +02:00