basic-cli icon indicating copy to clipboard operation
basic-cli copied to clipboard

roc debug compiler triggers assert during glue generation

Open Anton-4 opened this issue 6 months ago • 1 comments

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

Anton-4 avatar Aug 09 '24 17:08 Anton-4