From 3bf89979496d3abc024fa321a35590d347c192a0 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 14 Nov 2016 18:57:09 -0500 Subject: [PATCH] todo --- c/todo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/c/todo.txt b/c/todo.txt index 93b15c695..3033664aa 100644 --- a/c/todo.txt +++ b/c/todo.txt @@ -73,7 +73,8 @@ function_manager.c: ? - parameter marshaling in general rval context mlr_dsl_cst_assignment_statements.c: -? parameter marshaling in single-rhs-assign-to-map-lhs context +- parameter marshaling in single-rhs-assign-to-map-lhs context +. k assign LHS full-srec ? assign RHS maplit k assign LHS full-srec ? assign RHS full-srec k assign LHS full-srec ? assign RHS full-oosvar @@ -139,7 +140,7 @@ k assign LHS localvar ? assign RHS localvar > $x = f(a, b) > $x = f($a, b) - ! bugfix: @v=@* is a syntax error + ! @v=@* is a syntax error - LHS define/assign special cases: @@ -178,7 +179,7 @@ k assign LHS localvar ? assign RHS localvar k for-local -- with keylist etc. just as for oosvars > coded; just need more UT coverage. -* needs assert_not_map in userspace +* needs assert_scalar in userspace * iterating: k save off a copy of the mlr exe before this for timings later