Commit Graph

28850 Commits

Author SHA1 Message Date
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
Luke Boswell
d4e6788180
use basic-ssg release 2024-05-22 13:02:12 +10:00
Luke Boswell
a60fbfd366
remove static-site-gen platform 2024-05-22 12:35:43 +10:00
Luke Boswell
33075285b7
Merge pull request #6767 from wontem/comments-in-repl
Ignore comments in repl
2024-05-22 11:26:10 +10:00
Luke Boswell
6660ea4059
Merge pull request #6768 from wontem/better-bad-ident-pattern-message
Better message for bad ident name in repl
2024-05-22 11:25:48 +10:00
Kiryl Dziamura
8d574a93a3
better message for bad ident name in repl 2024-05-22 01:00:31 +02:00
Kiryl Dziamura
fb108af73e
ignore comments in repl 2024-05-22 00:51:38 +02:00
Anton-4
45a7e448dd
Merge pull request #6762 from roc-lang/default-prebuilt-host
Look for a generic default host `libhost` for prebuilt platform binary
2024-05-20 19:28:54 +02:00
Luke Boswell
3a2b27dcdb
default to host libhost for prebuilt platform binary if target specific not found 2024-05-20 19:41:02 +10:00
Luke Boswell
b8362b1c5e
fix importing ingested file 2024-05-20 13:28:18 +10:00
Richard Feldman
7e1a82f048
Merge pull request #6757 from roc-lang/ingested-files-bundle
Include ingested files in package tarballs
2024-05-17 21:14:20 -04:00
Agus Zubiaga
b3065079ae
cli/tarball read_header return parse_header result directly 2024-05-18 02:28:20 +02:00
Agus Zubiaga
8f0a4da04e
cli/tarball add_ingested_files unwrap_or_else 2024-05-18 02:27:00 +02:00
Agus Zubiaga
70d005fde5
cli/tarball read_header return tuple directly 2024-05-18 02:25:05 +02:00
Agus Zubiaga
46da864fea
Handle ingested file prefix error 2024-05-18 02:16:02 +02:00
Agus Zubiaga
504107f90e
Include ingested files in package tarballs
If a package has an ingested file import, we will now add the file
to the tarball.
2024-05-18 02:07:58 +02:00
Richard Feldman
b423a7e289
Merge pull request #6746 from roc-lang/underscores
Revise errors for undeclared type vars in aliases
2024-05-16 10:06:01 -04:00
Richard Feldman
7f92a05c67
Merge pull request #6747 from roc-lang/add-jluckyiv
Add @jluckyiv to sponsors
2024-05-16 10:05:51 -04:00
Anthony Morris
3b20d0f382
Update demo.c
Fix small typo in the comments

Signed-off-by: Anthony Morris <amorriscode@gmail.com>
2024-05-14 18:59:25 -07:00
Richard Feldman
78d77e2f59
Revise wildcard and type var error message 2024-05-13 09:55:35 -04:00
Richard Feldman
d58597a882
Add @jluckyiv to sponsors - thank you so much, Jackson! 💜 2024-05-13 09:29:31 -04:00
Richard Feldman
18230a7a18
Make some reporting tests more editor-friendly
Previously editors would trim the trailing whitespace on save,
breaking the tests.
2024-05-13 08:22:35 -04:00
Richard Feldman
8357bd8c91
Revise errors for undeclared type vars in aliases 2024-05-12 21:20:11 -04:00
Ayaz
e5ea6dc461
Merge pull request #6708 from roc-lang/module-params-syntax
Parse and format module params
2024-05-12 13:51:13 -05:00
Anton-4
9c653b1658
Merge pull request #6743 from roc-lang/page-titile-fix
Fix example page title and description
2024-05-12 19:07:48 +02:00
Anton-4
995c1b30be
Fix example page title+description 2024-05-11 13:46:34 +02:00
Anton-4
dd9a6ff2e4
Merge pull request #6726 from kukimik/patch-2
Add missing titles and descriptions
2024-05-10 20:59:49 +02:00
Anton-4
9e6fe6cd45
Fix crash trigger, close #6741 2024-05-10 20:15:55 +02:00
Anton-4
cbc0812bb5
Merge pull request #6742 from roc-lang/clarify-error-message
Improve error message
2024-05-10 18:46:48 +02:00
Anton-4
975162b53b
improve error message 2024-05-10 17:18:23 +02:00
Anton-4
191734f8f9
Merge branch 'main' into patch-2 2024-05-10 16:44:23 +02:00
Anton-4
37f97f5a8e
programming language description
The description pops up in search results, other things use the name Roc so we should clarify.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-05-10 16:44:09 +02:00
Anton-4
e735223c9a
Merge pull request #6728 from GovCraft/main
close #6723: Update format_files to list all files
2024-05-10 16:26:20 +02:00
Agus Zubiaga
e57a0a8164
Merge pull request #6739 from roc-lang/ls-fmt-upgrade 2024-05-10 10:21:12 -03:00
Anton-4
b5a9dc3ec2
Merge branch 'main' into main 2024-05-10 14:29:09 +02:00
Anton-4
1bc5fd56af
Merge branch 'main' into ls-fmt-upgrade 2024-05-10 14:28:17 +02:00
Anton-4
3c189f4e36
Merge pull request #6734 from roc-lang/narrow-lsp-report
Narrower reports from language server
2024-05-10 14:17:56 +02:00
Michał Kukieła
49415f67af
remove superfluous "the"
Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
2024-05-10 13:59:27 +02:00
Anton-4
d96f2e41af
remove debug stuff
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-05-10 13:29:33 +02:00
Michał Kukieła
bfc623d11a
typo
Signed-off-by: Michał Kukieła <53443372+kukimik@users.noreply.github.com>
2024-05-10 13:03:14 +02:00
Anton-4
fed870498d
try without sccache
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-05-10 12:50:26 +02:00
Anton-4
3a818849a2
Merge pull request #6737 from roc-lang/JanCVanB/fix_www_README_typo
Fix a path typo in www/README
2024-05-10 12:48:12 +02:00
Anton-4
61afc7f2b9
crash on missing title
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-05-10 12:07:52 +02:00
Anton-4
ed82c8fe72
shorten
Title space is limited so I shortened this a bit. I also shortened the description. It's always better for things to be shorter if we can convey the same amount of information.

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-05-10 12:01:40 +02:00
Joshua Warner
33c57064f9
Merge pull request #6736 from joshuawarner32/simplify-suffixed_found
Simplify task await bang parsing to no longer require suffixed_found
2024-05-09 20:47:45 -07:00