Coverage - Test going back when you can't.
[open-adventure.git] / notes.adoc
index 1baf354d694a667a9c81a3049765ad15048d1587..aea93d014bc6f594c54deae09c62608bfea48423 100644 (file)
@@ -89,6 +89,10 @@ with coverage tools (we now have over 90% coverage, with the remaining
 confined to exception cases that are very difficult to reach). This is
 what you are running when you do "make check".
 
+In the process we found and fixed a few minor bugs. Most notably, reading
+the relocated Witt's End sign in the endgame didn't work. Behavior when
+saying the giant's magic words outside his room wasn't quite right either.
+
 The move to modern C entailed some structural changes.  The most
 important was the refactoring of over 350 gotos into if/loop/break
 structures.  We also abolished almost all shared globals; the main one