Added item

This commit is contained in:
Justin Ethier 2015-04-03 17:24:27 -04:00
parent 621463216f
commit 1e317d273b

2
TODO
View file

@ -1,5 +1,7 @@
Working TODO list: Working TODO list:
- make *trace-level* a command-line parameter
- Error handling - 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. 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.