chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4232198
)
hidden: Note a bug
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 13 Mar 2021 21:57:20 +0000
(21:57 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/apitest/at-otter.rs
b/apitest/at-otter.rs
index 17dfa16a25020c6f2920d66e033d97522a4f9726..f8a2a6c80533b16954dbed8965ba4b0ebd80f747 100644
(file)
--- 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 ]);