NEWS update.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 18 Apr 2022 15:57:02 +0000 (11:57 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 18 Apr 2022 16:01:35 +0000 (12:01 -0400)
After re-reading the code, I have concluded that the objective of making it
more typeful can be abandoned. The tyings typefulness could give us are
largely achieved.

TODO
misc.c

diff --git a/TODO b/TODO
index 5f7323003350385ba97714b68f43ca3cbfc97ac2..7aa2fc9a82f947db458e15cc0ec81a0c1c729223 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,13 +3,10 @@
 The FORTRANish mess that once was is now mostly idiomatic C. Some issues
 remain to be cleaned up:
 
-* The program is still pretty much typeless. Some attempt has been
-  made to introduce semantic types, but the job is barely started.
-
 * More possible vase tests:
   DROP VASE in the well house and confirm that you do/don't get points for it;
   die while carrying the vase and confirm that it doesn't break.
 
-We are aware that the lamp currently used as the project logo is a
-hurricane lamp, not a proper miner's lamp. Submissions of potential
-replacement images would be welcome.
+We are aware that the lamp currently used as the project logo is a
+  hurricane lamp, not a proper miner's lamp. Submissions of potential
+  replacement images would be welcome.
diff --git a/misc.c b/misc.c
index fac28e308b5e74cd06631d95369ed76f9a05c88c..20e3d5b5c3a3dac41fe7941e6d2069849962104b 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -728,8 +728,6 @@ void bug(enum bugtype num, const char *error_string)
 }
 // LCOV_EXCL_STOP
 
-/* end */
-
 void state_change(obj_t obj, int state)
 /* Object must have a change-message list for this to be useful; only some do */
 {