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

2012-03-07 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/xqdoc_fixes_xqxq 
into lp:zorba/xqxq-module.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304

Added missing XQDoc documentation info.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.
=== modified file 'src/xqxq.xq'
--- src/xqxq.xq	2011-12-13 21:45:54 +
+++ src/xqxq.xq	2012-03-07 08:24:18 +
@@ -20,6 +20,7 @@
  : programs. Also, it contains function that allow to parameterize
  : the static or dynamic evaluation phase.
  :
+ : @author Juan Zacarias
  : @project programming languages/xquery
  :)
 module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq';
@@ -91,6 +92,7 @@
  : execution of the query referred to by the given query identifier.
  :
  : @param $query-key the identifier for a compiled query
+ : @param $var-name the name of the variable
  :
  : @return true if the variable is bound, false otherwise.
  :

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 871335] Re: correct moduleDocumentation for image modules

2012-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug_871335

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/871335

Title:
  correct moduleDocumentation for image modules

Status in Zorba - The XQuery Processor:
  New

Bug description:
  See the attached file for errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871335/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 871062] Re: test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

2012-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug_871335

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/871062

Title:
  test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

Status in Zorba - The XQuery Processor:
  New

Bug description:
  test/rbkt/zorba/xqdoc/moduleDocumentation is failing on Windows

  Using Windows 7 32-bit.
  Debug build

  The test is disabled from:
  
http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871062/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_stack into lp:zorba/stack-module

2012-03-07 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_stack into lp:zorba/stack-module.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305

Added missing XQDoc documentation info.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2012-01-19 17:32:41 +
+++ CMakeLists.txt	2012-03-07 08:25:21 +
@@ -22,6 +22,6 @@
 INCLUDE ("${Zorba_USE_FILE}")
 
 
-ADD_SUBDIRECTORY("src/com/zorba-xquery/www/modules/store/data-structures")
+ADD_SUBDIRECTORY("src")
 
 DONE_DECLARING_ZORBA_URIS()

=== added file 'src/CMakeLists.txt'
--- src/CMakeLists.txt	1970-01-01 00:00:00 +
+++ src/CMakeLists.txt	2012-03-07 08:25:21 +
@@ -0,0 +1,20 @@
+# Copyright 2006-2008 The FLWOR Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+# Stack data structure
+
+DECLARE_ZORBA_MODULE (URI "http://www.zorba-xquery.com/modules/store/data-structures/stack"; VERSION 1.0 FILE "stack.xq")
+
+ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test")

=== removed directory 'src/com'
=== removed directory 'src/com/zorba-xquery'
=== removed directory 'src/com/zorba-xquery/www'
=== removed directory 'src/com/zorba-xquery/www/modules'
=== removed directory 'src/com/zorba-xquery/www/modules/store'
=== removed directory 'src/com/zorba-xquery/www/modules/store/data-structures'
=== removed file 'src/com/zorba-xquery/www/modules/store/data-structures/CMakeLists.txt'
--- src/com/zorba-xquery/www/modules/store/data-structures/CMakeLists.txt	2012-01-19 17:32:41 +
+++ src/com/zorba-xquery/www/modules/store/data-structures/CMakeLists.txt	1970-01-01 00:00:00 +
@@ -1,20 +0,0 @@
-# Copyright 2006-2008 The FLWOR Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-# Stack data structure
-
-DECLARE_ZORBA_MODULE (URI "http://www.zorba-xquery.com/modules/store/data-structures/stack"; VERSION 1.0 FILE "stack.xq")
-
-ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test")

=== removed file 'src/com/zorba-xquery/www/modules/store/data-structures/stack.xq'
--- src/com/zorba-xquery/www/modules/store/data-structures/stack.xq	2012-02-07 10:24:11 +
+++ src/com/zorba-xquery/www/modules/store/data-structures/stack.xq	1970-01-01 00:00:00 +
@@ -1,179 +0,0 @@
-xquery version "3.0";
-
-(:
- : Copyright 2006-2012 The FLWOR Foundation.
- :
- : Licensed under the Apache License, Version 2.0 (the "License");
- : you may not use this file except in compliance with the License.
- : You may obtain a copy of the License at
- :
- : http://www.apache.org/licenses/LICENSE-2.0
- :
- : Unless required by applicable law or agreed to in writing, software
- : distributed under the License is distributed on an "AS IS" BASIS,
- : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- : See the License for the specific language governing permissions and
- : limitations under the License.
-:)
-
-(:~
- : Implementation of stack for node items, using collections data structures.
- : Stacks are created at first node insert.
- :
- : @author Daniel Turcanu
- : @project store/data structures
- :)
-module namespace stack = "http://www.zorba-xquery.com/modules/store/data-structures/stack";;
-
-import module namespace collections-ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";;
-import module namespace collections-dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";;
-
-declare namespace ann = "http://www.zorba-xquery.com/annotations";;
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
-declare option ver:module-version "1.0";
-
-(:~
- : URI for all collections QNames. Stack names are combined with this URI to construct QNames used by collection api.
- : The URI is "http://www.zorba-xquery.com/modu

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_stack into lp:zorba/stack-module

2012-03-07 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_queue into lp:zorba/queue-module

2012-03-07 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging 
lp:~zorba-coders/zorba/xqdoc_fixes_queue into lp:zorba/queue-module.

Requested reviews:
  Nicolae Brinza (nbrinza)
  Sorin Marian Nasoi (sorin.marian.nasoi)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306

Added missing XQDoc documentation info.
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2012-01-23 14:34:33 +
+++ CMakeLists.txt	2012-03-07 08:26:18 +
@@ -22,6 +22,6 @@
 INCLUDE ("${Zorba_USE_FILE}")
 
 
-ADD_SUBDIRECTORY("src/com/zorba-xquery/www/modules/store/data-structures")
+ADD_SUBDIRECTORY("src")
 
 DONE_DECLARING_ZORBA_URIS()

=== added file 'src/CMakeLists.txt'
--- src/CMakeLists.txt	1970-01-01 00:00:00 +
+++ src/CMakeLists.txt	2012-03-07 08:26:18 +
@@ -0,0 +1,20 @@
+# Copyright 2006-2008 The FLWOR Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+# Queue data structure
+
+DECLARE_ZORBA_MODULE (URI "http://www.zorba-xquery.com/modules/store/data-structures/queue"; VERSION 1.0 FILE "queue.xq")
+
+ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test")

=== removed directory 'src/com'
=== removed directory 'src/com/zorba-xquery'
=== removed directory 'src/com/zorba-xquery/www'
=== removed directory 'src/com/zorba-xquery/www/modules'
=== removed directory 'src/com/zorba-xquery/www/modules/store'
=== removed directory 'src/com/zorba-xquery/www/modules/store/data-structures'
=== removed file 'src/com/zorba-xquery/www/modules/store/data-structures/CMakeLists.txt'
--- src/com/zorba-xquery/www/modules/store/data-structures/CMakeLists.txt	2012-01-23 14:34:33 +
+++ src/com/zorba-xquery/www/modules/store/data-structures/CMakeLists.txt	1970-01-01 00:00:00 +
@@ -1,20 +0,0 @@
-# Copyright 2006-2008 The FLWOR Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-
-# Queue data structure
-
-DECLARE_ZORBA_MODULE (URI "http://www.zorba-xquery.com/modules/store/data-structures/queue"; VERSION 1.0 FILE "queue.xq")
-
-ADD_TEST_DIRECTORY("${PROJECT_SOURCE_DIR}/test")

=== removed file 'src/com/zorba-xquery/www/modules/store/data-structures/queue.xq'
--- src/com/zorba-xquery/www/modules/store/data-structures/queue.xq	2012-02-07 10:25:28 +
+++ src/com/zorba-xquery/www/modules/store/data-structures/queue.xq	1970-01-01 00:00:00 +
@@ -1,197 +0,0 @@
-xquery version "3.0";
-
-(:
- : Copyright 2006-2012 The FLWOR Foundation.
- :
- : Licensed under the Apache License, Version 2.0 (the "License");
- : you may not use this file except in compliance with the License.
- : You may obtain a copy of the License at
- :
- : http://www.apache.org/licenses/LICENSE-2.0
- :
- : Unless required by applicable law or agreed to in writing, software
- : distributed under the License is distributed on an "AS IS" BASIS,
- : WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- : See the License for the specific language governing permissions and
- : limitations under the License.
-:)
-
-(:~
- : Implementation of queue for node items, using collections data structures.
- : Queues are created at first node insert.
- :
- : @author Daniel Turcanu
- : @project store/data structures
- :)
-module namespace queue = "http://www.zorba-xquery.com/modules/store/data-structures/queue";;
-
-import module namespace collections-ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";;
-import module namespace collections-dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";;
-
-declare namespace ann = "http://www.zorba-xquery.com/annotations";;
-declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
-declare option ver:module-version "1.0";
-
-(:~
- : URI for all collections QNames. Queue names are combined with this URI to construct QNames used by collection api.
- : The URI is "http:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_queue into lp:zorba/queue-module

2012-03-07 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_queue into lp:zorba/queue-module

2012-03-07 Thread Nicolae Brinza
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_stack into lp:zorba/stack-module

2012-03-07 Thread Nicolae Brinza
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Nicolae Brinza
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_queue into lp:zorba/queue-module

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes_queue into 
lp:zorba/queue-module has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_stack into lp:zorba/stack-module

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes_stack into 
lp:zorba/stack-module has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes_xqxq into 
lp:zorba/xqxq-module has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bug_871335 into 
lp:zorba.

Requested reviews:
  Chris Hillery (ceejatec)
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #871062 in Zorba: "test/rbkt/zorba/xqdoc/moduleDocumentation failing on 
Windows"
  https://bugs.launchpad.net/zorba/+bug/871062
  Bug #871335 in Zorba: "correct moduleDocumentation for image modules"
  https://bugs.launchpad.net/zorba/+bug/871335

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307

- fixed the test 'moduleDocumentation': all modules that appear in 
ZorbaManifest.xml are checked for correct XQDoc documentation
- re-enabled the 'moduleDocumentation' test that was previously disabled.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq'
--- modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq	2011-12-20 18:08:09 +
+++ modules/com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq	2012-03-07 08:35:24 +
@@ -15,6 +15,13 @@
  : See the License for the specific language governing permissions and
  : limitations under the License.
 :)
+
+(:~
+ : Zorba debugger module.
+ :
+ : @author Gabriel Petrovay
+ : @project debugger
+ :)
 module namespace dmh = "http://www.zorba-xquery.com/modules/debugger/dbgp-message-handler";;
 
 import module namespace base64 = "http://www.zorba-xquery.com/modules/converters/base64";;
@@ -22,8 +29,10 @@
 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";;
 declare option ver:module-version "1.0";
 
-
-declare variable $dmh:endl as xs:string := "
+(:~
+ : Endline.
+ :)
+declare %private variable $dmh:endl as xs:string := "
 ";
 
 (:~
@@ -236,7 +245,7 @@
 return dmh:report-error(fn:concat("Command not implemented: ", $resp/@command))
 };
 
-declare function dmh:process-init($init as element(init))
+declare %private function dmh:process-init($init as element(init))
 {
   fn:string-join(
 ("Established connection with", $init/@language, "client", $init/@appid),
@@ -244,6 +253,11 @@
   )
 };
 
+(:~
+ : Process one message received from the Zorba debugger server.
+ : @param $message the message.
+ : @return ().
+ :)
 declare function dmh:process($message as element())
 {
   let $nodeName := fn:local-name($message)

=== modified file 'test/rbkt/Queries/CMakeLists.txt'
--- test/rbkt/Queries/CMakeLists.txt	2012-03-05 16:01:59 +
+++ test/rbkt/Queries/CMakeLists.txt	2012-03-07 08:35:24 +
@@ -38,15 +38,6 @@
 
   # crashes on Windows: 866978, 866742 (fix 866978 before 866742)
   zorba/HigherOrder/hof-101.xq
-
-  # fails because of the image external module's broken documentation
-  # If you try to submit something else to the external module, it will
-  # fail because of this test.
-  # If you try and mark it as expected failure here, the "expected failure"
-  # will fail because the image module will not be tested and therefore the
-  # module documentation test will succeed.
-  # Created bug 871335 for this.
-  zorba/xqdoc/moduleDocumentation.xq
 )
 
 # collect all chained test queries (suffix .cxq) in all subdirectories

=== modified file 'test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.spec'
--- test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.spec	2011-08-04 21:14:20 +
+++ test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.spec	2012-03-07 08:35:24 +
@@ -1,5 +1,3 @@
 Args: 
 -x 
-ZorbaPath:=xs:string($RBKT_SRC_DIR/../../)
--x 
-ZorbaBuildPath:=xs:string($RBKT_BINARY_DIR/../..)
+ZorbaManifestPath:=xs:string($RBKT_BINARY_DIR/../../ZorbaManifest.xml)

=== modified file 'test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq'
--- test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq	2011-08-19 17:04:48 +
+++ test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq	2012-03-07 08:35:24 +
@@ -2,85 +2,81 @@
 
 import module namespace file = "http://expath.org/ns/file";;
 import module namespace xqd = "http://www.zorba-xquery.com/modules/xqdoc";;
+import module namespace fetch = "http://www.zorba-xquery.com/modules/fetch";;
 
 import schema namespace xqdoc = "http://www.xqdoc.org/1.0";;
 
 declare namespace ann = "http://www.zorba-xquery.com/annotations";;
 declare namespace err = "http://www.w3.org/2005/xqt-errors";;
+declare namespace zm = "http://www.zorba-xquery.com/manifest";;
 
 declare copy-namespaces preserve, inherit;
 
 
 (:~
- : This variable contains the path to Zorba directory
- :)
-declare variable $ZorbaPath as xs:string external;
-
-(:~
- : This variable contains the path to Zorba directory
- :)
-declare variable $ZorbaBuildPath as xs:string external;
-
-(: 
- : This function returns a sequence of valid PATHS where modules can be found:
- : this includes the Zorba core modules path and also all the paths to the external modules that are checked out
- :)
-declare %ann:nondeterministic funct

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

2012-03-07 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 871335] Re: correct moduleDocumentation for image modules

2012-03-07 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/871335

Title:
  correct moduleDocumentation for image modules

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  See the attached file for errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871335/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_stack into lp:zorba/stack-module

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes_stack into 
lp:zorba/stack-module has been updated.

Commit Message changed to:

- added missing XQDoc documentation info.
- the names of the stacks are now xs:QNames instead of xs:string
- the module was moved inside 'src' folder
- corrected some typos inside the module

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_stack/+merge/96305
Your team Zorba Coders is subscribed to branch lp:zorba/stack-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xqdoc_fixes_queue into lp:zorba/queue-module

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes_queue into 
lp:zorba/queue-module has been updated.

Commit Message changed to:

- added missing XQDoc documentation info.
- the names of the queues are now xs:QNames instead of xs:string
- the module was moved inside 'src' folder
- corrected some typos inside the module

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_queue/+merge/96306
Your team Zorba Coders is subscribed to branch lp:zorba/queue-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 871062] Re: test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

2012-03-07 Thread Sorin Marian Nasoi
** Changed in: zorba
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/871062

Title:
  test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  test/rbkt/zorba/xqdoc/moduleDocumentation is failing on Windows

  Using Windows 7 32-bit.
  Debug build

  The test is disabled from:
  
http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871062/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/xqdoc_fixes_xqxq-2012-03-07T09-29-48.111Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Chris Hillery
Review: Approve

Change looks fine. Sorin, as mentioned in email, please change 
modules/ExternalModules.conf to download "1.0" of the XQXQ module on this 
branch - see the data-cleaning entry as an example. Also, don't mark this merge 
proposal "Approved" until I've tagged XQXQ.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/bug_871335 into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please 
seek review and approval of these new revisions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug_871335 into lp:zorba has been 
updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/bug_871335 into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug_871335-2012-03-07T10-21-07.939Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue job xqdoc_fixes_xqxq-2012-03-07T09-29-48.111Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/xqdoc_fixes_xqxq into 
lp:zorba/xqxq-module has been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
-- 
https://code.launchpad.net/~zorba-coders/zorba/xqdoc_fixes_xqxq/+merge/96304
Your team Zorba Coders is subscribed to branch lp:zorba/xqxq-module.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/markos-scratch 
into lp:zorba.

Requested reviews:
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319

bug fixes: some methods in atomic_item.h should have been virtual + use myChild 
local var in children iterators"
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
=== modified file 'src/diagnostics/diagnostic_en.xml'
=== modified file 'src/diagnostics/pregenerated/dict_en.cpp'
=== modified file 'src/store/naive/atomic_items.cpp'
=== modified file 'src/store/naive/atomic_items.h'
--- src/store/naive/atomic_items.h	2012-02-29 17:15:09 +
+++ src/store/naive/atomic_items.h	2012-03-07 10:31:37 +
@@ -1427,6 +1427,7 @@
 /
 class IntegerItem : public AtomicItem
 {
+<<< TREE
 protected:
   IntegerItem() {}
 
@@ -1452,6 +1453,25 @@
 /
 class IntegerItemImpl : public IntegerItem
 {
+===
+protected:
+  IntegerItem() {}
+
+public:
+  virtual xs_decimal getDecimalValue() const = 0;
+  virtual xs_integer getIntegerValue() const = 0;
+  virtual xs_long getLongValue() const = 0;
+
+  bool isNaN() const { return false; }
+};
+
+
+/***
+  class IntegerItemImpl
+/
+class IntegerItemImpl : public IntegerItem
+{
+>>> MERGE-SOURCE
   friend class BasicItemFactory;
   friend class AtomicItem;
 
@@ -1467,6 +1487,7 @@
   xs_decimal getDecimalValue() const;
   xs_integer getIntegerValue() const { return theValue; }
 
+<<< TREE
   xs_long getLongValue() const; 
   xs_nonNegativeInteger getUnsignedIntegerValue() const { return theValue; }
 
@@ -1477,6 +1498,20 @@
   virtual store::SchemaTypeCode getTypeCode() const { return store::XS_INTEGER; }
 
   virtual store::Item* getType() const;
+===
+  xs_long getLongValue() const; 
+
+  zstring getStringValue() const;
+
+  void getStringValue2(zstring&) const;
+
+  void appendStringValue(zstring&) const;
+
+  store::SchemaTypeCode getTypeCode() const { return store::XS_INTEGER; }
+
+  store::Item* getType() const;
+
+>>> MERGE-SOURCE
   uint32_t hash(long = 0, const XQPCollator* aCollation = 0) const;
 
   long compare(
@@ -1489,11 +1524,17 @@
 long timezone = 0,
 const XQPCollator* aCollation = 0) const;
 
+<<< TREE
   bool getEBV() const;
 
   bool isNaN() const { return false; }
 
   virtual zstring show() const;
+===
+  bool getEBV() const;
+
+  zstring show() const;
+>>> MERGE-SOURCE
 };
 
 
@@ -1512,6 +1553,7 @@
   NonPositiveIntegerItem() {}
 
 public:
+<<< TREE
   // inherited
   xs_decimal getDecimalValue() const;
   xs_integer getIntegerValue() const;
@@ -1540,6 +1582,42 @@
 const store::Item* other,
 long timezone = 0,
 const XQPCollator* aCollation = 0) const;
+===
+  xs_decimal getDecimalValue() const;
+
+  xs_integer getIntegerValue() const;
+
+  xs_long getLongValue() const;
+
+  zstring getStringValue() const;
+
+  void getStringValue2(zstring& val) const;
+
+  void appendStringValue(zstring&) const;
+
+  virtual store::SchemaTypeCode getTypeCode() const 
+  {
+return store::XS_NON_POSITIVE_INTEGER;
+  }
+
+  virtual store::Item* getType() const;
+
+  uint32_t hash(long = 0, const XQPCollator* aCollation = 0) const;
+
+  long compare(
+const Item* other,
+long timezone = 0,
+const XQPCollator* aCollation = 0) const;
+
+  bool equals(
+const store::Item* other,
+long timezone = 0,
+const XQPCollator* aCollation = 0) const;
+
+  bool getEBV() const;
+
+  virtual zstring show() const;
+>>> MERGE-SOURCE
 };
 
 
@@ -1579,6 +1657,7 @@
   NonNegativeIntegerItem() {}
 
 public:
+<<< TREE
   // inherited
   xs_decimal getDecimalValue() const;
   xs_integer getIntegerValue() const;
@@ -1609,6 +1688,44 @@
 const store::Item* other,
 long timezone = 0,
 const XQPCollator* aCollation = 0) const;
+===
+  xs_decimal getDecimalValue() const;
+
+  xs_integer getIntegerValue() const;
+
+  xs_long getLongValue() const;
+
+  xs_nonNegativeInteger getUnsignedIntegerValue() const { return theValue; }
+
+  zstring getStringValue() const;
+
+  void getStringValue2(zstring& val) const;
+
+  void appendStringValue(zstring&) const;
+
+  virtual store::SchemaTypeCode getTypeCode() const 
+  {
+return store::XS_NON_NEGATIVE_INTEGER;
+  }
+
+  virtual store::Item* getType() const;
+
+  uint32_t hash(long = 0, const XQPCollator* aCollation = 0) const;
+
+  long compare(
+const Item* other,
+long timezone = 0,
+const XQPCollator* aC

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

2012-03-07 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/markos-scratch-2012-03-07T10-53-38.49Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
Sorin Marian Nasoi has proposed merging lp:~zorba-coders/zorba/bug_948712 into 
lp:zorba.

Requested reviews:
  Sorin Marian Nasoi (sorin.marian.nasoi)
Related bugs:
  Bug #948712 in Zorba: "xqdoc: add schema import info"
  https://bugs.launchpad.net/zorba/+bug/948712

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_948712/+merge/96323

Fix for bug lp:948712: Added a way for easy copy&paste of the import schema 
statements.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_948712/+merge/96323
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq	2012-03-05 07:07:14 +
+++ modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq	2012-03-07 10:56:20 +
@@ -1228,8 +1228,17 @@
 }
 
   else (),
+  if (fn:count($xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]) > 0) then
+External C++ library dependencies:
+  {
+  for $library in $xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]
+return
+ {$library/node()}
+  }
+
+  else (),
   if (fn:count($xqdoc/xqdoc:imports//xqdoc:import[@type = "schema"]) > 0) then
-Imported schemas:
+(Imported schemas:
 {
   for $import in $xqdoc/xqdoc:imports//xqdoc:import[@type = "schema"]
   return
@@ -1243,16 +1252,18 @@
 else
   {string($import/xqdoc:uri/text())}
 }
-
-  else (),
-  if (fn:count($xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]) > 0) then
-External C++ library dependencies:
-  {
-  for $library in $xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]
-return
- {$library/node()}
-  }
-
+,
+Please note that the schemas are not automatically imported in the modules that import this module. 
+In order to import and use the schemas, please add:
+
+{
+string-join(
+for $import in $xqdoc/xqdoc:imports//xqdoc:import[@type = "schema"]
+  return
+   concat('import schema "', string($import/xqdoc:uri/text()),'";'),"
+")
+}
+)
   else ()
   )
 };

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug_871335 into lp:zorba has been 
updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_948712/+merge/96323
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue job bug_871335-2012-03-07T10-21-07.939Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_871335/+merge/96307
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 948712] Re: xqdoc: add schema import info

2012-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug_948712

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/948712

Title:
  xqdoc: add schema import info

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  In the documentation of the modules that import schemas please give an easy 
way for people
  to do copy and paste the schema import statements (the same way we do with 
the module
  import).

  E.g.

  add a text like:

  "Please note that the schemas are not automatically imported in the modules 
that import this
  module. In  order to import and use the schemas, please add:

  import schema "http://www.zorba-xquery.com/modules/full-text";; (OR
  WHATEVER SCHEMA)

  under the section

  Imported schemas:
  http://www.zorba-xquery.com/modules/full-text

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/948712/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 871062] Re: test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

2012-03-07 Thread Zorba Build Bot
** Changed in: zorba
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/871062

Title:
  test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  test/rbkt/zorba/xqdoc/moduleDocumentation is failing on Windows

  Using Windows 7 32-bit.
  Debug build

  The test is disabled from:
  
http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871062/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 871335] Re: correct moduleDocumentation for image modules

2012-03-07 Thread Zorba Build Bot
** Changed in: zorba
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/871335

Title:
  correct moduleDocumentation for image modules

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  See the attached file for errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/871335/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Sorin Marian Nasoi
You have been requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug_948712 into lp:zorba.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug_948712/+merge/96323

Fix for bug lp:948712: Added a way for easy copy&paste of the import schema 
statements.

-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_948712/+merge/96323
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/bug_948712 into lp:zorba.
=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq'
--- modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq	2012-03-05 07:07:14 +
+++ modules/com/zorba-xquery/www/modules/xqdoc2xhtml/index.xq	2012-03-07 10:59:36 +
@@ -1228,8 +1228,17 @@
 }
 
   else (),
+  if (fn:count($xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]) > 0) then
+External C++ library dependencies:
+  {
+  for $library in $xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]
+return
+ {$library/node()}
+  }
+
+  else (),
   if (fn:count($xqdoc/xqdoc:imports//xqdoc:import[@type = "schema"]) > 0) then
-Imported schemas:
+(Imported schemas:
 {
   for $import in $xqdoc/xqdoc:imports//xqdoc:import[@type = "schema"]
   return
@@ -1243,16 +1252,18 @@
 else
   {string($import/xqdoc:uri/text())}
 }
-
-  else (),
-  if (fn:count($xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]) > 0) then
-External C++ library dependencies:
-  {
-  for $library in $xqdoc/xqdoc:module/xqdoc:comment/xqdoc:custom[@tag="library"]
-return
- {$library/node()}
-  }
-
+,
+Please note that the schemas are not automatically imported in the modules that import this module. 
+In order to import and use the schemas, please add:
+
+{
+string-join(
+for $import in $xqdoc/xqdoc:imports//xqdoc:import[@type = "schema"]
+  return
+   concat('import schema "', string($import/xqdoc:uri/text()),'";'),"
+")
+}
+)
   else ()
   )
 };

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/markos-scratch 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 markos-scratch-2012-03-07T10-53-38.49Z is finished.
  The final status was:

  

  2 tests did not succeed - changes not commited.


Error in read script: /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake

-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 948879] [NEW] --uri-path doesn't work with fetch:content()

2012-03-07 Thread Chris Hillery
Public bug reported:

The zorbacmd command-line arguments --uri-path, --lib-path, and
--module-path modify the StaticContext that runs the query. However, if
this query invokes the fetch module, the invocation of fetch:content()
is in a separate StaticContext that does not inherit those paths. The
upshot is that you can't fetch content from any custom paths, only the
built-in Zorba paths.

** Affects: zorba
 Importance: High
 Assignee: Matthias Brantner (matthias-brantner)
 Status: New

** Changed in: zorba
   Importance: Undecided => High

** Changed in: zorba
 Assignee: (unassigned) => Matthias Brantner (matthias-brantner)

** Description changed:

  The zorbacmd command-line arguments --uri-path, --lib-path, and
  --module-path modify the StaticContext that runs the query. However, if
  this query invokes the fetch module, the invocation of fetch:content()
  is in a separate StaticContext that does not inherit those paths. The
  upshot is that you can't fetch content from any custom paths, only the
- build-in Zorba paths.
+ built-in Zorba paths.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/948879

Title:
  --uri-path doesn't work with fetch:content()

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The zorbacmd command-line arguments --uri-path, --lib-path, and
  --module-path modify the StaticContext that runs the query. However,
  if this query invokes the fetch module, the invocation of
  fetch:content() is in a separate StaticContext that does not inherit
  those paths. The upshot is that you can't fetch content from any
  custom paths, only the built-in Zorba paths.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/948879/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Attempt to merge into lp:zorba failed due to conflicts: 

text conflict in ChangeLog
text conflict in test/rbkt/Queries/CMakeLists.txt
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~28msec/zorba/get-descendant-node-by-ordpath into lp:zorba

2012-03-07 Thread Markos Zaharioudakis
Within the for loop:

for (i = 0; i < numAttrs; i++)

in the case of (pos == OrdPath::DESCENDANT) the function should return false, 
no? 

Also, please use csize (instead of ulong) for storing the size of vectors and 
for iterating over vectors.

Also, in for loops, do ++i instead of i++. It's a very tiny optimization, but 
it doesn't cost anything so why let it pass

-- 
https://code.launchpad.net/~28msec/zorba/get-descendant-node-by-ordpath/+merge/95902
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/simplestore-api into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
-- 
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/simplestore-api-2012-03-07T14-29-07.412Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue job simplestore-api-2012-03-07T14-29-07.412Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/simplestore-api into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
-- 
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 944795] Re: XQDoc doesn't handle & in URLs

2012-03-07 Thread William Candillon
** Changed in: zorba
 Assignee: William Candillon (wcandillon) => Sorin Marian Nasoi 
(sorin.marian.nasoi)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/944795

Title:
  XQDoc doesn't handle & in URLs

Status in Zorba - The XQuery Processor:
  New

Bug description:
  If one has a URL within XQDoc documentation that contains a &, e.g.:

  : When using the WordNet implementation,
  : Zorba supports all of the relationships (and their abbreviations)
  : specified by
  : http://www.niso.org/kst/reports/standards?step=2&gid=&project_key=7cc9b583cb5a62e8c15d3099e0bb46bbae9cf38a";>ANSI/NISO
 Z39.19-2005.

  the parser complains:

  can not parse as XML for xqdoc: loader parsing error: EntityRef: expecting ';'
  ; raised at 
/Users/pjl/src/flwor/zorba/repo/feature-ft_module/zorba/src/compiler/parsetree/parsenode_print_xqdoc_visitor.cpp:417

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/944795/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 949064] [NEW] The faulty QName should be printed in the parser error messages

2012-03-07 Thread Nicolae Brinza
Public bug reported:


The offending QName should be printed in the parser's error messages, e.g.:

(no URI):10,1: static error [err:XPST0003]: invalid expression: syntax
error, unexpected "QName", expecting ...


A query that generates such an error: 

declare function local:foo() 
{}

local:foo()

** Affects: zorba
 Importance: Undecided
 Assignee: Nicolae Brinza (nbrinza)
 Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/949064

Title:
  The faulty QName should be printed in the parser error messages

Status in Zorba - The XQuery Processor:
  New

Bug description:
  
  The offending QName should be printed in the parser's error messages, e.g.:

  (no URI):10,1: static error [err:XPST0003]: invalid expression: syntax
  error, unexpected "QName", expecting ...

  
  A query that generates such an error: 

  declare function local:foo() 
  {}

  local:foo()

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/949064/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-07 Thread Nicolae Brinza
I have added the backwards-compatible parse-xml:parse-xml-fragment() function 
and now the link crawler test passes ok. Resubmitting for mergeing into the 
trunk.
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/95152
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-07 Thread Matthias Brantner
Review: Needs Fixing

I won't pass the remote queue because not all of the parameters of the old 
functions are documented.
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/96380
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-07 Thread Nicolae Brinza
Which parameters of the old functions are not documented?
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/96380
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please 
seek review and approval of these new revisions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-07 Thread Matthias Brantner
Review: Approve

> Which parameters of the old functions are not documented?
Sorry, I got confused by the diff. Everything seems to be fine.
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/96380
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/markos-scratch-2012-03-07T16-08-23.91Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 949111] [NEW] getUnsignedIntValue() not implemented for Integer

2012-03-07 Thread Paul J. Lucas
Public bug reported:

This was accidentally omitted.

** Affects: zorba
 Importance: High
 Assignee: Paul J. Lucas (paul-lucas)
 Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/949111

Title:
  getUnsignedIntValue() not implemented for Integer

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This was accidentally omitted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/949111/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-949111 into 
lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Paul J. Lucas (paul-lucas)
Related bugs:
  Bug #949111 in Zorba: "getUnsignedIntValue() not implemented for Integer"
  https://bugs.launchpad.net/zorba/+bug/949111

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96390

Added getUnsignedIntValue().
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96390
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/atomic_items.cpp'
--- src/store/naive/atomic_items.cpp	2012-03-01 19:53:10 +
+++ src/store/naive/atomic_items.cpp	2012-03-07 16:22:20 +
@@ -2437,6 +2437,12 @@
 }
 
 
+xs_unsignedInt IntegerItemImpl::getUnsignedIntValue() const
+{
+  return to_xs_unsignedInt(theValue);
+}
+
+
 store::Item* IntegerItemImpl::getType() const
 {
   return GET_STORE().theSchemaTypeNames[store::XS_INTEGER];

=== modified file 'src/store/naive/atomic_items.h'
--- src/store/naive/atomic_items.h	2012-02-29 17:15:09 +
+++ src/store/naive/atomic_items.h	2012-03-07 16:22:20 +
@@ -1468,6 +1468,7 @@
   xs_integer getIntegerValue() const { return theValue; }
 
   xs_long getLongValue() const; 
+  xs_unsignedInt getUnsignedIntValue() const;
   xs_nonNegativeInteger getUnsignedIntegerValue() const { return theValue; }
 
   zstring getStringValue() const;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96390
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 949111] Re: getUnsignedIntValue() not implemented for Integer

2012-03-07 Thread Paul J. Lucas
** Branch linked: lp:~paul-lucas/zorba/bug-949111

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/949111

Title:
  getUnsignedIntValue() not implemented for Integer

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This was accidentally omitted.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/949111/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-949111 into 
lp:zorba.

Requested reviews:
  Paul J. Lucas (paul-lucas)
  Matthias Brantner (matthias-brantner)
Related bugs:
  Bug #949111 in Zorba: "getUnsignedIntValue() not implemented for Integer"
  https://bugs.launchpad.net/zorba/+bug/949111

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392

Added getUnsignedIntValue().
Added try/catch.
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/atomic_items.cpp'
--- src/store/naive/atomic_items.cpp	2012-03-01 19:53:10 +
+++ src/store/naive/atomic_items.cpp	2012-03-07 16:32:22 +
@@ -2437,6 +2437,18 @@
 }
 
 
+xs_unsignedInt IntegerItemImpl::getUnsignedIntValue() const
+{
+  try {
+return to_xs_unsignedInt(theValue);
+  }
+  catch ( std::range_error const& ) {
+RAISE_ERROR_NO_LOC(err::FORG0001,
+ERROR_PARAMS(theValue, ZED(CastFromToFailed_34), "integer", "unsignedInt"));
+  }
+}
+
+
 store::Item* IntegerItemImpl::getType() const
 {
   return GET_STORE().theSchemaTypeNames[store::XS_INTEGER];

=== modified file 'src/store/naive/atomic_items.h'
--- src/store/naive/atomic_items.h	2012-02-29 17:15:09 +
+++ src/store/naive/atomic_items.h	2012-03-07 16:32:22 +
@@ -1468,6 +1468,7 @@
   xs_integer getIntegerValue() const { return theValue; }
 
   xs_long getLongValue() const; 
+  xs_unsignedInt getUnsignedIntValue() const;
   xs_nonNegativeInteger getUnsignedIntegerValue() const { return theValue; }
 
   zstring getStringValue() const;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Zorba Build Bot
Validation queue job markos-scratch-2012-03-07T16-08-23.91Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has 
been updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/96319
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 912586] Re: Zorba Internal Fatal error when applying a PUL changes the type of a typed node

2012-03-07 Thread Cezar Andrei
** Branch linked: lp:~zorba-coders/zorba/bugs-912586-912593-912722

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/912586

Title:
  Zorba Internal Fatal error when applying a PUL changes the type of a
  typed node

Status in Zorba - The XQuery Processor:
  New

Bug description:
  If a PUL changes the type of a typed node  there is a Zorba Internal
  Fatal error when applying.

  Query

  import schema namespace d="http://www.zorba-xquery.org/schema"; at
  "upd14.xsd";

  declare revalidation lax;

  declare variable $doc:=validate{http://www.w3.org/2001/XMLSchema-instance";
  xmlns="http://www.zorba-xquery.org/schema";>
  
  
  
  
  
  };

  rename node $doc//d:b as fn:QName("http://www.zorba-
  xquery.org/schema", "newb");

  Schema

  
  http://www.w3.org/2001/XMLSchema";
  targetNamespace="http://www.zorba-xquery.org/schema"; 
xmlns="http://www.zorba-xquery.org/schema";
  elementFormDefault="qualified">
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/912586/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 912722] Re: A validate lax {}-validated element may cause assertion failures

2012-03-07 Thread Cezar Andrei
** Branch linked: lp:~zorba-coders/zorba/bugs-912586-912593-912722

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/912722

Title:
  A validate lax {}-validated element may cause assertion failures

Status in Zorba - The XQuery Processor:
  New

Bug description:
  This query causes assertion failures:

  
  import schema namespace d="http://www.zorba-xquery.org/schema"; at "upd14.xsd";
  import module namespace schema = "http://www.zorba-xquery.com/modules/schema";;

  declare revalidation lax;

  declare variable $x:=validate lax {http://www.w3.org/2001/XMLSchema-instance";
  xmlns="http://www.zorba-xquery.org/schema";>
  aa
  };
  $x/text()

  
  Schema

  
  http://www.w3.org/2001/XMLSchema";
  targetNamespace="http://www.zorba-xquery.org/schema"; 
xmlns="http://www.zorba-xquery.org/schema";
  elementFormDefault="qualified">
  
  
  
  

  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x9e8f99) 
[0x7f27fe08ff99]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x9e9066) 
[0x7f27fe090066]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x121d895) 
[0x7f27fe8c4895]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x1231eca) 
[0x7f27fe8d8eca]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x127ad92) 
[0x7f27fe921d92]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x114beec) 
[0x7f27fe7f2eec]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x114b393) 
[0x7f27fe7f2393]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x114ab7b) 
[0x7f27fe7f1b7b]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x114a1c7) 
[0x7f27fe7f11c7]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xe13c51) 
[0x7f27fe4bac51]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x813ba8) 
[0x7f27fdebaba8]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xed6539) 
[0x7f27fe57d539]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xfa7914) 
[0x7f27fe64e914]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xfb98a2) 
[0x7f27fe6608a2]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xed6539) 
[0x7f27fe57d539]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x10a689d) 
[0x7f27fe74d89d]
  
/home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x10b627c) 
[0x7f27fe75d27c]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xed6539) 
[0x7f27fe57d539]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0xed5f1a) 
[0x7f27fe57cf1a]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x669751) 
[0x7f27fdd10751]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x669455) 
[0x7f27fdd10455]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x60a83d) 
[0x7f27fdcb183d]
  /home/federico/zorba/build/bugs2/src/libzorba_simplestore.so.2.1.0(+0x609aaa) 
[0x7f27fdcb0aaa]
  /home/federico/zorba/build/bugs2/bin/zorba() [0x41224c]
  /home/federico/zorba/build/bugs2/bin/zorba() [0x4135bd]
  
:6,22:
 Zorba error [zerr:ZXQP0002]: "false": assertion failed; raised at 
/home/federico/zorba/repository/bugs2/src/store/naive/node_items.cpp:3755 
  -
  COMMAND LINE: /home/federico/zorba/build/bugs2/bin/zorba -f -q 
/home/federico/zorba/repository/bugs2/./test/rbkt/Queries/zorba/updates/upd14.xq
  -

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/912722/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 912593] Re: Validate in-place causes Zorba Internal Fatal error if a node which might have a simple type contains other nodes

2012-03-07 Thread Cezar Andrei
** Branch linked: lp:~zorba-coders/zorba/bugs-912586-912593-912722

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/912593

Title:
  Validate in-place causes Zorba Internal Fatal error if a node which
  might have a simple type contains other nodes

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query crashes zorba with an Internal fatal error.

  Query
  import schema namespace d="http://www.zorba-xquery.org/schema"; at "upd14.xsd";
  import module namespace schema = "http://www.zorba-xquery.com/modules/schema";;

  declare revalidation lax;

  declare variable $doc:=http://www.w3.org/2001/XMLSchema-instance";
  xmlns="http://www.zorba-xquery.org/schema";>
  
  ;

  schema:validate-in-place($doc);

  Schema

  
  http://www.w3.org/2001/XMLSchema";
  targetNamespace="http://www.zorba-xquery.org/schema"; 
xmlns="http://www.zorba-xquery.org/schema";
  elementFormDefault="qualified">
  
  
  
  
  

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/912593/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~zorba-coders/zorba/module-schema-tools into lp:zorba

2012-03-07 Thread Cezar Andrei
The proposal to merge lp:~zorba-coders/zorba/module-schema-tools into lp:zorba 
has been updated.

Commit Message changed to:

Add java classpath to zorbacmd and to Zorba API.
Fix dynamic libraries loading.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/96399
-- 
https://code.launchpad.net/~zorba-coders/zorba/module-schema-tools/+merge/96399
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~nbrinza/zorba/parse-fragment into lp:zorba

2012-03-07 Thread William Candillon
Review: Needs Fixing

The module works nicely but the documentation needs more example:
- In the introduction
- For each function
-- 
https://code.launchpad.net/~nbrinza/zorba/parse-fragment/+merge/96380
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-949176 into 
lp:zorba.

Requested reviews:
  Paul J. Lucas (paul-lucas)
  Matthias Brantner (matthias-brantner)
Related bugs:
  Bug #949176 in Zorba: "Add links to other full-text documentation"
  https://bugs.launchpad.net/zorba/+bug/949176

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404

Added links to full-text documentation.
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'doc/zorba/ft_intro.dox'
--- doc/zorba/ft_intro.dox	2012-02-28 20:45:43 +
+++ doc/zorba/ft_intro.dox	2012-03-07 17:16:19 +
@@ -3,9 +3,11 @@
 The Zorba XQuery engine implements the
 http://www.w3.org/TR/xpath-full-text-10/";>XQuery and XPath Full Text 1.0
 specification.
-Among other features,
-Zorba implements the ability to use a thesaurus for text-matching.
-See the \ref ft_thesaurus documentation.
+Additional documentation:
+
+  - \ref ft_stemmer
+  - \ref ft_thesaurus
+  - \ref ft_tokenizer
 
 \section ft_unimplemented Unimplemented Features
 

=== modified file 'doc/zorba/indexpage.dox.in'
--- doc/zorba/indexpage.dox.in	2012-02-28 20:45:43 +
+++ doc/zorba/indexpage.dox.in	2012-03-07 17:16:19 +
@@ -26,7 +26,6 @@
   - \ref uriresolvers
   - \ref data_converters
   - \ref ft_intro
-- \ref ft_thesaurus
   - \ref errors_warnings
   - \ref impl_dep_features
 

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 949176] [NEW] Add links to other full-text documentation

2012-03-07 Thread Paul J. Lucas
Public bug reported:

The links to some full-text documentation are missing.

** Affects: zorba
 Importance: Low
 Assignee: Paul J. Lucas (paul-lucas)
 Status: New

** Branch linked: lp:~paul-lucas/zorba/bug-949176

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/949176

Title:
  Add links to other full-text documentation

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The links to some full-text documentation are missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/949176/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Bug 935639] Re: Closing without releasing objects

2012-03-07 Thread Rodolfo Ochoa
** Changed in: zorba
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/935639

Title:
  Closing without releasing objects

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  Provide a better solution for any use case where Zorba is closed without 
releasing in-memory objects.
  This is very notorious on managed memory languages where you never expect a 
memory leak, like Java.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/935639/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug935639 into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug935639 into lp:zorba has been 
updated.

Status: Approved => Rejected

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug935639 into lp:zorba has been 
updated.

Status: Rejected => Work in progress

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread Matthias Brantner
The proposal to merge lp:~paul-lucas/zorba/bug-949176 into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-949176-2012-03-07T18-16-29.332Z/log.html
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread Zorba Build Bot
Validation queue job bug-949176-2012-03-07T18-16-29.332Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949176 into lp:zorba

2012-03-07 Thread noreply
The proposal to merge lp:~paul-lucas/zorba/bug-949176 into lp:zorba has been 
updated.

Status: Approved => Merged

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949176/+merge/96404
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Matthias Brantner
The proposal to merge lp:~paul-lucas/zorba/bug-949111 into lp:zorba has been 
updated.

Commit Message changed to:

fix for Bug #949111: getUnsignedIntValue() not implemented for Integer

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Matthias Brantner
The proposal to merge lp:~paul-lucas/zorba/bug-949111 into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Zorba Build Bot
Attempt to merge into lp:zorba failed due to conflicts: 

text conflict in src/store/naive/atomic_items.h
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Zorba Build Bot
The proposal to merge lp:~paul-lucas/zorba/bug-949111 into lp:zorba has been 
updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96392
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Matthias Brantner
Review: Needs Fixing

The result looks as follows:

Imported schemas:

  • http://expath.org/ns/http-client

Please note that the schemas are not automatically imported in the modules that 
import this module.
In order to import and use the schemas, please add:

import schema "http://expath.org/ns/http-client";;


1. The schema import is syntactically not correct. You also need to specify a 
prefix.

2. IMHO, it would be sufficient to show something as follows:

• http://expath.org/ns/http-client (usage: import schema namespace http = 
"http://expath.org/ns/http-client";;)

-- 
https://code.launchpad.net/~zorba-coders/zorba/bug_948712/+merge/96323
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Matthias Brantner
Review: Needs Information

- The destroy* functions could also be pure virtual in store.h. Why aren't they?
- With the introduction of a new abstract Store class, the need for types like 
DocumentSet, CollectionSet, IndexSet somehow disappears because functions such 
as getDocument only delegate to the corresponding Set. Instead, the 
implementation could be directly done in the deriving store class. But this is 
just something to consider and not a must fix.
- Along this argument, the RefNodeMap should be moved into the SimpleStore 
class because it's unlikely that another store shares the same data structure.
- The counters (i.e. theUriCounter, theCollectionCounter, and theTreeCounter) 
could go into the SimpleStore subclass. 
-- 
https://code.launchpad.net/~zorba-coders/zorba/simplestore-api/+merge/96360
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/bug-949111 into 
lp:zorba.

Requested reviews:
  Paul J. Lucas (paul-lucas)
  Matthias Brantner (matthias-brantner)
Related bugs:
  Bug #949111 in Zorba: "getUnsignedIntValue() not implemented for Integer"
  https://bugs.launchpad.net/zorba/+bug/949111

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96455

Added getUnsignedIntValue().
Added try/catch.
Fixed merge conflict.
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96455
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/atomic_items.cpp'
--- src/store/naive/atomic_items.cpp	2012-03-07 13:11:43 +
+++ src/store/naive/atomic_items.cpp	2012-03-07 21:10:24 +
@@ -2437,6 +2437,18 @@
 }
 
 
+xs_unsignedInt IntegerItemImpl::getUnsignedIntValue() const
+{
+  try {
+return to_xs_unsignedInt(theValue);
+  }
+  catch ( std::range_error const& ) {
+RAISE_ERROR_NO_LOC(err::FORG0001,
+ERROR_PARAMS(theValue, ZED(CastFromToFailed_34), "integer", "unsignedInt"));
+  }
+}
+
+
 store::Item* IntegerItemImpl::getType() const
 {
   return GET_STORE().theSchemaTypeNames[store::XS_INTEGER];

=== modified file 'src/store/naive/atomic_items.h'
--- src/store/naive/atomic_items.h	2012-03-07 13:11:43 +
+++ src/store/naive/atomic_items.h	2012-03-07 21:10:24 +
@@ -1462,6 +1462,7 @@
 
   xs_long getLongValue() const; 
 
+  xs_unsignedInt getUnsignedIntValue() const;
   xs_nonNegativeInteger getUnsignedIntegerValue() const { return theValue; }
 
   zstring getStringValue() const;

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/bug-949111 into lp:zorba

2012-03-07 Thread Paul J. Lucas
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-949111/+merge/96455
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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

2012-03-07 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/bug935639 into lp:zorba has been 
updated.

Commit Message changed to:

All typos fixed.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug935639/+merge/94900
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


  1   2   >