|
From: <kin...@us...> - 2023-07-11 22:06:35
|
Revision: 7075
http://sourceforge.net/p/teem/code/7075
Author: kindlmann
Date: 2023-07-11 22:06:33 +0000 (Tue, 11 Jul 2023)
Log Message:
-----------
alternative hest API done!
Modified Paths:
--------------
teem/trunk/src/TODO.txt
Modified: teem/trunk/src/TODO.txt
===================================================================
--- teem/trunk/src/TODO.txt 2023-07-11 21:58:01 UTC (rev 7074)
+++ teem/trunk/src/TODO.txt 2023-07-11 22:06:33 UTC (rev 7075)
@@ -103,14 +103,6 @@
optional parameters is why things like "unu make" learn centerings via
strings: the string can be given or not, and if its given, then the
information is used.
-******* (from tendGlyph.c): there needs to be an alternative API for hest
-that is not var-args based (as is hestOptAdd). You can't tell when
-you've passed multiple strings for the detailed usage information by
-accident. GLK had accidentally inserted a comma into my multi-line
-string for the "info" arg, relying on the automatic string
-concatenation, and ended up passing total garbage to hestOptAdd for
-the airEnum pointer, causing him to think that the tenGlyphType airEnum
-was malformed, when it was in fact fine ...
biff:
* biffMove(destKey, err, srcKey) --> biffMove(destKey, srcKey, err)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|