From 3afaabead37b6643f1471974589cecbb728e6b34 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 18 Apr 2022 11:57:02 -0400 Subject: [PATCH] NEWS update. 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 | 9 +++------ misc.c | 2 -- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 5f73230..7aa2fc9 100644 --- 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 fac28e3..20e3d5b 100644 --- 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 */ { -- 2.31.1