roc icon indicating copy to clipboard operation
roc copied to clipboard

`roc check` crashes on very large .roc files

Open Hasnep opened this issue 8 months ago • 0 comments

As discussed in this Zulip thread

roc check overflows its stack when checking very large files (11MB large).

To reproduce, here's a JS script that generates a 29MB file Example.roc, which causes roc check to crash: https://gist.github.com/Hasnep/8b6ecf4c2f1f528f1811d0196fb0f856

Hasnep avatar Jun 22 '24 12:06 Hasnep