Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 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/fix_bug_987830 into lp:zorba

2012-05-01 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/fix_bug_987830-2012-05-01T11-24-01.368Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba failed. Below is the output from the failed tests. CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message): Validation queue job fix_bug_987830-2012-05-01T11-24-01.368Z is finished

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread Sorin Marian Nasoi
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 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/fix_bug_987830 into lp:zorba

2012-05-01 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/fix_bug_987830-2012-05-01T21-57-59.05Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread Zorba Build Bot
Validation queue job fix_bug_987830-2012-05-01T21-57-59.05Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-05-01 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-04-30 Thread Sorin Marian Nasoi
The module files should contain syntactically valid XQuery code. The formal semantics spec you cite is not concerned with syntax, and not everything described there has a coresponding syntactic construct. The none type is one example from the formal semantics that cannot be expressed

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-04-30 Thread Sorin Marian Nasoi
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_987830/+merge/103370 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 :

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-04-27 Thread Markos Zaharioudakis
The module files should contain syntactically valid XQuery code. The formal semantics spec you cite is not concerned with syntax, and not everything described there has a coresponding syntactic construct. The none type is one example from the formal semantics that cannot be expressed

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-04-26 Thread Markos Zaharioudakis
Review: Needs Fixing empty and none are not valid sequence types. We should try that are modules are at least parsable by other engines as well, so we should use valid sequence types.; For empty use empty-sequence(). There is not a valid sequence type for none, but I did not see it used

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_987830 into lp:zorba

2012-04-26 Thread Sorin Marian Nasoi
empty and none are not valid sequence types. We should try that are modules are at least parsable by other engines as well, so we should use valid sequence types.; For empty use empty-sequence(). http://www.w3.org/TR/xquery-semantics/#sec_content_models From this I understand that: - The type