Any idea what might cause my build to hang at roc_load(build)
? I’ve tried cargo clean
, I’ve tried rebooting, neither seems to help.
After a Ctl-C
, cargo gets stuck waiting for a lock on build dir and I have to clean again.
A bug in the builtins, I think. Something stopping them from being ingested into the compiler.
yeah I wish we could get some better diagnostics for when something goes wrong building builtins in build.rs
:grimacing:
I think you are right (please hold)
One lesson here is that I need to work on my grep-strength
Ok well I found and corrected a few issues In the builtins, but it looks like I have a few more to track down.
Thanks for the tip!
Last updated: Jul 05 2025 at 12:14 UTC