Skip to content

Commit 8449b0e

Browse files
authored
Merge pull request #168 from cmuhire/warn-formatter-issue
Mention known formatter/parser issue on Tasks example
2 parents 44d8dbd + 1c5af25 commit 8449b0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Tasks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ With our `Task.await` chain we can deal with errors at the end so it doesn't int
8383

8484
The underscore (`_`) at the end of `[FailedToReadArgs]` is a temporary workaround for [an issue](https://github.com/roc-lang/roc/issues/5660).
8585

86+
Note: running the formatter on the `readArgs` implementation currently results in a [parser issue](https://github.com/roc-lang/roc/issues/6074), so skip formatting as a temporary workaround until it's fixed.
87+
8688
### Fetch website content
8789

8890
We'll use the `url` we obtained in the previous step and retrieve its contents:

0 commit comments

Comments
 (0)