Stream: contributing

Topic: can anyone get `roc build` to hang when `roc check` doesn't?


view this post on Zulip Richard Feldman (Oct 15 2023 at 02:26):

I know this has come up before, but I'm looking for a minimal reproduction - does anyone have some roc code which causes roc build to hang forever, but which doesn't hang (but maybe prints some errors) when you run roc check instead?

view this post on Zulip Elias Mulhall (Oct 16 2023 at 03:48):

This is based on something that came up while I was doing AoC puzzles https://github.com/roc-lang/roc/issues/5890

view this post on Zulip Elias Mulhall (Oct 16 2023 at 03:50):

Maybe not exactly what you're looking for, because while roc check is clear and roc build hangs I think it's because the puzzle input is a very long single line string that's getting read at compile time


Last updated: Jul 06 2025 at 12:14 UTC