started Annex.Sim
authorJoey Hess <joeyh@joeyh.name>
Wed, 4 Sep 2024 19:10:39 +0000 (15:10 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 4 Sep 2024 19:15:36 +0000 (15:15 -0400)
commitb932acf4add7255de057a71092152b38a13021eb
tree50e1ba07917d9b5dd852fdad9592016214257868
parent84c781d9241d89d42c8e7e3f6ffc87d873cbe3da
started Annex.Sim

Have most of the sim command handler, but to keep it pure while implementing
the rest will need some refactoring.

It seems likely that running the simulation itself will not be able to be
entirely pure. Preferred content evaluation runs in Annex after all.

Note that the somewhat awkward randomWords is because the i386ancient
build depends on a version of random too old to support generating a
random ByteString on its own.
Annex/Sim.hs [new file with mode: 0644]
Backend/Hash.hs
CmdLine/GitAnnex.hs
CmdLine/Usage.hs
Command/Sim.hs [new file with mode: 0644]
git-annex.cabal