The roc repository contains the following file in the root: https://github.com/roc-lang/roc/blob/main/module_with_params_and_multiline_exposes.header.roc
Is it supposed to be there?
Great spot!
My best guess is that it was meant to be part of the test static files: crates/compiler/test_syntax/tests/snapshots/pass/
.
oops yeah @Agus Zubiaga does that sound right?
Oh, that’s weird. Good catch!
Hristo said:
Great spot!
My best guess is that it was meant to be part of the test static files:
crates/compiler/test_syntax/tests/snapshots/pass/
.
Yeah, it should be in pass
. I’ll fix it when I’m back home.
https://github.com/roc-lang/roc/pull/6780
Apparently, it's just a redundant copy. It doesn't need moving per se, but just a removal.
Thanks for your confirmation, @Agus Zubiaga!:pray:
Ah, nice! Thanks
Hristo has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC