From: Ian Jackson Date: Sat, 13 Mar 2021 21:57:20 +0000 (+0000) Subject: hidden: Note a bug X-Git-Tag: otter-0.4.0~83 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5a805213d9cffcd37800d305ee6d1e34a3b5fd38;p=otter.git hidden: Note a bug Signed-off-by: Ian Jackson --- diff --git a/apitest/at-otter.rs b/apitest/at-otter.rs index 17dfa16a..f8a2a6c8 100644 --- a/apitest/at-otter.rs +++ b/apitest/at-otter.rs @@ -518,6 +518,9 @@ impl Ctx { assert_eq!(got, None); } + // ^ also do the above after alice has grasped and moved + // but not yet released. currently this is buggy + for (xi, &p) in a_pawns.iter().enumerate().take(1) { let xix: Coord = xi.try_into().unwrap(); let pos = PosC([ (xix + 1) * 15, 20 ]);