summaryrefslogtreecommitdiffhomepage
path: root/Log.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-22 13:00:04 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-22 13:00:04 -0400
commit7987157bfd99b8e2ec78f5030a49c2e16bf08321 (patch)
tree68230afb5bac635426d7c50c86bbc5345e4fc4b6 /Log.hs
parent362d3a437c16c10d221caeac21e9f685d7ddf3e6 (diff)
downloaddebug-me-7987157bfd99b8e2ec78f5030a49c2e16bf08321.tar.gz
it works
Multi-user client-server debug-me is working, almost perfectly. All that was missing was replaying the log when the developer connected. A number of race conditions had to be avoided to do that sanely. This commit was sponsored by Ignacio on Patreon.
Diffstat (limited to 'Log.hs')
-rw-r--r--Log.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Log.hs b/Log.hs
index 6c45074..eb7bf3c 100644
--- a/Log.hs
+++ b/Log.hs
@@ -8,7 +8,6 @@ import Memory
import Serialization
import Data.Char
-import Data.Either
import Data.Time.Clock.POSIX
import qualified Data.ByteString.Lazy as L
import System.IO