From 16eae938396f6fca2a338f09c8ca8e28139e1d92 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 12 Jun 2015 21:16:41 -0400 Subject: [PATCH] Fixed item --- TODO | 9 --------- 1 file changed, 9 deletions(-) diff --git a/TODO b/TODO index 5f30cbfe..e1b6f387 100644 --- a/TODO +++ b/TODO @@ -8,15 +8,6 @@ Roadmap: - User manual (or at least API docs) Working TODO list: - - - Issues with repl errors - why is it displaying "Error" at the repl without a description for certain errors, eg: - - cyclone> (write-char 1) - Error: - - This it might be an issue with rt_raise2, perhaps this line: - make_cons(c0, &c1, nil); - Constructs require for self-hosting