summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-12 01:17:45 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:48 -0400
commit33d257f8f26fc114c23d850b0c0f16230ce80eaa (patch)
tree525f30af34eb8e7379f6bb289ca83f01f7443cc3 /src
parentad2535b032139d67933de6b97ec82983eb2b78bf (diff)
downloadfork-ledger-33d257f8f26fc114c23d850b0c0f16230ce80eaa.tar.gz
fork-ledger-33d257f8f26fc114c23d850b0c0f16230ce80eaa.tar.bz2
fork-ledger-33d257f8f26fc114c23d850b0c0f16230ce80eaa.zip
Removed autoconf build products again. You must run acprep to prepare
a working tree for building.
Diffstat (limited to 'src')
-rw-r--r--src/TODO7
1 files changed, 7 insertions, 0 deletions
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));