Added notes for num of params validation

This commit is contained in:
Justin Ethier 2015-07-15 22:14:23 -04:00
parent cd91837f4a
commit 6f73d0d7fc

6
TODO
View file

@ -15,7 +15,11 @@ Working TODO list:
- improved error handling: - improved error handling:
- param count checks - param count checks
* should have checks in compiler as well. could possibly * should have checks in compiler as well. could possibly
use prim metadata to autogenerate the runtime checks (later, perhaps) use prim metadata to autogenerate the runtime checks (later, perhaps).
absolutely need this, but may require some thought. which phase should
do the checks? also may require looking at lib files because you need
to check each application point, and need to look up the function to
see how many args it can receive.
- type checking - type checking
ideally want to do this in a way that minimized performance impacts. ideally want to do this in a way that minimized performance impacts.
will probaby require extensive checks within apply() though, since that will probaby require extensive checks within apply() though, since that