Anton-4
b5f68bc020
Merge pull request #6525 from roc-lang/fix_text_contrast
...
less colors and more contrast in terminal
2024-02-20 15:46:13 +01:00
Anton-4
64113bbf72
fix expect colors
2024-02-16 17:14:49 +01:00
Anton-4
7f947ad00b
removed dbg
2024-02-16 16:34:24 +01:00
Anton-4
f66711d53e
re-use strip_colors
2024-02-16 16:32:46 +01:00
Anton-4
00d1ac0aef
removed duplicate code
2024-02-16 15:13:40 +01:00
Richard Feldman
24a38c4a26
Merge remote-tracking branch 'origin/main' into remove-nat
2024-02-11 12:26:36 -05:00
Anton-4
b2b55876d3
Merge pull request #6488 from roc-lang/forgot-old-interpolation-syntax
...
update to new interpolation syntax
2024-02-04 11:03:34 +01:00
Anton-4
930e298706
Merge pull request #6492 from roc-lang/basic-cli-8-1
...
update everything to basic-cli 0.8.1
2024-02-03 04:32:16 +01:00
Anton-4
76005451cc
update to basic-cli 0.8.1
2024-02-02 20:01:20 +01:00
Anton-4
3c7a834da1
update to new interpolation syntax
2024-02-02 13:39:10 +01:00
Folkert
41ad915c35
make an inline expect triggered by a top-level expect work
2024-02-01 13:08:01 +01:00
Richard Feldman
09574203ce
Update to basic-cli 0.8.1
2024-01-26 16:02:30 -05:00
Brendan Hansknecht
abc4fd18cc
add --fuzz
option to roc
2024-01-25 15:42:18 -08:00
Michael Pfeifer
390808eb12
Prevent roc format from reading $PWD when --stdin or --stdout options given
2024-01-24 23:48:54 +01:00
Luke Boswell
ff6a31673a
fix CI tests
2024-01-23 14:28:40 +11:00
William Barbosa
f7fac0daba
Add a test for trimmed paths
2024-01-18 08:15:02 +01:00
William Barbosa
ad3673bfe9
Improve filename visibility in error messages
2024-01-18 08:15:02 +01:00
Anton-4
6a6345eb01
Merge branch 'main' of github.com:roc-lang/roc into fix_benchmarks
2024-01-13 19:47:20 +01:00
Brian Teague
60c639b60e
Consolidate gitignore
...
Keep certain files with no file extension
Keep specific files with no file extension
Delete all gitignore files
2024-01-10 22:16:04 -05: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
Anton-4
cd632fe549
Merge branch 'main' of github.com:roc-lang/roc into clippy-1.74
2023-12-25 17:05:37 +01:00
Anton-4
52133e2d21
keep ingested_file_bytes result the same on import changes
2023-12-23 18:44:36 +01:00
Anton-4
cf96010543
update to basic-cli 0.7.1
2023-12-23 16:54:59 +01:00
Brendan Hansknecht
da301df37b
separate emitting debug info from emitting llvm-ir
2023-12-04 13:13:30 -08:00
Brendan Hansknecht
e8d2deca90
fix off by one in roc_dbg
2023-12-03 08:22:04 -08:00
Brendan Hansknecht
f4fceb232c
fix test after rebase on main
2023-12-02 21:21:10 -08:00
Brendan Hansknecht
787d7f85ac
switch dbg arg ordering to make it backwards compatible
2023-12-02 21:18:32 -08:00
Brendan Hansknecht
546e0778c4
update dbg cli test
2023-12-02 21:18:32 -08:00
Brendan Hansknecht
6134ce0a3b
update inspect_logging test case
2023-12-02 21:18:32 -08:00
Brendan Hansknecht
13d2238536
update roc_dbg in platforms
2023-12-02 21:18:31 -08:00
Ayaz
aaba3f4d82
Merge branch 'main' into clippy-1.74
2023-12-02 20:09:06 -06:00
Brendan Hansknecht
5dd0bdebc9
support seamless slice in expects
2023-12-02 15:57:53 -08:00
Anton-4
dc37b7a31d
Merge pull request #6132 from roc-lang/use-basic-cli-7
...
use latest basic-cli
2023-12-01 16:37:04 +01:00
Anton-4
b4506a4dac
Merge pull request #6095 from CrepeGoat/patch-1
...
Fixed `roc format --stdin --stdout` to format output
2023-12-01 15:27:05 +01:00
Anton-4
cc8966e37d
Update ingested_file_bytes test
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-12-01 12:49:31 +01:00
Anton-4
a050933955
use latest basic-cli
2023-12-01 12:33:09 +01:00
Brendan Hansknecht
3e66254b25
update zig and rust platforms to have correct roc_panic and roc_dbg
2023-11-29 21:49:34 -08:00
Brendan Hansknecht
f5fb01fd53
Get tests passing
...
Add roc_dbg to some platforms.
Also start updating some roc_panic impls.
2023-11-29 21:05:49 -08:00
Brendan Hansknecht
e6cc43492a
rip out old dbg and setup reasonable base debug location info
2023-11-29 21:05:49 -08:00
Becker A
1cf2a4e738
Merge branch 'main' into patch-1
2023-11-29 18:17:02 -07:00
Brendan Hansknecht
77e55c88bf
update cli logging test
2023-11-28 16:40:43 -08:00
Becker A
714404b081
Fixed roc format --stdin --stdout
to format output
...
fixes #6088
Signed-off-by: Becker A. <awqatty.b@gmail.com>
2023-11-26 01:14:46 -07:00
Brendan Hansknecht
03b3b4e341
add check tests to avoid basic-cli files going stale
2023-11-20 19:33:23 -08:00
Brendan Hansknecht
ffda01e80b
update all examples to basic-cli version and mark broken examples
2023-11-20 15:36:15 -08:00
Brendan Hansknecht
f727aea875
Remove stale copy of basic-cli from the repo
...
It is outdated and source of bugs for users.
There should only exist one form of basic-cli.
There are still plently of local platforms if we need them for testing.
On top of that, more can be added to cli_test_examples if needed.
2023-11-20 14:59:13 -08:00
Folkert
eda9681982
final fixes
2023-11-18 23:10:21 +01:00
Folkert
c019ced31d
various
2023-11-18 23:05:55 +01:00
Brendan Hansknecht
2a385839fe
deal with system target
2023-11-06 09:31:22 -08:00