From 5a805213d9cffcd37800d305ee6d1e34a3b5fd38 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Mar 2021 21:57:20 +0000 Subject: [PATCH] hidden: Note a bug Signed-off-by: Ian Jackson --- apitest/at-otter.rs | 3 +++ 1 file changed, 3 insertions(+) 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 ]); -- 2.30.2