Pending mvars cause generation of closures #239
Labels
No Label
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 Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#238 Test Lean-Repl bugs
aniva/Pantograph
Reference: aniva/Pantograph#239
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.