Agus Zubiaga
|
eb8ef6241e
|
Merge branch 'main' into inline-imports
|
2024-05-01 10:25:17 -03:00 |
|
Agus Zubiaga
|
d8d56f6e49
|
Rename {Parsed,Constrained}Module.imported_modules to available_modules
|
2024-05-01 09:58:23 -03:00 |
|
Luke Boswell
|
c4ac4224fa
|
Merge pull request #6698 from andyferris/patch-1
Import pf.Task in first application example
|
2024-05-01 21:15:56 +10:00 |
|
Andy Ferris
|
f7945c8bda
|
Fix same problem in platforms.md
Signed-off-by: Andy Ferris <ferris.andy@gmail.com>
|
2024-05-01 20:39:34 +10:00 |
|
Andy Ferris
|
0660c94acb
|
Import pf.Task in first application example
As it is, the tutorial example does not compile due to a missing import.
Signed-off-by: Andy Ferris <ferris.andy@gmail.com>
|
2024-05-01 20:33:14 +10:00 |
|
Richard Feldman
|
156bbae81c
|
Merge pull request #6695 from faldor20/reduce-lsp-crashes
Reduce lsp crashes
|
2024-04-30 19:44:26 -04:00 |
|
Richard Feldman
|
6c21bdf91f
|
cargo fmt
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
|
2024-04-30 16:22:11 -04:00 |
|
Richard Feldman
|
e2b4af8af5
|
fix typos in comment
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
|
2024-04-30 16:21:48 -04:00 |
|
Anton-4
|
c3cabf7840
|
Merge pull request #6685 from roc-lang/repl-import
Support imports in REPL
|
2024-04-30 19:49:26 +02:00 |
|
Anton-4
|
475ed4e49b
|
Merge pull request #6692 from roc-lang/tutorial-css
Update tutorial CSS
|
2024-04-30 19:23:37 +02:00 |
|
faldor20
|
29864c2508
|
added timeout to analysis
|
2024-04-30 09:44:22 +10:00 |
|
faldor20
|
712d648cf0
|
reduce panics
|
2024-04-30 09:44:22 +10:00 |
|
Luke Boswell
|
db97e3ed22
|
Merge pull request #6694 from roc-lang/remove-inspect-from-plans
Remove `Inspect` from /plans
|
2024-04-30 09:04:53 +10:00 |
|
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 |
|