summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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));