Christopher John Duncan Araúz
Christopher John Duncan Araúz
`Dict.update` in the Standard Library page with the updated comment:
I want to figure out how to test a whole directory instead of per file.
[Zulip topic](https://roc.zulipchat.com/#narrow/stream/316715-contributing/topic/.60roc.20test.60.20multiple.20files) referred above.
The code's latest version doesn't have this problem. I added that comment to `examples/helloWorld.roc` and ran `cargo run format examples/helloWorld.roc` twice. The first time, it removed the file's extra line...
That's disappointing to hear. I used it to solve one of the Advent of Code problems by exiting the loop early when a card reached bingo. I can implement the...
Will [the documentation](https://www.roc-lang.org/builtins/List#iterate) still show `iterate` if it is not meant to be used?
I removed `List.iterate` from the exported functions, so it no longer appears in the documentation. We should probably think about how we want to document the API exposed outside the...
Since I touched the `Dict.contains` definition to remove the use of `List.iterate`, I added some documentation and tests to it.
Hello everyone and thanks for the great work! I popped by here wondering what happened to this feature? I recently picked up Cycle.js and would like to add tests. It...
Hello @Widdershin, I was about to take some time to work on this, but I see that the PR was closed. Any suggestion on how to move forward?