Anton-4
|
30b5943b54
|
Merge pull request #6548 from roboteng/parser-docs
Parser docs examples
|
2024-03-26 19:35:39 +01:00 |
|
Anton-4
|
3ab96e6590
|
Merge pull request #6605 from roc-lang/dependabot/npm_and_yarn/crates/compiler/checkmate/www/webpack-dev-middleware-5.3.4
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /crates/compiler/checkmate/www
|
2024-03-26 16:40:04 +01:00 |
|
Richard Feldman
|
7138816292
|
Merge pull request #6607 from roc-lang/add-krzysztofgb
Add @krzysztofgb to contributors
|
2024-03-26 11:39:35 -04:00 |
|
Anton-4
|
59ab438c1e
|
misc improvements
|
2024-03-26 16:38:09 +01:00 |
|
Trevor Settles
|
ef68183a92
|
switched error then succeess cases
|
2024-03-24 20:13:58 -06:00 |
|
Trevor Settles
|
ab744a883a
|
combined examples and increased consistency
|
2024-03-24 15:13:31 -06:00 |
|
Richard Feldman
|
178e464f45
|
Add @krzysztofgb to contributors - thank you! 😍
|
2024-03-24 14:52:29 -04:00 |
|
Trevor Settles
|
aa3a7c2ab0
|
combined error and sucdcess examples
|
2024-03-24 11:03:12 -06:00 |
|
Trevor Settles
|
284b10fb72
|
updated CI to run on doc changes
|
2024-03-23 14:37:23 -06:00 |
|
dependabot[bot]
|
da7627abb1
|
Bump webpack-dev-middleware in /crates/compiler/checkmate/www
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-23 18:41:48 +00:00 |
|
Anton-4
|
4dca0546f4
|
Merge pull request #6604 from roc-lang/editor-extension-update
Editor extension update + getting started improvements
|
2024-03-23 13:50:04 +01:00 |
|
Anton-4
|
8c26e72a83
|
getting started improvements
|
2024-03-23 12:42:06 +01:00 |
|
Anton-4
|
39e1f9351a
|
Update editor extensions text
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-03-23 12:32:50 +01:00 |
|
Luke Boswell
|
bbb779ffd7
|
Merge pull request #6599 from roc-lang/desugar-bang
De-sugar bang `!` operator - part 2
|
2024-03-23 15:44:42 +11:00 |
|
Anton-4
|
25f6aefb5b
|
Merge pull request #6600 from roc-lang/change-examples-link
Change examples link to website
|
2024-03-22 19:45:11 +01:00 |
|
Anton-4
|
e8c2709f50
|
Change examples link to website
The website makes for a better experience.
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
|
2024-03-22 19:40:21 +01:00 |
|
Luke Boswell
|
4920ef8e7d
|
regenerate test snapshot
|
2024-03-22 20:44:35 +11:00 |
|
Luke Boswell
|
370ac1e6b8
|
move suffixed parsing into chomp_identifier_chain
|
2024-03-22 19:22:05 +11:00 |
|
Richard Feldman
|
d988eadbb1
|
Merge pull request #6598 from roc-lang/desugar-bang
De-sugar bang `!` for `Defs` nodes
|
2024-03-21 07:14:01 -04:00 |
|
Luke Boswell
|
4035221dac
|
desugar no args correctly e.g. Stdin.line!
|
2024-03-21 19:25:34 +11:00 |
|
Luke Boswell
|
5e2fc1c3fd
|
handle suffixed after pizza |>
|
2024-03-21 18:04:52 +11:00 |
|
Luke Boswell
|
a983ab8341
|
use CalledVia::BangSuffix
|
2024-03-21 15:51:21 +11:00 |
|
Luke Boswell
|
a394f1b4cf
|
update from review comments
|
2024-03-21 15:46:14 +11:00 |
|
Trevor Settles
|
fedc0f5dfb
|
removed and linted unused example imports
|
2024-03-19 20:47:44 -06:00 |
|
Luke Boswell
|
e74501981e
|
fmt and clippy fixes
|
2024-03-20 12:31:04 +11:00 |
|
Luke Boswell
|
cc10df6db9
|
handle Suffixed is in the middle of our Defs
|
2024-03-20 11:48:08 +11:00 |
|
Luke Boswell
|
248c2a3f34
|
handle only one def that is Suffixed
|
2024-03-20 09:57:48 +11:00 |
|
Luke Boswell
|
c4b459b436
|
handle Suffixed in first index
|
2024-03-20 09:49:12 +11:00 |
|
Luke Boswell
|
d6a01b3014
|
WIP stuck on removing Defs
|
2024-03-19 16:03:29 +11:00 |
|
Richard Feldman
|
ad78e04012
|
Merge pull request #6585 from roc-lang/infer-lowlevel-caller-borrow-signature
infer for a proc whether it is OK to pass an argument as borrowed
|
2024-03-18 22:24:29 -04:00 |
|
Luke Boswell
|
406ffdffab
|
WIP partial implementation for desugar_defs_node_suffixed
|
2024-03-19 12:57:30 +11:00 |
|
Richard Feldman
|
9d5f6cd417
|
Merge pull request #6584 from roc-lang/lowleve-borrow-signature-static
make the lowlevel borrow signature have a static lifetime
|
2024-03-18 13:37:08 -04:00 |
|
Luke Boswell
|
3b2e9e36b8
|
rename operator.rs to desugar.rs
|
2024-03-17 15:57:27 +11:00 |
|
Trevor Settles
|
949b3f83bd
|
Merge branch 'main' of https://github.com/rtfeldman/roc into parser-docs
|
2024-03-16 15:02:49 -06:00 |
|
Trevor Settles
|
5660de93e0
|
removed one_of_with_error
|
2024-03-16 15:02:09 -06:00 |
|
Richard Feldman
|
14ba398b5d
|
Merge pull request #6569 from faldor20/docs
Add docs to completions and hover
|
2024-03-16 11:22:58 -04:00 |
|
Anton-4
|
ad4fa6a4d7
|
fix spelling
|
2024-03-16 14:44:36 +01:00 |
|
Anton-4
|
3fadcf7bcb
|
style changes
|
2024-03-16 14:41:08 +01:00 |
|
Trevor Settles
|
6d64bbb65a
|
Merge branch 'main' into parser-docs
|
2024-03-15 18:14:56 -06:00 |
|
Anton-4
|
49862da18a
|
Merge pull request #6588 from roc-lang/dependabot/npm_and_yarn/crates/compiler/checkmate/www/follow-redirects-1.15.6
Bump follow-redirects from 1.15.2 to 1.15.6 in /crates/compiler/checkmate/www
|
2024-03-15 20:02:01 +01:00 |
|
dependabot[bot]
|
ec916a8f45
|
Bump follow-redirects in /crates/compiler/checkmate/www
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-03-15 18:15:36 +00:00 |
|
Anton-4
|
121c585681
|
Merge pull request #6567 from jschear/js/expects_per_module
Run expects separately per module, report test results per module behind `--verbose` flag
|
2024-03-15 19:15:00 +01:00 |
|
Anton-4
|
4b6910c033
|
fmt
|
2024-03-15 17:36:03 +01:00 |
|
Anton-4
|
e97cb06e2f
|
adjusted spacing
|
2024-03-15 17:24:36 +01:00 |
|
Richard Feldman
|
7ab50cf372
|
Merge pull request #6586 from roc-lang/bang-suffix
Add `!` suffix to parser
|
2024-03-15 06:49:17 -04:00 |
|
Luke Boswell
|
f48ac46ba1
|
remove formatted snapshot as there should be no change
|
2024-03-15 14:40:41 +11:00 |
|
Luke Boswell
|
e2557067c8
|
add nested snapshot for suffixed expr
|
2024-03-15 14:40:09 +11:00 |
|
Luke Boswell
|
8bbbd768ec
|
add snapshot test for suffixed expr
|
2024-03-15 14:39:21 +11:00 |
|
Richard Feldman
|
9bc0ab79af
|
Parse Expr::Suffixed
|
2024-03-15 14:39:14 +11:00 |
|
Richard Feldman
|
88042c2578
|
Rename has variable to implements
|
2024-03-15 14:39:04 +11:00 |
|