From db1a4254fd8ffb5d28b74ecc4a2c548b189c28e6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 9 Jul 2021 12:05:13 +0100 Subject: [PATCH] jstest: lower: Note checks we want to make Signed-off-by: Ian Jackson --- jstest/jst-lower.rs | 7 +++++++ 1 file changed, 7 insertions(+) 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); } } -- 2.30.2