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
Agus Zubiaga
3c52edd0a0
Add ingested file no ann test
2024-05-05 17:00:05 -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
057a18573a
New module
header
...
Implements the new `module` header syntax as described in "module and package changes" [1]:
```
module [Request, Response, req]
```
The old syntax should still work fine, and is automatically upgraded to the new one
when running `roc format`.
[1] https://docs.google.com/document/d/1E_77fO-44BtoBtXoVeWyGh1xN2KRTWTu8q6i25RNNx0/edit
2024-05-01 10:39:12 -03:00
Anton-4
9d28e70cdc
all fixed
2024-04-28 18:27:59 +02:00
Anton-4
6c97407033
fix ingested file bytes example
2024-04-28 18:13:42 +02:00
Anton-4
b044f588c0
fix some cli run check tests
2024-04-28 18:08:34 +02:00
Richard Feldman
87d19c664b
Update more examples to use !
2024-04-28 11:35:25 -04:00
Richard Feldman
1c83abcb03
Remove type annotations on CLI examples
2024-04-28 08:35:40 -04:00
Anton-4
3742ef5f42
update basic-cli links to 0.10
2024-04-28 12:45:31 +02:00
Anton-4
29e59dfec9
upgrade to basic-cli 0.9.1
2024-04-23 19:06:33 +02:00
Anton-4
8f71844c3e
fix example, update mono
2024-04-13 14:26:17 +02:00
Anton-4
e4e1d7116c
update to basic-cli 0.9.0
2024-04-13 12:28:16 +02: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
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
Richard Feldman
fb84c9487d
Remove Num.Natural, Num.toNat, and Num.toNatChecked
2024-01-26 16:23:20 -05:00
Richard Feldman
47561266d4
Update False interpreter to not use Nat
2024-01-26 16:06:07 -05:00
Richard Feldman
09574203ce
Update to basic-cli 0.8.1
2024-01-26 16:02:30 -05:00
Brendan Hansknecht
f9c0d54688
Stop using "rlib"
...
I don't know if this matters at all, but I don't think we should use "rlib".
The [rust docs](https://doc.rust-lang.org/reference/linkage.html ) suggest using "lib" by default.
"lib" probably just aliases to "rlib", but it lets the compiler pick what it wants.
I don't think this will fix anything, but I am half hopeful it will somehow fix #6121 .
2024-01-16 22:36:10 -08: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
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
787d7f85ac
switch dbg arg ordering to make it backwards compatible
2023-12-02 21:18:32 -08:00
Brendan Hansknecht
13d2238536
update roc_dbg in platforms
2023-12-02 21:18:31 -08: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
0277024450
remove file try 2
2023-11-20 19:28:02 -08:00
Brendan Hansknecht
80644edce4
roc format and remove accidental file
2023-11-20 17:55:47 -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
Brendan Hansknecht
40a40ef6d2
get examples working
2023-10-23 13:50:31 -07:00
Anton-4
4c93bf96de
force reqwest version
...
This fixes the ... breaking tests before building nightlies on macos.
2023-10-03 17:24:21 +02:00
Folkert
7af401dd98
assert that package qualifications are valid in platform modules
2023-09-14 11:36:15 +02:00
Richard Feldman
2da41be29f
Merge remote-tracking branch 'origin/main' into abilities-syntax
2023-08-10 20:36:01 -04:00
Folkert
3d86ccf167
remove as Fx
from platform types
2023-08-08 16:37:47 +02:00
Kiryl Dziamura
1bb3c3d1dd
Make has
have 4 identation spaces
2023-07-04 11:24:40 +02:00
Brendan Hansknecht
4f97ab2965
remove old compiler-rt workarounds for macos
2023-06-24 17:27:11 -07:00
Bryce Miller
0132df9b5a
merge main
2023-06-10 15:04:25 -04:00
Luke Boswell
092676c4b7
Merge remote-tracking branch 'remote/main' into remove-json
2023-06-07 15:38:01 +10:00