From: Ian Jackson Date: Sun, 14 Mar 2021 20:00:36 +0000 (+0000) Subject: at: Note that a bug was fixed X-Git-Tag: otter-0.4.0~57 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3d9dcfa4f5aa4937a746ab6eb289034bb7710b7b;p=otter.git at: Note that a bug was fixed Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 10bcf578..8ef3c1c5 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -600,9 +600,6 @@ impl Ctx { bob.synchu(&mut b_pieces)?; } - // ^ also do the above after alice has grasped and moved - // but not yet released. currently this is buggy xxx - for (xi, &p) in a_pawns.iter().enumerate().take(1) { let xix: Coord = xi.try_into().unwrap(); let pos = PosC([ (xix + 1) * 15, 20 ]);