From 72e77a5ec86522cf0ddd3e38884bbe5e7b81d3fc Mon Sep 17 00:00:00 2001 From: rexim Date: Sun, 9 Sep 2018 03:59:53 +0700 Subject: [PATCH] TODO(#317) --- src/script/interpreter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/interpreter.c b/src/script/interpreter.c index c3a3816b..6f2fc0c5 100644 --- a/src/script/interpreter.c +++ b/src/script/interpreter.c @@ -114,7 +114,7 @@ static struct EvalResult eval_funcall(struct Expr scope, struct Cons *cons) return eval_failure("Unknown function", clone_expr(cons->car)); } -/* TODO: eval does not return new scope after the evaluation */ +/* TODO(#317): eval does not return new scope after the evaluation */ struct EvalResult eval(struct Expr scope, struct Expr expr) { switch(expr.type) { -- 2.44.0