From 3b121a059d8745608c2dd7025450fc070b026639 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 11 Jun 2015 23:00:36 -0400 Subject: [PATCH] Added TODO for error messages not displaying correctly --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 7ce4b5f9..488a5fa1 100644 --- a/TODO +++ b/TODO @@ -9,6 +9,13 @@ Roadmap: 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: + + - Constructs require for self-hosting - vectors