From: Ian Jackson Date: Fri, 9 Jul 2021 11:05:13 +0000 (+0100) Subject: jstest: lower: Note checks we want to make X-Git-Tag: otter-0.7.2~218 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=db1a4254fd8ffb5d28b74ecc4a2c548b189c28e6;p=otter.git jstest: lower: Note checks we want to make Signed-off-by: Ian Jackson --- diff --git a/jstest/jst-lower.rs b/jstest/jst-lower.rs index 0f0fc2a2..a48a6a0f 100644 --- a/jstest/jst-lower.rs +++ b/jstest/jst-lower.rs @@ -70,6 +70,13 @@ impl Test { let was = updated.insert(id, z); assert!(was.is_none(), "{:?}", id); } + + // targets' new z coords are in increasing z coord + // no bottom are newly above non-bottom + // z coords in updates all decrease + // all targets now below all non-bottom non-targets + // xxx ^ unimplemented checks + dbg!(updated); } }