andrewchambers / hpkgs

A package repository for hermes
45 stars 3 forks source link

Snapshots and rollback while debugging a build #79

Open andrewchambers opened 4 years ago

andrewchambers commented 4 years ago

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.