A bit of a silly question
I have finished https://github.com/rtfeldman/roc/pull/2629
What is the process to ask for reviews?
in practice, once it's green on CI someone will get to it in ~ 48hrs
Hi, I'm new there, I think I found a typo in TUTORIAL.md
. Lines 325 and 326 addWithStringfy
are only used there I think they should be addAndStringfy
. I'm kinda new to open source stuff, so I made a PR without reading the CONTRIBUTING.md and it was directly in the trunk branch (sorry) (this one: https://github.com/rtfeldman/roc/pull/3177).
If there is some think wrong, tell me and I'll try to fix.
I think if you merge in trunk that CI error will go away
I just submitted a PR for adding a title for documentation pages. I wanted to do a narrower change, but I was getting some Rust memory management errors I didn't fully understand. Can someone review this PR and let me know what I can improve on it?
I think you need to run cargo fmt --all
on it, some whitespace seems to be missing
Done! :+1:
I added Format on Save
because I know I'll forget :sweat_smile:
created a couple of prs (please also assign the related issues to me):
Ignore comments in repl - need to add tests, but first, I'd like to check if my changes are correct
Better message for bad ident name in repl - very simple one liner
Last updated: Jul 06 2025 at 12:14 UTC