basic-cli
basic-cli copied to clipboard
roc debug compiler triggers assert during glue generation
This needs to be investigated, use the debug compiler by replacing rocPkgs.cli
in your flake.nix with rocPkgs.cli-debug
and run ./jump-start.sh
.
+ roc glue glue.roc crates ./platform/main.roc
thread 'main' panicked at crates/glue/src/types.rs:2225:5:
assertion `left == right` failed: glue_procs_by_layout for Layout { repr: Direct(Struct([InLayout(33), InLayout(37)])), semantic: None } was None, but the layout cache said its has_varying_stack_size was true
left: false
right: true