Zulip Chat Archive
Stream: lean4
Topic: Stack overflow in `refine'`
Eric Wieser (May 11 2024 at 10:09):
This crashes the lean server:
example : False := by
refine' absurd (congrArg (·.1) sorry) _
Kim Morrison (May 12 2024 at 07:00):
Seems like a good one for a bug report!
Eric Wieser (May 13 2024 at 08:41):
lean4#4144 (edited)
Eric Wieser (May 13 2024 at 08:44):
The bug template feels extremely verbose for what is ultimately captured by a two line repro and a version number, but I guess all that matters really is whether the FRO is happy reading the verbosity
Utensil Song (May 13 2024 at 08:48):
I guess you mean lean4#4144
Eric Wieser (May 19 2024 at 22:14):
Now fixed, thanks Leo :)
rss-bot said:
fix: missing occurs-check at delayed assignment (lean4#4217)
closes lean4#4144
Authored-by: leodemoura (commit)
Though now my stack pointer is beyond another castle: lean#4219
Last updated: May 02 2025 at 03:31 UTC