-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
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
Deep kernel reduction detected after simp
#5724
Comments
For smaller bitvec sizes it works, and around 12 it just gets very slow. With 8 diagnostics shows:
I assumed to find some well-founded recursive function somewhere (maybe |
I just tried #4595 after merging in 2024-10-31 in opencompl#32. #4595 indeed fixes the issue. Is there a reason it has not yet been merged? This issue seems to bit us across several of our experiments. 😞 |
I think @leodemoura considered it an experiment so far and other issues that he hoped he could fix with it were not fixed, so he's holding back. But if you have evidence that it is useful, then that may change things. |
I just had a two hour debugging session with @hargoniX (after two days myself alone) and we found another instance that can be resolved with #4595. Unfortunately there is still one more issue in our codebase which I could not track down yet. Certainly, being able to build our codebase with #4595 enabled would be something I would try next on my quest to resolve these bugs. |
Did my secret clone work today? Or who did you debug with? |
@hargoniX, github outcompletion fooled me. |
Prerequisites
Please put an X between the brackets as you perform the following steps:
https://github.com/leanprover/lean4/issues
Avoid dependencies to Mathlib or Batteries.
https://live.lean-lang.org/#project=lean-nightly
(You can also use the settings there to switch to “Lean nightly”)
Description
The following lean code leads to a
deep kernel reduction detected
error in Lean.Steps to Reproduce
Expected behavior: [Clear and concise description of what you expect to happen]
sorry
with an orange line under the theorem nameVersions
"4.12.0-nightly-2024-10-15"
Impact
Add 👍 to issues you consider important. If others are impacted by this issue, please ask them to add 👍 to it.
This issue was reduced by @lfrenot.
The text was updated successfully, but these errors were encountered: