diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-12 01:17:45 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:48 -0400 |
commit | 33d257f8f26fc114c23d850b0c0f16230ce80eaa (patch) | |
tree | 525f30af34eb8e7379f6bb289ca83f01f7443cc3 /src | |
parent | ad2535b032139d67933de6b97ec82983eb2b78bf (diff) | |
download | fork-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/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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)); |