Stream: contributing

Topic: Build Issues


view this post on Zulip Bryce Miller (May 23 2023 at 15:22):

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.

view this post on Zulip Bryce Miller (May 23 2023 at 15:24):

After a Ctl-C, cargo gets stuck waiting for a lock on build dir and I have to clean again.

view this post on Zulip Brendan Hansknecht (May 23 2023 at 15:26):

A bug in the builtins, I think. Something stopping them from being ingested into the compiler.

view this post on Zulip Richard Feldman (May 23 2023 at 15:34):

yeah I wish we could get some better diagnostics for when something goes wrong building builtins in build.rs :grimacing:

view this post on Zulip Bryce Miller (May 23 2023 at 15:36):

I think you are right (please hold)

view this post on Zulip Bryce Miller (May 23 2023 at 15:36):

One lesson here is that I need to work on my grep-strength

view this post on Zulip Bryce Miller (May 23 2023 at 16:02):

Ok well I found and corrected a few issues In the builtins, but it looks like I have a few more to track down.

view this post on Zulip Bryce Miller (May 23 2023 at 16:02):

Thanks for the tip!


Last updated: Jul 05 2025 at 12:14 UTC