Commit Graph

28623 Commits

Author SHA1 Message Date
Richard Feldman
4b1433bfc6
Remove Inspect from /plans
It exists already!

Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2024-04-29 09:02:54 -04:00
Anton-4
e424f4bacc
Merge pull request #6691 from roc-lang/update-links-basic-cli-10
update basic-cli links to 0.10
2024-04-28 19:25:30 +02:00
Richard Feldman
5f26d5a097
Update tutorial CSS 2024-04-28 13:20:35 -04: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
7fcf13d14b
Update some tests to use ! 2024-04-28 11:26:37 -04:00
Richard Feldman
681df41fd3
Fix some missing Task imports in examples 2024-04-28 11:20:00 -04:00
Richard Feldman
82660f1cae
Fix some Task imports in examples 2024-04-28 08:36:48 -04:00
Richard Feldman
1fd7f079c5
Fix typo in tutorial 2024-04-28 08:35:44 -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
Agus Zubiaga
b3cd71e460
match => if let value def 2024-04-28 00:13:01 -03:00
Agus Zubiaga
a8a829aadd
Merge branch 'main' into inline-imports 2024-04-28 00:11:29 -03:00
Agus Zubiaga
9df5fb7092
Refactor package_qualified_imported_modules in load 2024-04-27 23:01:22 -03:00
Agus Zubiaga
eea2196c30
Remove unnecessary ValueDef::IngestedFileImport branch in load/parse 2024-04-27 22:51:12 -03:00
Agus Zubiaga
2aa53eab32
Remove unncessary comment in load 2024-04-27 22:32:43 -03:00
Agus Zubiaga
a2b76fc8c3
Combine work in load update Header 2024-04-27 22:31:03 -03:00
Agus Zubiaga
87a279dc2c
Extract marking s builtin into header type method 2024-04-27 22:27:50 -03:00
Agus Zubiaga
8c62640b97
Remove pointless comment in load
Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
Signed-off-by: Agus Zubiaga <hi@aguz.me>
2024-04-27 22:24:41 -03:00
Ayaz
759e26ea13
Merge pull request #6689 from roc-lang/minor-tutorial-heading-fix
Fix minor heading issue in tutorial
2024-04-27 20:17:29 -05:00
Agus Zubiaga
afd9f79b90
Remove unnecessary platform shorthands assert 2024-04-27 22:16:59 -03:00
Luke Boswell
240cb89350
fix minor heading issue in tutorial 2024-04-28 11:07:48 +10:00
Luke Boswell
fa4f855578
Merge pull request #6686 from roc-lang/parse-task-await-bang
Improve parsing for `!` suffixes
2024-04-28 09:50:04 +10:00
Luke Boswell
74e531b994
remove suffixed from Ident::Access and cleanup 2024-04-28 08:48:08 +10:00
Luke Boswell
20f277c132
update later tests 2024-04-28 08:47:08 +10:00
Luke Boswell
8d88e3ab7f
update snapshots 2024-04-28 08:47:08 +10:00
Luke Boswell
db4607125b
remove suffixed from Pattern 2024-04-28 08:47:08 +10:00
Luke Boswell
2fe03e6c91
remove suffixed from Expr::Var 2024-04-28 08:47:08 +10:00
Luke Boswell
1640ee1321
update logic for Expr::TaskAwaitBang 2024-04-28 08:47:08 +10:00
Joshua Warner
7c53cf0cd7
Fixup tests 2024-04-28 08:47:07 +10:00
Joshua Warner
6080c12ca8
Parse ! suffixes as an Expr::TaskAwaitBang instead of using suffix field in ident 2024-04-28 08:47:07 +10:00
Richard Feldman
4b4aee3c1a
Merge pull request #6687 from roc-lang/tutorial-tuple
Add tuples to /tutorial
2024-04-27 17:23:01 -04:00
Richard Feldman
e8dc6b0ace
Add tuples to /tutorial 2024-04-27 13:46:43 -04:00
Anton-4
7b60dff415
Merge pull request #6680 from roc-lang/aarch64-ci-fix
macos aarch64 CI fixes
2024-04-27 15:12:04 +02:00
Anton-4
a46ba3886a
back to normal CI 2024-04-27 13:52:21 +02:00
Richard Feldman
f7716188a1
Merge pull request #6676 from roc-lang/ok-err
Allow the names `Ok` and `Err` as type aliases
2024-04-27 06:49:46 -04:00
Anton-4
1dddd18541
hardcode LIBRARY_PATH
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-27 12:27:03 +02:00
Anton-4
56ebcd646d
use LIBRARY_PATH for zstd
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2024-04-27 12:24:46 +02:00
Luke Boswell
42a05ad9d7
Merge pull request #6684 from roc-lang/inspect-ability-docs
Update Inspect docs
2024-04-27 13:57:59 +10:00
Agus Zubiaga
46f640ca73
Support ingested files in the REPL 2024-04-26 23:43:36 -03:00
Richard Feldman
5eb2dc7f8a
Update Inspect docs 2024-04-26 22:38:23 -04:00
Agus Zubiaga
52f84910a7
Support importing local files in the REPL 2024-04-26 23:33:19 -03:00
Richard Feldman
f2f83c36c4
Merge pull request #6675 from roc-lang/suffix-tutorial
Update /tutorial to include `!` suffix
2024-04-26 22:21:33 -04:00
Richard Feldman
052862e0c6
Fix some unused warnings 2024-04-26 22:20:23 -04:00
Richard Feldman
73d741de5a
Merge remote-tracking branch 'origin/main' into suffix-tutorial 2024-04-26 21:06:58 -04:00
Richard Feldman
7044e15810
Copy edits and fixes on tutorial 2024-04-26 21:04:36 -04:00
Richard Feldman
9b4cc9f25b
clippy 2024-04-26 20:34:58 -04:00
Richard Feldman
1fbe9f2554
Merge pull request #6681 from roc-lang/fix-homepage-indent
Don't indent |> on homepage example
2024-04-26 20:34:26 -04:00