chiark / gitweb /
hidden: Note a bug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 13 Mar 2021 21:57:20 +0000 (21:57 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Mar 2021 00:21:18 +0000 (00:21 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
apitest/at-otter.rs

index 17dfa16a25020c6f2920d66e033d97522a4f9726..f8a2a6c80533b16954dbed8965ba4b0ebd80f747 100644 (file)
@@ -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 ]);