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:
63b59ae
)
jst-lower: Fix comments for new z level regiem
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 19 Jul 2021 01:41:51 +0000
(
02:41
+0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 19 Jul 2021 17:59:39 +0000
(18:59 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
jstest/jst-lower.rs
patch
|
blob
|
history
diff --git
a/jstest/jst-lower.rs
b/jstest/jst-lower.rs
index a15c9b9d2c874eead654e8a15586b6bd1c358406..84a317a7db5cf5eb1aca1bf60b7850f0fffb08a8 100644
(file)
--- a/
jstest/jst-lower.rs
+++ b/
jstest/jst-lower.rs
@@
-235,7
+235,7
@@
impl Test {
}
}
- // z
coord
s (at least of heavy) in updates all decrease
+ // z
level
s (at least of heavy) in updates all decrease
{
for n in &new {
if n.heavy && n.updated {
@@
-272,7
+272,7
@@
impl Test {
}
}
- // all the z
coordinates are still distinct
+ // all the z
levels are still distinct and ordered
{
for (n0,n1) in new.iter().tuple_windows() {
assert!( n1.new_z > n0.new_z,