← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~juan457/zorba/xqxq-api-changes into lp:zorba

 

Juan, the getExternalVariables method should be part of the static context, not the dynamic context.

Probably the easiest way to implement this is to add an "externalOnly" param to the static_context::getVariables method and then add a getExternalVariables method in StaticContextImpl, which will just invoke the static_context::getVariables method, passing true for the externalOnly param.

-- 
https://code.launchpad.net/~juan457/zorba/xqxq-api-changes/+merge/79589
Your team Zorba Coders is subscribed to branch lp:zorba.


References