mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-21 18:40:13 +00:00
todo
This commit is contained in:
parent
c3ac39d996
commit
016fbc22e6
1 changed files with 4 additions and 0 deletions
|
|
@ -2378,6 +2378,10 @@ static void handle_return_value(
|
|||
variables_t* pvars,
|
||||
cst_outputs_t* pcst_outputs)
|
||||
{
|
||||
// xxx mapvar: special-case retval is local map/non-map: need vardef_frame_relative_index & keylist evaluators
|
||||
// xxx mapvar: special-case retval is oosvar/@*: need keylist evaluators
|
||||
// xxx mapvar: special-case retval is $* ?
|
||||
// xxx mapvar: what if 'return g(a,b)' and g is map-valued?
|
||||
pvars->return_state.retval = mlhmmv_value_transfer_terminal( // xxx mapvars
|
||||
pstatement->preturn_evaluator->pprocess_func(
|
||||
pstatement->preturn_evaluator->pvstate, pvars));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue