Stream: compiler development

Topic: ✔ Compilation hangs at building `roc_load`


view this post on Zulip Jasper Woudenberg (May 06 2024 at 18:15):

On my branch for implementing the Sort ability I'm trying to run cargo test-gen-llvm, but it gets stuck trying to build roc_load:

    Building [=======================> ] 414/419: roc_load(build)

The CPU is definitely being heated though! The code is not nearly done and I've got todo!()s in a couple of places, so something not working doesn't surprise me exactly, but I'm not sure why compilation would hang, and why that particular crate (that I haven't made changes to). Anyone else see this before and know what might be going on?

On main, cargo test-gen-llvm runs without problem. I'm ox x86_64-linux.

view this post on Zulip Richard Feldman (May 06 2024 at 18:16):

try adding -vvv ("very, very verbose") https://roc.zulipchat.com/#narrow/stream/316715-contributing/topic/json.20null.20handling/near/401994036

view this post on Zulip Jasper Woudenberg (May 06 2024 at 18:19):

Yep, that was it, thanks!

[roc_load 0.0.1] A builtin module contains a signature without implementation for `List.structuralCompare`

view this post on Zulip Notification Bot (May 06 2024 at 18:19):

Jasper Woudenberg has marked this topic as resolved.


Last updated: Jul 06 2025 at 12:14 UTC