Pending mvars cause generation of closures #239
Labels
No labels
category
bug
category
chore
category
doc
category
feature
category
optimization
category
organization
part/Delation
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
priority
pending-measurement
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#238 Test Lean-Repl bugs
aniva/Pantograph
Reference: aniva/Pantograph#239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Test case:
At
goal.save
, the error isHowever, this is solved if
0 < 2
is replaced by(0 : Nat) < 2
.This is probably related to
Setting this in goal state pickle suppresses the error
After tracking down this a little more, it seems like
MessageData
is the root of all the problems here. I'm inclined to delete all theMessageData
s during pickling.Resolved by #240