feat(serial): Pickle environment delta's #221
No reviewers
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
#132 Branch unification
aniva/Pantograph
#137 🖇️ Environment Delta Pickling
aniva/Pantograph
Reference: aniva/Pantograph#221
Loading…
Reference in New Issue
No description provided.
Delete Branch "serial/delta"
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?
This makes the environments smaller, and also add an option to trust the pickle so we don't need to replay constants.
feat: Pickle environment delta'sto feat(serial): Pickle environment delta'sWe can store a pristine version of the environment in the main monad, and calculate deltas w.r.t. this environment.
There is one test case failing corresponding to adding auxiliary lemmata on both branches.