From c03324ec9cb8539a02c2e7af19339c4842f4cf14 Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Thu, 16 Sep 2021 05:08:40 +1200 Subject: [PATCH] Update TODO.md --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 4ea8afd785..3704ed76bc 100644 --- a/TODO.md +++ b/TODO.md @@ -19,8 +19,8 @@ - [x] Iteration (`each`) over tables - [x] Row conditions - [x] Simple completions -- [ ] Detecting `$it` currently only looks at top scope but should find any free `$it` in the expression (including subexprs) -- [ ] Signature needs to make parameters visible in scope before block is parsed +- [x] Detecting `$it` currently only looks at top scope but should find any free `$it` in the expression (including subexprs) +- [x] Signature needs to make parameters visible in scope before block is parsed - [ ] Value serialization - [ ] Handling rows with missing columns during a cell path - [ ] Error shortcircuit (stopping on first error)