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?
This is based on something that came up while I was doing AoC puzzles https://github.com/roc-lang/roc/issues/5890
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