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

2011-11-15 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/xqxq-api-changes/+merge/79589 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq-api-changes into lp:zorba

2011-11-15 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/xqxq-api-changes into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xqxq-api-changes/+merge/79589 -- https://code.launchpad.net/~zorba-coders/zorba/xqxq-api

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq-api-changes into lp:zorba

2011-11-15 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/xqxq-api-changes-2011-11-15T09-05-13.592Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/xqxq-api-changes/+merge/79589 Your team Zorba Coders is subscribed to branch lp:zorba. --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq-api-changes into lp:zorba

2011-11-15 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/xqxq-api-changes into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xqxq-api-changes/+merge/79589 -- https://code.launchpad.net/~zorba-coders/zorba/xqxq-api-changes

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

2011-11-11 Thread Juan Zacarias
The changes you asked for are done Added the error throw and also changed getExternalVariables to use iterators instead of a vector Juan, XPST0008 is not a bad choice for the error code, but in this case, the error does not come from an xquery program but from the zorba c++ api. So, you

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

2011-11-08 Thread Markos Zaharioudakis
Found a function that does exactly the same changing it. I implemented the isBoundExternalVariable adding a new function in context/dynamic_context called is_set_variable which returns true if it is set or false if it doesn't I could have use the get_variable but I would have to catch