mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-13 07:47:39 +02:00
Removed finished item
This commit is contained in:
parent
e0025483a0
commit
a14d899e00
1 changed files with 0 additions and 8 deletions
8
TODO
8
TODO
|
@ -1,13 +1,5 @@
|
|||
Working TODO list:
|
||||
|
||||
- Cyclone hangs when creating a circular list. I believe this used to work:
|
||||
|
||||
cyclone> (define a (list 1 2))
|
||||
ok
|
||||
cyclone> a
|
||||
(1 2)
|
||||
cyclone> (set-cdr! a a)
|
||||
|
||||
- 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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue