Luke Boswell
eca453d07f
Merge remote-tracking branch 'remote/main' into builtin-task
2024-07-29 16:05:51 +10:00
Luke Boswell
7ba44a5cd0
remove gui and swift examples
2024-07-21 19:50:04 +10:00
Luke Boswell
b489c44b19
Merge remote-tracking branch 'remote/main' into builtin-task
2024-07-19 19:51:50 +10:00
Anton-4
3a36d84c45
update to basic-cli 0.12
2024-07-10 20:07:03 +02:00
Sam Mohr
fe1b6d71fc
Update from PR comments
2024-07-07 18:33:20 -07:00
Sam Mohr
cd488300fd
Merge branch 'main' into builtin-task
2024-06-26 03:17:56 -07:00
Sam Mohr
5ea6a8bdcd
Fix all tests that don't depend on basic-cli
2024-06-26 02:51:16 -07:00
Agus Zubiaga
c36595e60d
Load packages of packages
2024-06-25 21:29:21 -03:00
Sam Mohr
700c7ae9aa
Add Task as a built-in module/type
2024-06-25 00:03:56 -07:00
Agus Zubiaga
0283bd1d24
UNKNOWN PACKAGE -> UNRECOGNIZED PACKAGE rename
2024-06-08 18:34:45 -03:00
Agus Zubiaga
ec55caa77a
Custom reporting for unknown package when checking a module directly
2024-06-08 18:29:30 -03:00
Agus Zubiaga
2da7ea394b
Add --main flag to specify app/package to resolve deps from
2024-06-07 17:09:44 -03:00
Anton-4
0fb807209b
undo hello world move
2024-05-26 18:58:52 +02:00
Anton-4
08799ea41c
Merge pull request #6769 from roc-lang/replace-site-gen-platform
...
Remove static-site-gen example and replace website with basic-ssg release
2024-05-22 16:18:04 +02:00
Luke Boswell
7962ee1e63
remove linux only breakout tests
2024-05-22 14:06:17 +10:00
Luke Boswell
b775c0e509
move parser cli tests
2024-05-22 13:44:37 +10:00
Luke Boswell
28b6dc11be
move hello world
2024-05-22 13:37:06 +10:00
Luke Boswell
64dba6332d
move argsBROKEN.roc test
2024-05-22 13:35:43 +10:00
Luke Boswell
7cbee42c2c
move ingested-file-bytes.roc test
2024-05-22 13:34:41 +10:00
Luke Boswell
b3f8c4dfd9
move ingested-file-bytes-no-ann.roc test
2024-05-22 13:32:49 +10:00
Luke Boswell
e9c50de4b4
move http-get test
2024-05-22 13:30:47 +10:00
Luke Boswell
3d4bd68580
move file test
2024-05-22 13:29:46 +10:00
Luke Boswell
bb6fb26525
move form test
2024-05-22 13:28:44 +10:00
Luke Boswell
7cff0575b9
move env test
2024-05-22 13:25:54 +10:00
Luke Boswell
eb3ff714cd
move echo test
2024-05-22 13:24:09 +10:00
Luke Boswell
0b9c2b4f42
move countdown test
2024-05-22 13:22:58 +10:00
Luke Boswell
6d90a4c3c1
move ingested-file test
2024-05-22 13:21:15 +10:00
Luke Boswell
d826ac4a40
remove static-site-gen from cli_run tests
2024-05-22 13:15:42 +10:00
Agus Zubiaga
3c52edd0a0
Add ingested file no ann test
2024-05-05 17:00:05 -03:00
Agus Zubiaga
e3b600c282
New package
header syntax
...
Implements the new package header syntax as discussed in Zulip [1].
package [Csv] {
parser: "../parser/main.roc"
}
Old headers still parse and are automatically upgraded to the new
syntax by the formatter.
[1] 418444862
2024-05-01 10:49:03 -03:00
Agus Zubiaga
8dedd9f03c
New app
header syntax
...
Implements the new app header syntax as discussed in Zulip [1].
app [main] {
cli: platform "../platform/main.roc",
json: "../json/main.roc"
}
Old headers still parse and are automatically upgraded to the new
syntax by the formatter.
[1] 418444862
2024-05-01 10:49:01 -03:00
Agus Zubiaga
eb8ef6241e
Merge branch 'main' into inline-imports
2024-05-01 10:25:17 -03:00
Richard Feldman
7fcf13d14b
Update some tests to use !
2024-04-28 11:26:37 -04:00
Anton-4
3742ef5f42
update basic-cli links to 0.10
2024-04-28 12:45:31 +02:00
Agus Zubiaga
a8a829aadd
Merge branch 'main' into inline-imports
2024-04-28 00:11:29 -03:00
Richard Feldman
052862e0c6
Fix some unused warnings
2024-04-26 22:20:23 -04:00
Agus Zubiaga
6fffaa6dda
Restore disabled roc_cli cli_file_check test
2024-04-23 19:00:10 -03:00
Agus Zubiaga
f69bc2e46f
Merge branch 'main' into inline-imports
2024-04-23 18:57:20 -03:00
Anton-4
29e59dfec9
upgrade to basic-cli 0.9.1
2024-04-23 19:06:33 +02:00
Agus Zubiaga
7ebfc6d06d
Support both inline and header imports
...
Load will now convert header imports to inline import defs, so that
we can support both temporarily.
2024-04-20 19:04:09 -03:00
Agus Zubiaga
3217e5a3f0
Allow dots in import module names
...
We found some issues with the private submodules part of the proposal [1],
and we decided to keep module directories for now.
[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit#heading=h.x84bh32l37em
2024-04-20 12:33:02 -03:00
Anton-4
e4e1d7116c
update to basic-cli 0.9.0
2024-04-13 12:28:16 +02:00
Jonathan Schear
72916dfdf8
Add --verbose flag, move per-module test results behind it
2024-03-13 16:59:06 -04:00
Anton-4
76c47c5d6f
stylistic improvements
2024-03-09 20:47:19 +01:00
Jonathan Schear
71b97572ae
Add test for transitive expects
2024-03-08 14:56:36 -05:00
Jonathan Schear
06daaa06ae
Add transitive expects test roc files
2024-03-08 14:56:36 -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
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
7f947ad00b
removed dbg
2024-02-16 16:34:24 +01:00