From 33d257f8f26fc114c23d850b0c0f16230ce80eaa Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 12 May 2007 01:17:45 +0000 Subject: Removed autoconf build products again. You must run acprep to prepare a working tree for building. --- src/TODO | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/TODO') diff --git a/src/TODO b/src/TODO index 610da153..2f95ac08 100644 --- a/src/TODO +++ b/src/TODO @@ -9,3 +9,10 @@ - Using mmap for the binary reader; or determine if the performance is even worth the maintenance headaches of that code altogether. + +- Rewrite the error context reporting logic, then tie in the logging + facility to it (so that warning can be reported with context, and + debug statements can be filtered by context). + + PUSH_CONTEXT("amount.divide"); + POP_CONTEXT(amount_context2("Dividing amounts", amt1, amt2)); -- cgit v1.2.3