mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 08:47:35 +02:00
Updated TODO's
This commit is contained in:
parent
5604ecfca2
commit
b6d4308e3e
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
@ -14,7 +14,6 @@ Working TODO list:
|
||||||
|
|
||||||
- improved error handling:
|
- improved error handling:
|
||||||
- param count checks
|
- param count checks
|
||||||
* some rudimentary support in runtime
|
|
||||||
* 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)
|
||||||
- type checking
|
- type checking
|
||||||
|
@ -24,6 +23,7 @@ Working TODO list:
|
||||||
|
|
||||||
- error checking
|
- error checking
|
||||||
need errors for things such as file not existing, to bullet-proof the runtime
|
need errors for things such as file not existing, to bullet-proof the runtime
|
||||||
|
some things to check for - file not found, divide by zero. what else?
|
||||||
|
|
||||||
without these, it will be impossible (or at least time-consuming) to debug issues going forward
|
without these, it will be impossible (or at least time-consuming) to debug issues going forward
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue