andrewchambers/hpkgs

Snapshots and rollback while debugging a build

andrewchambers opened this issue · 0 comments

The idea is we could provide functions for use inside a debug repl (once it gets more polished).

(checkpoint :start)
(checkpoint)
(rollback -1)
(rollback :start)

This might be relatively simple to implement using rsync and may be efficient enough.