Stream: compiler development

Topic: ✔ Random file in tree


view this post on Zulip JRI98 (May 28 2024 at 11:47):

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?

view this post on Zulip Hristo (May 28 2024 at 11:56):

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/.

view this post on Zulip Richard Feldman (May 28 2024 at 12:26):

oops yeah @Agus Zubiaga does that sound right?

view this post on Zulip Agus Zubiaga (May 28 2024 at 14:19):

Oh, that’s weird. Good catch!

view this post on Zulip Agus Zubiaga (May 28 2024 at 14:21):

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.

view this post on Zulip Hristo (May 28 2024 at 14:30):

https://github.com/roc-lang/roc/pull/6780

view this post on Zulip Hristo (May 28 2024 at 14:31):

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:

view this post on Zulip Agus Zubiaga (May 28 2024 at 14:32):

Ah, nice! Thanks

view this post on Zulip Notification Bot (May 29 2024 at 05:36):

Hristo has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC