From 40fe8af0eb700466d2033eec24e05e0e833e82fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 12 Mar 2021 01:09:31 +0000 Subject: [PATCH] hidden: some todos Signed-off-by: Ian Jackson --- daemon/api.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/api.rs b/daemon/api.rs index d311ca20..bc965464 100644 --- a/daemon/api.rs +++ b/daemon/api.rs @@ -365,6 +365,8 @@ api_route!{ } impl op::Simple as { + // xxx move shows up as actual position even for occultees + // xxx add this to test cases #[throws(ApiPieceOpError)] fn op(&self, a: ApiPieceOpArgs) -> PieceUpdate { let ApiPieceOpArgs { gs,piece, .. } = a; -- 2.30.2