mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
todo
This commit is contained in:
parent
d4666d1bb1
commit
3bf8997949
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue