[gogo] shell procedural commands don't inherit closure arguments
----------------------------------------------------------------

                 Key: FELIX-2477
                 URL: https://issues.apache.org/jira/browse/FELIX-2477
             Project: Felix
          Issue Type: Bug
          Components: Gogo Shell
            Reporter: Derek Baum
            Assignee: Derek Baum
            Priority: Minor
             Fix For: gogo-0.8.0



f = {
    echo arg $1
    if { echo arg $1 } {  }
}

in the closure above, you would expect $1 to expand the same in both cases, but 
it doesn't always as the procedural commands unnecessarily try to pass $args to 
their Function arguments; this is now handled by the runtime, so the procedural 
commands should pass null args.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to