[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module with lp:~zorba-coders/zorba/api_changes as a prerequisite. Requested reviews: Markos Zaharioudakis (markos-za) Matthias Brantner (matthias-brantner) For more details, see:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread Markos Zaharioudakis
With the current implementation, the is-bound-variable and bind-variable functions will raise an error if the variable is not found. Should this be documented in the xqxq.xq file? And Juan, can you add a test for these cases (i.e., passing an unknown var to s-bound-variable and bind-variable)

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module has been updated. Status: Needs review = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xqxq_changes/+merge/83818 -- https://code.launchpad.net/~zorba-coders/zorba/xqxq_changes

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqxq_changes into lp:zorba/xqxq-module

2011-11-29 Thread Matthias Brantner
I have made the changes requested by Markos (except adding a test case) and pushed it to the original xqxq module. This was necessary in order to merge the api_changes branch into the trunk. The xqxq_changes branch and this merge proposal become obsolete. --