From a14d899e00f9e925427b78e6d34bc584b1ca43c8 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 25 Mar 2015 22:25:19 -0400 Subject: [PATCH] Removed finished item --- TODO | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TODO b/TODO index b8c5350d..4170fa2a 100644 --- a/TODO +++ b/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.