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.
This commit is contained in:
Eric S. Raymond 2022-04-18 11:57:02 -04:00
parent d320212622
commit 3afaabead3
2 changed files with 3 additions and 8 deletions

9
TODO
View file

@ -3,13 +3,10 @@
The FORTRANish mess that once was is now mostly idiomatic C. Some issues The FORTRANish mess that once was is now mostly idiomatic C. Some issues
remain to be cleaned up: 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: * More possible vase tests:
DROP VASE in the well house and confirm that you do/don't get points for it; 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. 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 * 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 hurricane lamp, not a proper miner's lamp. Submissions of potential
replacement images would be welcome. replacement images would be welcome.

2
misc.c
View file

@ -728,8 +728,6 @@ void bug(enum bugtype num, const char *error_string)
} }
// LCOV_EXCL_STOP // LCOV_EXCL_STOP
/* end */
void state_change(obj_t obj, int state) void state_change(obj_t obj, int state)
/* Object must have a change-message list for this to be useful; only some do */ /* Object must have a change-message list for this to be useful; only some do */
{ {