Sam Mohr
|
7c7485bb04
|
Merge pull request #7005 from smores56/deprecate-backpassing
Deprecate backpassing to prepare for eventual removal
|
2024-08-18 08:08:29 -04:00 |
|
Luke Boswell
|
f92974cf62
|
use legacy linker in tests
|
2024-08-18 16:44:51 +10:00 |
|
Luke Boswell
|
4e6178ce55
|
move valgrind configuration into Run builder
|
2024-08-18 16:41:20 +10:00 |
|
Luke Boswell
|
0e917be911
|
add LEGACY LINKER conditional for test runs
|
2024-08-18 16:27:30 +10:00 |
|
Luke Boswell
|
93a4c58798
|
fix cli tests - mainly wasm and i386
|
2024-08-18 16:12:16 +10:00 |
|
Luke Boswell
|
cd955fdb7a
|
remove check_compile_error, fix cli tests
|
2024-08-18 15:40:41 +10:00 |
|
Agus Zubiaga
|
50efed6612
|
Add dynamic param test
|
2024-08-17 16:35:48 -03:00 |
|
Agus Zubiaga
|
50887e6265
|
Capture params in nested defs
|
2024-08-17 16:13:44 -03:00 |
|
Agus Zubiaga
|
bcd8e7e28a
|
Lower top-level fn calls in home module with params
|
2024-08-17 13:44:19 -03:00 |
|
Agus Zubiaga
|
07ec24502e
|
Lower top-level value references in home module with params
|
2024-08-17 13:25:17 -03:00 |
|
Agus Zubiaga
|
e80e3e5b2d
|
Convert top-level value def to fn taking params
|
2024-08-17 11:21:21 -03:00 |
|
Luke Boswell
|
ac78d393f9
|
Merge remote-tracking branch 'remote/main' into rebuild-platform
|
2024-08-17 17:43:35 +10:00 |
|
Sam Mohr
|
f9008c3af0
|
Fix broken CLI tests
|
2024-08-16 23:37:31 -07:00 |
|
Sam Mohr
|
50f6e11423
|
Deprecate backpassing to prepare for eventual removal
|
2024-08-16 22:36:04 -07:00 |
|
Agus Zubiaga
|
1dd7e0b41f
|
Test passing function through module params
|
2024-08-17 01:15:26 -03:00 |
|
Agus Zubiaga
|
97ddae7e3d
|
Lower params when calling imported functions
|
2024-08-17 01:03:34 -03:00 |
|
Sam Mohr
|
b1a972ab21
|
Implement &foo record updater syntax sugar
|
2024-08-16 01:41:59 -07:00 |
|
Luke Boswell
|
767ec7af84
|
cli run tests passing on macos
|
2024-08-16 17:59:53 +10:00 |
|
Luke Boswell
|
c3785a2def
|
fix more tests
|
2024-08-16 16:45:04 +10:00 |
|
Luke Boswell
|
fa4016615c
|
move tui example into cli tests
|
2024-08-16 16:23:04 +10:00 |
|
Luke Boswell
|
8ad81986b4
|
move effects cli test
|
2024-08-16 16:19:05 +10:00 |
|
Luke Boswell
|
0256c4e8f5
|
move false interpreter into cli tests
|
2024-08-16 14:50:55 +10:00 |
|
Luke Boswell
|
6ab0de12d8
|
fix benchmark tests
|
2024-08-16 14:01:05 +10:00 |
|
Luke Boswell
|
5c8eb4f562
|
rename cli to basic-cli
|
2024-08-16 13:48:30 +10:00 |
|
Luke Boswell
|
894e4d1143
|
make clippy happy again
|
2024-08-16 13:45:38 +10:00 |
|
Luke Boswell
|
7ce9ecd32d
|
WIP improve cli tests
|
2024-08-16 13:41:58 +10:00 |
|
Luke Boswell
|
d2fbf86fad
|
format test files, upgrade some tests
|
2024-08-16 12:33:43 +10:00 |
|
Luke Boswell
|
c8522c246f
|
WIP upgrade cli tests transitive-deps
|
2024-08-16 12:16:24 +10:00 |
|
Luke Boswell
|
804cb6e067
|
WIP upgrade cli test packages fixture tests
|
2024-08-16 12:10:22 +10:00 |
|
Luke Boswell
|
0767115414
|
WIP refactor to build test platform once per test run
|
2024-08-16 12:05:47 +10:00 |
|
Luke Boswell
|
9ecb209f73
|
add suppress warning flag, remove test test_roc_app_slim
|
2024-08-16 11:29:39 +10:00 |
|
Sam Mohr
|
fdacdbe5ef
|
Re-ignore false interpreter test on Windows
|
2024-08-15 07:55:02 -07:00 |
|
Luke Boswell
|
64cc816e51
|
WIP all the roc_cli tests passing, woo
|
2024-08-15 18:14:48 +10:00 |
|
Luke Boswell
|
014514ac69
|
WIP more passing roc_cli tests
|
2024-08-15 17:58:11 +10:00 |
|
Luke Boswell
|
6276cc7b58
|
WIP more cli_run tests passing
|
2024-08-15 17:08:49 +10:00 |
|
Sam Mohr
|
fc5a53a08a
|
Enable false-interpreter test
|
2024-08-14 23:26:42 -07:00 |
|
Sam Mohr
|
0733863a81
|
Prefer false-interpreter for ? desugaring example
|
2024-08-14 23:23:45 -07:00 |
|
Sam Mohr
|
4870f56a18
|
Update args.roc test to use ? sugar
|
2024-08-14 22:21:53 -07:00 |
|
Luke Boswell
|
29289694b5
|
restore one test
|
2024-08-15 14:34:00 +10:00 |
|
Sam Mohr
|
550baded7f
|
Merge branch 'main' into rebuild-platform
|
2024-08-14 19:39:30 -07:00 |
|
Luke Boswell
|
3662c90346
|
WIP get things compiling... hacks everywhere beware
|
2024-08-15 11:50:10 +10:00 |
|
Sam Mohr
|
7e72541a79
|
Merge branch 'main' into builtin-task
|
2024-08-12 23:12:38 -07:00 |
|
Sam Mohr
|
698bbc3cf1
|
Merge pull request #6968 from smores56/ignored-record-builder-fields
Ignore underscore-prefixed fields in record builders
|
2024-08-06 23:36:27 -07:00 |
|
Sam Mohr
|
cb8040f629
|
Ignore underscore-prefixed fields in record builders
|
2024-08-06 22:49:35 -07:00 |
|
Luke Boswell
|
8596db2055
|
fix test
|
2024-08-07 08:51:08 +10:00 |
|
Agus Zubiaga
|
7027547182
|
Load platform dependencies
We were dropping packages from the platform header while loading.
Closes #6931
|
2024-08-06 18:15:28 -03:00 |
|
Sam Mohr
|
8288af3156
|
Merge branch 'main' into builtin-task
|
2024-07-31 13:36:32 -07:00 |
|
Anton-4
|
d23426ac47
|
Merge pull request #6941 from roc-lang/improve-tip
improve opaque types tip
|
2024-07-31 13:48:51 +02:00 |
|
Anton-4
|
30a76a092b
|
improve opaque types tip
|
2024-07-30 16:06:23 +02:00 |
|
Luke Boswell
|
eca453d07f
|
Merge remote-tracking branch 'remote/main' into builtin-task
|
2024-07-29 16:05:51 +10:00 |
|