From 1e317d273bb9393e749d4e2cafb390b9947a6e01 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 3 Apr 2015 17:24:27 -0400 Subject: [PATCH] Added item --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 4170fa2a..46066bf2 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,7 @@ Working TODO list: + - make *trace-level* a command-line parameter + - Error handling need to perform much more error handling of input code. one of the biggest is to report if a function is passed the wrong number of arguments, as this will result in segfauls, bad transport errors, etc downstream if it is allowed.