We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
rocPkgs.cli
rocPkgs.cli-debug
./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
The text was updated successfully, but these errors were encountered:
Some context from Richard: https://roc.zulipchat.com/#narrow/stream/395097-compiler-development/topic/glue.20generation.20error/near/456138401
Sorry, something went wrong.
No branches or pull requests
This needs to be investigated, use the debug compiler by replacing
rocPkgs.cli
in your flake.nix withrocPkgs.cli-debug
and run./jump-start.sh
.The text was updated successfully, but these errors were encountered: