mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 16:27:35 +02:00
Added notes for num of params validation
This commit is contained in:
parent
cd91837f4a
commit
6f73d0d7fc
1 changed files with 5 additions and 1 deletions
6
TODO
6
TODO
|
@ -15,7 +15,11 @@ Working TODO list:
|
|||
- improved error handling:
|
||||
- param count checks
|
||||
* 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
|
||||
ideally want to do this in a way that minimized performance impacts.
|
||||
will probaby require extensive checks within apply() though, since that
|
||||
|
|
Loading…
Add table
Reference in a new issue