From 31e1feae425597c5c17f54af2e21b559caae4158 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 29 May 2015 01:47:35 -0700 Subject: 1512 As expected, I've already found two bugs in the repl during manual testing. Still don't have a good characterization of when things go off the rails. But certainly hitting backspace too many times isn't messing things up as I'd feared. Which might also be a bug, if the program isn't behaving as I expect. --- repl.mu | 1 - 1 file changed, 1 deletion(-) (limited to 'repl.mu') diff --git a/repl.mu b/repl.mu index ad98624f..383aa406 100644 --- a/repl.mu +++ b/repl.mu @@ -116,7 +116,6 @@ recipe slurp-regular-characters [ # append result:address:buffer <- buffer-append result:address:buffer, c:character # backspace? decrement and maybe return - # todo: repl will exit if user types too many backspaces { backspace?:boolean <- equal c:character, 8:literal/backspace break-unless backspace?:boolean -- cgit 1.4.1-2-gfad0