fix: make new codegen async realization-compatible#7316
fix: make new codegen async realization-compatible#7316Kha merged 1 commit intoleanprover:masterfrom
Conversation
|
Mathlib CI status (docs):
|
|
Putting this commit on top of master and then my new codegen branch causes a segfault during the |
|
Yeah, putting this on top of It seems that this is causing bad IR to be generated, written to an olean, and then executed later as part of a tactic. |
zwarich
left a comment
There was a problem hiding this comment.
With this (and using a stage0 update commit instead of going stage1 -> stage2 like I was used to), I'm able to rebase up to a few days ago, right before the Lake changes in 2d28331. There are some new test failures, but I don't think they're due to this.
Pull Request is not mergeable
Follow-up to #7247