about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-01-25 02:25:50 -0800
committerKartik K. Agaram <vc@akkartik.com>2015-01-25 02:25:50 -0800
commit4ca73eb66a57f32085be56c64ce316b82084602f (patch)
tree16f05bef3ed535f24b6426a60d83398d0967f7ad /chessboard.mu
parentbee53b4b169feab631658b5450328a317779831a (diff)
downloadmu-4ca73eb66a57f32085be56c64ce316b82084602f.tar.gz
620 - fix broken examples and tests again
I just did this in 611; what's the point of all this if tests can't stay
passing?

I don't understand why buffered-stdin.mu needs to preempt itself. stdin
and buffered-stdin somehow end up sharing a single circular buffer,
that's probably causing a race condition.
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 9479ab24..b26401ab 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -243,7 +243,7 @@
 ;?     (print-primitive-to-host (("\n" literal))) ;? 1
 ;?     (print-primitive-to-host buffered-stdin:channel-address) ;? 1
 ;?     (print-primitive-to-host (("\n" literal))) ;? 1
-;?     (dump-memory) ;? 1
+;?     ($dump-memory) ;? 1
 ;?     (cursor-mode) ;? 1
     (break-unless m:move-address)
     (b:board-address <- make-move b:board-address m:move-address)