Merge lp:~zorba-coders/zorba/bug-1189798 into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Merged at revision: 11544
Proposed branch: lp:~zorba-coders/zorba/bug-1189798
Merge into: lp:zorba
Diff against target: 3111 lines (+519/-514)
263 files modified
ChangeLog (+1/-0)
doc/zorba/errors_warnings.dox (+8/-8)
doc/zorba/impl_dep_features.dox (+3/-3)
doc/zorba/options.dox (+2/-2)
doc/zorba/xqddf.dox (+1/-1)
doc/zorba/xqdoc/images/modules.svg (+3/-3)
doc/zorba/xqdoc/images/modules_new.svg (+3/-3)
include/zorba/pregenerated/diagnostic_list.h (+2/-2)
modules/CMakeLists.txt (+10/-0)
modules/ExternalModules.conf (+2/-2)
modules/com/zorba-xquery/www/modules/CMakeLists.txt (+0/-9)
modules/com/zorba-xquery/www/modules/converters/base64.xq (+1/-1)
modules/com/zorba-xquery/www/modules/converters/json.xq (+1/-1)
modules/com/zorba-xquery/www/modules/datetime.xq (+1/-1)
modules/com/zorba-xquery/www/modules/fetch.xq (+1/-1)
modules/com/zorba-xquery/www/modules/http-client.xq.src/http_response_parser.cpp (+1/-1)
modules/com/zorba-xquery/www/modules/node-reference.xq (+1/-1)
modules/com/zorba-xquery/www/modules/random.xq (+1/-1)
modules/com/zorba-xquery/www/modules/reference.xq (+1/-1)
modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq (+2/-2)
modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq (+2/-2)
modules/com/zorba-xquery/www/modules/uri.xq (+1/-1)
modules/com/zorba-xquery/www/modules/xml.xq (+1/-1)
modules/com/zorba-xquery/www/modules/xqdoc.xq (+1/-1)
modules/full-text/full-text.xq (+1/-1)
modules/org/jsoniq/www/CMakeLists.txt (+0/-2)
modules/pregenerated/jsoniq-errors.xq (+5/-5)
modules/pregenerated/zorba-errors.xq (+7/-7)
modules/pregenerated/zorba-warnings.xq (+9/-9)
modules/w3c/pregenerated/xqt-errors.xq (+5/-5)
src/diagnostics/CMakeLists.txt (+75/-76)
src/diagnostics/diagnostic_en.xml (+2/-2)
src/diagnostics/diagnostic_list_cpp.xq (+2/-1)
src/diagnostics/diagnostic_list_h.xq (+2/-1)
src/diagnostics/diagnostic_list_xq.xq (+102/-103)
src/diagnostics/diagnostic_util.xq (+11/-9)
src/diagnostics/dict_XX_cpp.xq (+2/-1)
src/diagnostics/dict_zed_keys_h.xq (+2/-1)
src/diagnostics/pregenerated/diagnostic_list.cpp (+2/-2)
src/diagnostics/pregenerated/dict_en.cpp (+2/-2)
src/diagnostics/pregenerated/dict_zed_keys.h (+2/-2)
src/zorbamisc/ns_consts.h (+3/-2)
test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace1.xml.res (+1/-1)
test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace2.xml.res (+1/-1)
test/rbkt/Queries/zorba/HigherOrder/combinator-01.spec (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-unknown-02.spec (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-unknown-03.spec (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-unknown-04.spec (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-unknown-05.spec (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.spec (+1/-1)
test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.spec (+1/-1)
test/rbkt/Queries/zorba/block/seq_func1.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_004/q3.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_010/q3.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q11.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q31.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q32.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q33.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q34.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q35.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q36.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q37.spec (+1/-1)
test/rbkt/Queries/zorba/collections/chained_test_collection_011/q40.spec (+1/-1)
test/rbkt/Queries/zorba/collections/collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/collection_does_not_exist.spec (+1/-1)
test/rbkt/Queries/zorba/collections/create_collision.spec (+1/-1)
test/rbkt/Queries/zorba/collections/declare_1.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_003.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_005.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_006.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_007.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_008.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only_2.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const_2.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_003.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_005.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_006.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_007.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_008.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only_2.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const_2.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_008.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_009.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_015.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_016.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_017.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/edit/edit_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/index_of_3.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_003.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_003.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_003.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_001.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_002.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_003.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_004.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_append_only.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_const.spec (+1/-1)
test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_queue.spec (+1/-1)
test/rbkt/Queries/zorba/collections/paging_1.xq (+1/-1)
test/rbkt/Queries/zorba/collections/paging_5.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-date-la-uD-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-date-ld-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-date-lj-uY-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-2.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-2.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-2.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-time-uH-2.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-time-uM-1.spec (+1/-1)
test/rbkt/Queries/zorba/datetime/datetime-parse-time-uS-1.spec (+1/-1)
test/rbkt/Queries/zorba/error/data-location-json-1.xq (+1/-1)
test/rbkt/Queries/zorba/error/data-location-json-2.xq (+1/-1)
test/rbkt/Queries/zorba/error/data-location-xml-1.xq (+1/-1)
test/rbkt/Queries/zorba/error/data-location-xml-2.xq (+1/-1)
test/rbkt/Queries/zorba/error/warning1.xq (+1/-1)
test/rbkt/Queries/zorba/fetch/fetch_bogus1.spec (+1/-1)
test/rbkt/Queries/zorba/fetch/fetch_bogus2.spec (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_01.spec (+1/-1)
test/rbkt/Queries/zorba/index/declare_index/declare_05.spec (+1/-1)
test/rbkt/Queries/zorba/index/error1.spec (+1/-1)
test/rbkt/Queries/zorba/index/error2.spec (+1/-1)
test/rbkt/Queries/zorba/index/error3.spec (+1/-1)
test/rbkt/Queries/zorba/index/error4.spec (+1/-1)
test/rbkt/Queries/zorba/index/index_does_not_exist.spec (+1/-1)
test/rbkt/Queries/zorba/index/index_does_not_exist_2.spec (+1/-1)
test/rbkt/Queries/zorba/index/index_exists_already.spec (+1/-1)
test/rbkt/Queries/zorba/index/index_probe_range.spec (+1/-1)
test/rbkt/Queries/zorba/index/probe_index_invalid_params.spec (+1/-1)
test/rbkt/Queries/zorba/index/remove_collection_with_index.spec (+1/-1)
test/rbkt/Queries/zorba/index/undo2.xq (+1/-1)
test/rbkt/Queries/zorba/index/undo3.xq (+1/-1)
test/rbkt/Queries/zorba/index/undo4.xq (+1/-1)
test/rbkt/Queries/zorba/index/unique.xq (+1/-1)
test/rbkt/Queries/zorba/json/json-jsonml_array-parse-06.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-jsonml_array-parse-07.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-jsonml_array-parse-08.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-invalid-json.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-parse-empty.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-array-06.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-array-07.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-array-08.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-array-09.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-array-10.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-array-11.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-comment-node.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-invalid-value-for-attribute.spec (+1/-1)
test/rbkt/Queries/zorba/json/json-snelson-serialize-type-value-missing.spec (+1/-1)
test/rbkt/Queries/zorba/nodes/position_err.xq (+1/-1)
test/rbkt/Queries/zorba/options/unknown_1.spec (+1/-1)
test/rbkt/Queries/zorba/random/seeded-random1.xq (+1/-1)
test/rbkt/Queries/zorba/reference/json-reference_1.spec (+1/-1)
test/rbkt/Queries/zorba/reference/reference_4.spec (+1/-1)
test/rbkt/Queries/zorba/schemas/val-inplace-err2.spec (+1/-1)
test/rbkt/Queries/zorba/scripting/break0.spec (+1/-1)
test/rbkt/Queries/zorba/scripting/flwor4.spec (+1/-1)
test/rbkt/Queries/zorba/scripting/nonsequential3.spec (+1/-1)
test/rbkt/Queries/zorba/scripting/q2.spec (+1/-1)
test/rbkt/Queries/zorba/scripting/udf1.spec (+1/-1)
test/rbkt/Queries/zorba/store/documents.xq (+1/-1)
test/rbkt/Queries/zorba/store/unordered-map/map5.spec (+1/-1)
test/rbkt/Queries/zorba/store/unordered-map/map6.xq (+1/-1)
test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm (+2/-2)
test/rbkt/Queries/zorba/trycatch/stacktrace1.xq (+1/-1)
test/rbkt/Queries/zorba/trycatch/stacktrace2.xq (+1/-1)
test/rbkt/Queries/zorba/trycatch/stacktrace3.xq (+1/-1)
test/rbkt/Queries/zorba/trycatch/trycatch10.xq (+1/-1)
test/rbkt/Queries/zorba/trycatch/trycatch16.xq (+1/-1)
test/rbkt/Queries/zorba/udf/udf-recursive-1.spec (+1/-1)
test/rbkt/Queries/zorba/uris/decode_02.spec (+1/-1)
test/rbkt/Queries/zorba/uris/disable-http-5.spec (+1/-1)
test/rbkt/Queries/zorba/uris/serialize-wrong-opaque-noscheme.spec (+1/-1)
test/rbkt/Queries/zorba/uris/serialize-wrong-opaque.spec (+1/-1)
test/rbkt/Queries/zorba/uris/serialize-wrong-path1.spec (+1/-1)
test/rbkt/Queries/zorba/uris/serialize-wrong-path2.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/import-chain2.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/import-chain3.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/import5.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/import6.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/import7.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version2.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version3.spec (+1/-1)
test/rbkt/Queries/zorba/versioning/zorba-version5.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/dic2.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/dic3.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/ric2.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/ric3.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/t4.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/daniel/t5.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/error_01.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/error_02.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/error_03.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/ic-forEach-err.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/ic-foreignKey-err.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/ic-simple-err.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err1.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err2.spec (+1/-1)
test/rbkt/Queries/zorba/xqddf/test-node-reference.xq (+1/-1)
test/rbkt/Queries/zorba/xqddf/test1.spec (+1/-1)
test/rbkt/Queries/zorba/xqdoc/content_with_error.spec (+1/-1)
test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq (+2/-2)
test/rbkt/Queries/zorba/xqueryx/err1.spec (+1/-1)
test/rbkt/Queries/zorba/xqueryx/err2.spec (+1/-1)
test/rbkt/Queries/zorba/xqxq/query-plan4.spec (+1/-1)
test/rbkt/Scripts/w3c/XQFTTS.xml (+2/-2)
test/rbkt/Scripts/w3c/XQTS.xml (+2/-2)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1189798
Reviewer Review Type Date Requested Status
Chris Hillery Approve
Paul J. Lucas Approve
Review via email: mp+171183@code.launchpad.net

Commit message

Relocated and renamed Zorba errors & warnings "modules."

Description of the change

Relocated and renamed Zorba errors & warnings "modules." This merge must be performed at the same time as https://code.launchpad.net/~zorba-coders/zorba/bug-1189798-stack/+merge/171308 and https://code.launchpad.net/~zorba-coders/zorba/bug-1189798-queue/+merge/171309 .

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/bug-1189798 into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:281 (message):
  Validation queue job bug-1189798-2013-06-25T00-31-00.833Z is finished. The
  final status was:

  13 tests did not succeed - changes not commited.

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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/bug-1189798 into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:281 (message):
  Validation queue job bug-1189798-2013-06-25T03-04-53.577Z 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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/bug-1189798 into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:281 (message):
  Validation queue job bug-1189798-2013-06-25T04-04-55.174Z is finished. The
  final status was:

  176 tests did not succeed - changes not commited.

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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/bug-1189798 into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:281 (message):
  Validation queue job bug-1189798-2013-06-25T04-53-52.327Z 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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~zorba-coders/zorba/bug-1189798 into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:281 (message):
  Validation queue job bug-1189798-2013-06-25T14-13-46.483Z is finished. The
  final status was:

  1 tests did not succeed - changes not commited.

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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job bug-1189798-2013-06-25T16-27-45.206Z is finished. The final status was:

All tests succeeded!

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1, Needs Information < 1, Resubmit < 1. Got: 1 Approve, 1 Pending.

lp:~zorba-coders/zorba/bug-1189798 updated
11543. By Paul J. Lucas

Merge from trunk.

11544. By Chris Hillery

Returning to normal module branches.

11545. By Chris Hillery

Attempt to make links to new zorba.io/modules/errors module work.

Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue result for https://code.launchpad.net/~zorba-coders/zorba/bug-1189798/+merge/171183

Stage "TestZorbaUbuntu" failed.
4 tests failed (8345 total tests run).

Check test results at http://jenkins.lambda.nu/job/TestZorbaUbuntu/42/testReport/ to view the results.

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ChangeLog'
2--- ChangeLog 2013-06-25 16:54:34 +0000
3+++ ChangeLog 2013-06-28 01:24:29 +0000
4@@ -29,6 +29,7 @@
5 * Fixed bug #1162631 (format-integer 'w' format of negative numbers)
6 * Fixed bug #1192285 (Have JSON token know number subtype)
7 * Fixed bug #1190261 (relative paths bug in file module)
8+ * Fixed bug #1189798 (Update core module "errors")
9 * Fixed bug #1187537 (Eliminate (or at least reduce) use of MAX_PATH)
10 * Fixed bug #1180220 (Consolidate redundant path/file public APIs)
11 * Fixed bug #1103115 (Timezone units as hours are wrong)
12
13=== modified file 'doc/zorba/errors_warnings.dox'
14--- doc/zorba/errors_warnings.dox 2013-03-07 23:44:39 +0000
15+++ doc/zorba/errors_warnings.dox 2013-06-28 01:24:29 +0000
16@@ -9,12 +9,12 @@
17 Moreover, errors may be raised by any of the host language APIs.
18 Each such error is identified by a QName.
19 Most of the errors are defined by any of the XQuery specifications (e.g. XQuery 1.0 or 3.0, XQuery Update, or XQuery Full Text) and contained in the XPath and XQuery error namespace (http://www.w3.org/2005/xqt-errors).
20-In addition, Zorba defines a set of errors in the %http://www.zorba-xquery.com/errors namespace.
21+In addition, Zorba defines a set of errors in the %http://zorba.io/modules/zorba-errors namespace.
22
23 A full list of potential errors can be found in the diagnostic_list.h header (<tt>err</tt> and <tt>zerr</tt> namespaces) of the C++ API and in the following XQuery modules:
24
25 <ul>
26- <li><a href="../xqdoc/xhtml/www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a></li>
27+ <li><a href="../xqdoc/modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a></li>
28 <li><a href="../xqdoc/xhtml/www.w3.org_2005_xqt-errors.html">http://www.w3.org/2005/xqt-errors</a></li>
29 </ul>
30
31@@ -25,8 +25,8 @@
32
33 In addition to the errors mentioned in the previous section, Zorba may raise warnings during the static analysis phase of the query.
34 Warnings are diagnostic messages that report constructions which are not inherently erroneous but which are risky or suggest there may have been an error.
35-Like an error, a warning is identified by a QName whose namespace is %http://www.zorba-xquery.com/warnings.
36-A list of warnings can be found in the diagnostic_list.h header (zwarn namespace) of the C++ API and in the <a href="../xqdoc/xhtml/www.zorba-xquery.com_warnings.html">http://www.zorba-xquery.com/warnings</a> module.
37+Like an error, a warning is identified by a QName whose namespace is %http://zorba.io/modules/zorba-warnings.
38+A list of warnings can be found in the diagnostic_list.h header (zwarn namespace) of the C++ API and in the <a href="../xqdoc/modules_http:__zorba.io_modules_zorba-warnings.html">http://zorba.io/modules/zorba-warnings</a> module.
39
40 A warning can be enabled (i.e. will be reported), disabled (i.e. will not be reported), or turned into an error (i.e. an error with the same name will be raised) by specifying options in the static context that is used to compile the query (zorba::StaticContext::declareOption) or in the prolog of an XQuery module.
41
42@@ -34,7 +34,7 @@
43
44 \code
45 declare namespace op = "http://www.zorba-xquery.com/options/warnings";
46- declare namespace w = "http://www.zorba-xquery.com/warnings";
47+ declare namespace w = "http://zorba.io/modules/zorba-warnings";
48
49 declare option op:error "w:all";
50 \endcode
51@@ -131,13 +131,13 @@
52 </table>
53
54 where the \c zerr prefix
55-is bound to the namespace \c %http://www.zorba-xquery.com/errors
56+is bound to the namespace \c %http://zorba.io/modules/zorba-errors
57 and "data file" refers to the file that data is being read from,
58 e.g., the result of reading XML (<tt>fn:doc</tt>) or JSON data.
59 For example, the query:
60
61 \code
62-declare namespace zerr = "http://www.zorba-xquery.com/errors";
63+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
64
65 declare function local:bar()
66 {
67@@ -160,7 +160,7 @@
68 returns the following result:
69
70 \code
71-<stack xmlns="http://www.zorba-xquery.com/errors">
72+<stack xmlns="http://zorba.io/modules/zorba-errors">
73 <entry>
74 <function namespace="http://www.w3.org/2005/xquery-local-functions" localname="bar" arity="0"/>
75 <location name="filename.xq" line-begin="10" line-end="10" column-begin="3" column-end="14"/>
76
77=== modified file 'doc/zorba/impl_dep_features.dox'
78--- doc/zorba/impl_dep_features.dox 2013-02-07 17:24:36 +0000
79+++ doc/zorba/impl_dep_features.dox 2013-06-28 01:24:29 +0000
80@@ -36,7 +36,7 @@
81 <tr bgcolor="lightcyan">
82 <td>W3C XQuery 1.0</td>
83 <td>The circumstances in which warnings are raised, and the ways in which warnings are handled.</td>
84- <td>Warnings are handled via instances of the zorba::DiagnosticHandler class. For details, see http://www.zorba-xquery.com/html/doc/latest/cxx/html/classzorba_1_1DiagnosticHandler.html and http://www.zorba-xquery.com/html/doc/latest/zorba/xqdoc/xhtml/www.zorba-xquery.com_warnings.html.</td>
85+ <td>Warnings are handled via instances of the zorba::DiagnosticHandler class. For details, see http://www.zorba-xquery.com/html/doc/latest/cxx/html/classzorba_1_1DiagnosticHandler.html and http://www.zorba-xquery.com/html/doc/latest/zorba/xqdoc/modules_http:__zorba.io_modules_zorba-warnings.html.</td>
86 </tr>
87 <tr bgcolor="lightcyan">
88 <td>W3C XQuery 1.0</td>
89@@ -51,7 +51,7 @@
90 <tr bgcolor="lightcyan">
91 <td>W3C XQuery 1.0</td>
92 <td>Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</td>
93- <td>The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –&gt; <a href="http://www.zorba-xquery.com/html/modules/zorba/errors">http://www.zorba-xquery.com/errors</a> 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*</td>
94+ <td>The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –&gt; <a href="http://www.zorba-xquery.com/html/modules/zorba/errors">http://zorba.io/modules/zorba-errors</a> 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*</td>
95 </tr>
96 <tr bgcolor="lightcyan">
97 <td>W3C XQuery 1.0</td>
98@@ -508,7 +508,7 @@
99 <td>W3C XQuery 1.0</td>
100 <td>Statically known namespaces</td>
101 <td>static</td>
102- <td>fn –&gt; http://www.w3.org/2005/xpath-functions, xml –&gt; http://www.w3.org/XML/1998/namespace, xs –&gt; http://www.w3.org/2001/XMLSchema, xsi –&gt; http://www.w3.org/2001/XMLSchema-instance, local –&gt; http://www.w3.org/2005/xquery-local-functions, zerr –&gt; http://www.zorba-xquery.com/errors</td>
103+ <td>fn –&gt; http://www.w3.org/2005/xpath-functions, xml –&gt; http://www.w3.org/XML/1998/namespace, xs –&gt; http://www.w3.org/2001/XMLSchema, xsi –&gt; http://www.w3.org/2001/XMLSchema-instance, local –&gt; http://www.w3.org/2005/xquery-local-functions, zerr –&gt; http://zorba.io/modules/zorba-errors</td>
104 </tr>
105 <tr bgcolor="lightcyan">
106 <td>W3C XQuery 1.0</td>
107
108=== modified file 'doc/zorba/options.dox'
109--- doc/zorba/options.dox 2013-02-07 17:24:36 +0000
110+++ doc/zorba/options.dox 2013-06-28 01:24:29 +0000
111@@ -157,13 +157,13 @@
112
113 \code
114 declare namespace op = "http://www.zorba-xquery.com/options/warnings";
115- declare namespace w = "http://www.zorba-xquery.com/warnings";
116+ declare namespace w = "http://zorba.io/modules/zorba-warnings";
117
118 declare option op:error "w:all";
119 \endcode
120
121 If a given warning doesn't specify a prefix, the name is resolved against the
122-default warning namespace <tt>http://www.zorba-xquery.com/warnings</tt>. All
123+default warning namespace <tt>http://zorba.io/modules/zorba-warnings</tt>. All
124 Zorba specific warnings are defined in this namespace. A comprehensive list
125 of warnings is contained at the end of the C++ header file diagnostic_list.h.
126
127
128=== modified file 'doc/zorba/xqddf.dox'
129--- doc/zorba/xqddf.dox 2013-02-07 17:24:36 +0000
130+++ doc/zorba/xqddf.dox 2013-06-28 01:24:29 +0000
131@@ -2285,7 +2285,7 @@
132
133 \section error_summary Appendix Error Summary
134
135-The prefix "zerr" is bound to the error namespace of Zorba, i.e. %http://www.zorba-xquery.com/errors .
136+The prefix "zerr" is bound to the error namespace of Zorba, i.e. %http://zorba.io/modules/zorba-errors .
137 The prefix "err" is bound to the general XQuery error namespace, i.e. http://www.w3.org/2005/xqt-errors .
138
139 <p>XQuery Data Definition Facility - Static Errors:</p>
140
141=== modified file 'doc/zorba/xqdoc/images/modules.svg'
142--- doc/zorba/xqdoc/images/modules.svg 2013-06-15 20:57:44 +0000
143+++ doc/zorba/xqdoc/images/modules.svg 2013-06-28 01:24:29 +0000
144@@ -2066,17 +2066,17 @@
145 </g>
146 <!-- 38 -->
147 <g id="node219" class="node"><title>38</title>
148-<a xlink:href="../modules_zorba_Zorba Error Codes.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/errors">
149+<a xlink:href="../modules_zorba_Zorba Error Codes.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-errors">
150 <ellipse fill="white" stroke="white" cx="479" cy="-447" rx="31.2965" ry="18"/>
151 <text text-anchor="middle" x="479" y="-443.3" font-family="Times,serif" font-size="14.00" fill="red">errors</text>
152 </a>
153 </g>
154 <!-- 39 -->
155 <g id="node221" class="node"><title>39</title>
156-<a xlink:href="../modules_zorba_Zorba Warning Codes.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/warnings">
157+<a xlink:href="../modules_zorba_Zorba Warning Codes.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-warnings">
158 <ellipse fill="white" stroke="white" cx="343" cy="-447" rx="42.3456" ry="18"/>
159 <text text-anchor="middle" x="343" y="-443.3" font-family="Times,serif" font-size="14.00" fill="red">warnings</text>
160 </a>
161 </g>
162 </g>
163-</svg>
164\ No newline at end of file
165+</svg>
166
167=== modified file 'doc/zorba/xqdoc/images/modules_new.svg'
168--- doc/zorba/xqdoc/images/modules_new.svg 2013-06-15 20:57:44 +0000
169+++ doc/zorba/xqdoc/images/modules_new.svg 2013-06-28 01:24:29 +0000
170@@ -2066,17 +2066,17 @@
171 </g>
172 <!-- 38 -->
173 <g id="node219" class="node"><title>38</title>
174-<a xlink:href="../modules_zorba_Zorba Error Codes.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/errors">
175+<a xlink:href="../modules_zorba_Zorba Error Codes.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-errors">
176 <ellipse fill="white" stroke="white" cx="479" cy="-447" rx="31.2965" ry="18"/>
177 <text text-anchor="middle" x="479" y="-443.3" font-family="Times,serif" font-size="14.00" fill="red">errors</text>
178 </a>
179 </g>
180 <!-- 39 -->
181 <g id="node221" class="node"><title>39</title>
182-<a xlink:href="../modules_zorba_Zorba Warning Codes.html" xlink:title="(Zorba-core) module uri=http://www.zorba-xquery.com/warnings">
183+<a xlink:href="../modules_zorba_Zorba Warning Codes.html" xlink:title="(Zorba-core) module uri=http://zorba.io/modules/zorba-warnings">
184 <ellipse fill="white" stroke="white" cx="343" cy="-447" rx="42.3456" ry="18"/>
185 <text text-anchor="middle" x="343" y="-443.3" font-family="Times,serif" font-size="14.00" fill="red">warnings</text>
186 </a>
187 </g>
188 </g>
189-</svg>
190\ No newline at end of file
191+</svg>
192
193=== modified file 'include/zorba/pregenerated/diagnostic_list.h'
194--- include/zorba/pregenerated/diagnostic_list.h 2013-06-21 12:07:22 +0000
195+++ include/zorba/pregenerated/diagnostic_list.h 2013-06-28 01:24:29 +0000
196@@ -1,5 +1,5 @@
197 /**
198- * Copyright 2006-2011 The FLWOR Foundation.
199+ * Copyright 2006-2013 The FLWOR Foundation.
200 *
201 * Licensed under the Apache License, Version 2.0 (the "License");
202 * you may not use this file except in compliance with the License.
203@@ -18,7 +18,7 @@
204 * THIS FILE IS GENERATED.
205 * PLEASE DO NOT EDIT.
206 */
207-
208+
209 #ifndef ZORBA_DIAGNOSTIC_LIST_API_H
210 #define ZORBA_DIAGNOSTIC_LIST_API_H
211
212
213=== modified file 'modules/CMakeLists.txt'
214--- modules/CMakeLists.txt 2013-06-16 14:07:40 +0000
215+++ modules/CMakeLists.txt 2013-06-28 01:24:29 +0000
216@@ -179,4 +179,14 @@
217 "${CMAKE_BINARY_DIR}/zorba_modules/${module_project}")
218 ENDFOREACH (module_project)
219
220+# error and warning modules
221+DECLARE_ZORBA_MODULE( FILE pregenerated/zorba-errors.xq
222+ URI "http://zorba.io/modules/zorba-errors" )
223+DECLARE_ZORBA_MODULE( FILE pregenerated/zorba-warnings.xq
224+ URI "http://zorba.io/modules/zorba-warnings" )
225+DECLARE_ZORBA_MODULE( FILE pregenerated/jsoniq-errors.xq
226+ URI "http://jsoniq.org/errors" )
227+
228 MESSAGE(STATUS "End modules")
229+
230+# vim:set et sw=2 ts=2:
231
232=== modified file 'modules/ExternalModules.conf'
233--- modules/ExternalModules.conf 2013-06-18 18:55:33 +0000
234+++ modules/ExternalModules.conf 2013-06-28 01:24:29 +0000
235@@ -49,7 +49,7 @@
236 email bzr lp:zorba/email-module
237 util-jvm bzr lp:zorba/util-jvm-module
238 schema-tools bzr lp:zorba/schema-tools-module
239-stack bzr lp:zorba/stack-module zorba-2.9
240-queue bzr lp:zorba/queue-module zorba-2.9
241+stack bzr lp:zorba/stack-module
242+queue bzr lp:zorba/queue-module
243 couchbase bzr lp:zorba/couchbase-module
244 sqlite bzr lp:zorba/sqlite-module
245
246=== modified file 'modules/com/zorba-xquery/www/modules/CMakeLists.txt'
247--- modules/com/zorba-xquery/www/modules/CMakeLists.txt 2013-06-25 16:54:34 +0000
248+++ modules/com/zorba-xquery/www/modules/CMakeLists.txt 2013-06-28 01:24:29 +0000
249@@ -133,12 +133,3 @@
250 DECLARE_ZORBA_MODULE (FILE debugger/dbgp-message-handler.xq VERSION 1.0
251 URI "http://www.zorba-xquery.com/modules/debugger/dbgp-message-handler")
252 ENDIF (ZORBA_WITH_DEBUGGER)
253-
254-
255-# error and warning modules
256-DECLARE_ZORBA_MODULE (FILE pregenerated/errors.xq
257- URI "http://www.zorba-xquery.com/errors"
258-)
259-DECLARE_ZORBA_MODULE (FILE pregenerated/warnings.xq
260- URI "http://www.zorba-xquery.com/warnings"
261-)
262
263=== modified file 'modules/com/zorba-xquery/www/modules/converters/base64.xq'
264--- modules/com/zorba-xquery/www/modules/converters/base64.xq 2013-06-15 20:57:44 +0000
265+++ modules/com/zorba-xquery/www/modules/converters/base64.xq 2013-06-28 01:24:29 +0000
266@@ -25,7 +25,7 @@
267 :)
268 module namespace base64 = "http://www.zorba-xquery.com/modules/converters/base64";
269
270-declare namespace zerr = "http://www.zorba-xquery.com/errors";
271+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
272
273 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
274 declare option ver:module-version "2.0";
275
276=== modified file 'modules/com/zorba-xquery/www/modules/converters/json.xq'
277--- modules/com/zorba-xquery/www/modules/converters/json.xq 2013-06-15 20:57:44 +0000
278+++ modules/com/zorba-xquery/www/modules/converters/json.xq 2013-06-28 01:24:29 +0000
279@@ -102,7 +102,7 @@
280
281 declare namespace an = "http://www.zorba-xquery.com/annotations";
282 declare namespace err = "http://www.w3.org/2005/xqt-errors";
283-declare namespace zerr = "http://www.zorba-xquery.com/errors";
284+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
285
286 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
287 declare option ver:module-version "2.0";
288
289=== modified file 'modules/com/zorba-xquery/www/modules/datetime.xq'
290--- modules/com/zorba-xquery/www/modules/datetime.xq 2013-06-15 16:20:18 +0000
291+++ modules/com/zorba-xquery/www/modules/datetime.xq 2013-06-28 01:24:29 +0000
292@@ -55,7 +55,7 @@
293 module namespace datetime = "http://www.zorba-xquery.com/modules/datetime";
294
295 declare namespace an = "http://www.zorba-xquery.com/annotations";
296-declare namespace zerr = "http://www.zorba-xquery.com/errors";
297+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
298
299 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
300 declare option ver:module-version "2.0";
301
302=== modified file 'modules/com/zorba-xquery/www/modules/fetch.xq'
303--- modules/com/zorba-xquery/www/modules/fetch.xq 2013-06-15 20:57:44 +0000
304+++ modules/com/zorba-xquery/www/modules/fetch.xq 2013-06-28 01:24:29 +0000
305@@ -33,7 +33,7 @@
306
307 declare namespace an = "http://www.zorba-xquery.com/annotations";
308
309-declare namespace zerr = "http://www.zorba-xquery.com/errors";
310+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
311
312 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
313 declare option ver:module-version "2.1";
314
315=== modified file 'modules/com/zorba-xquery/www/modules/http-client.xq.src/http_response_parser.cpp'
316--- modules/com/zorba-xquery/www/modules/http-client.xq.src/http_response_parser.cpp 2013-06-12 04:55:14 +0000
317+++ modules/com/zorba-xquery/www/modules/http-client.xq.src/http_response_parser.cpp 2013-06-28 01:24:29 +0000
318@@ -135,7 +135,7 @@
319 }
320 catch ( std::invalid_argument const &e ) {
321 theErrorThrower.raiseException(
322- "http://www.zorba-xquery.com/errors", "ZXQP0006", e.what()
323+ "http://zorba.io/modules/zorba-errors", "ZXQP0006", e.what()
324 );
325 }
326
327
328=== modified file 'modules/com/zorba-xquery/www/modules/node-reference.xq'
329--- modules/com/zorba-xquery/www/modules/node-reference.xq 2013-06-15 16:20:18 +0000
330+++ modules/com/zorba-xquery/www/modules/node-reference.xq 2013-06-28 01:24:29 +0000
331@@ -37,7 +37,7 @@
332 :)
333 module namespace ref = "http://www.zorba-xquery.com/modules/node-reference";
334
335-declare namespace zerr = "http://www.zorba-xquery.com/errors";
336+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
337
338 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
339
340
341=== modified file 'modules/com/zorba-xquery/www/modules/random.xq'
342--- modules/com/zorba-xquery/www/modules/random.xq 2013-06-15 16:20:18 +0000
343+++ modules/com/zorba-xquery/www/modules/random.xq 2013-06-28 01:24:29 +0000
344@@ -27,7 +27,7 @@
345 module namespace r = "http://www.zorba-xquery.com/modules/random";
346
347 declare namespace an = "http://www.zorba-xquery.com/annotations";
348-declare namespace zerr = "http://www.zorba-xquery.com/errors";
349+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
350
351 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
352 declare option ver:module-version "2.0";
353
354=== modified file 'modules/com/zorba-xquery/www/modules/reference.xq'
355--- modules/com/zorba-xquery/www/modules/reference.xq 2013-06-15 20:57:44 +0000
356+++ modules/com/zorba-xquery/www/modules/reference.xq 2013-06-28 01:24:29 +0000
357@@ -38,7 +38,7 @@
358 :)
359 module namespace ref = "http://www.zorba-xquery.com/modules/reference";
360
361-declare namespace zerr = "http://www.zorba-xquery.com/errors";
362+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
363
364 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
365
366
367=== modified file 'modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq'
368--- modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq 2013-06-15 20:57:44 +0000
369+++ modules/com/zorba-xquery/www/modules/store/data-structures/unordered-map.xq 2013-06-28 01:24:29 +0000
370@@ -32,7 +32,7 @@
371 : be an arbitrary sequence of items.</p>
372 :
373 : @see <a href="../../html/data_lifecycle.html">Data Lifecycle</a>
374- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
375+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
376 :
377 : @author Matthias Brantner
378 :
379@@ -40,7 +40,7 @@
380 :)
381 module namespace map = "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";
382
383-declare namespace zerr = "http://www.zorba-xquery.com/errors";
384+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
385 declare namespace err = "http://www.w3.org/2005/xqt-errors";
386 declare namespace an = "http://www.zorba-xquery.com/annotations";
387
388
389=== modified file 'modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq'
390--- modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq 2013-06-15 20:57:44 +0000
391+++ modules/com/zorba-xquery/www/modules/store/documents/dynamic.xq 2013-06-28 01:24:29 +0000
392@@ -25,7 +25,7 @@
393 : more information about the lifecycle management and manipulation of documents.</p>
394 :
395 : @see <a href="../../html/data_lifecycle.html">Data Lifecycle</a>
396- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
397+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
398 :
399 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
400 :
401@@ -33,7 +33,7 @@
402 :)
403 module namespace doc = "http://www.zorba-xquery.com/modules/store/dynamic/documents";
404
405-declare namespace zerr = "http://www.zorba-xquery.com/errors";
406+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
407 declare namespace err = "http://www.w3.org/2005/xqt-errors";
408 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
409 declare option ver:module-version "2.0";
410
411=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq'
412--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq 2013-06-15 20:57:44 +0000
413+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/ddl.xq 2013-06-28 01:24:29 +0000
414@@ -26,7 +26,7 @@
415 :
416 : @see <a href="../../html/data_lifecycle.html">Data Lifecycle</a>
417 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/dml
418- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
419+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
420 :
421 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
422 :
423@@ -35,7 +35,7 @@
424 :)
425 module namespace ddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
426
427-declare namespace zerr = "http://www.zorba-xquery.com/errors";
428+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
429 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
430 declare option ver:module-version "2.0";
431
432
433=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq'
434--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq 2013-06-15 20:57:44 +0000
435+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/dml.xq 2013-06-28 01:24:29 +0000
436@@ -26,7 +26,7 @@
437 :
438 : @see <a href="../../html/data_lifecycle.html">Data Lifecycle</a>
439 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl
440- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
441+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
442 :
443 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
444 :
445@@ -34,7 +34,7 @@
446 :)
447 module namespace dml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
448
449-declare namespace zerr = "http://www.zorba-xquery.com/errors";
450+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
451 declare namespace an = "http://www.zorba-xquery.com/annotations";
452
453 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
454
455=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq'
456--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq 2013-06-15 20:57:44 +0000
457+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/ddl.xq 2013-06-28 01:24:29 +0000
458@@ -30,7 +30,7 @@
459 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/w3c/dml
460 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl
461 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/dml
462- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
463+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
464 :
465 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
466 :
467@@ -40,7 +40,7 @@
468
469 import module namespace qddl = "http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl";
470
471-declare namespace zerr = "http://www.zorba-xquery.com/errors";
472+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
473 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
474 declare option ver:module-version "2.0";
475
476
477=== modified file 'modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq'
478--- modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq 2013-06-15 20:57:44 +0000
479+++ modules/com/zorba-xquery/www/modules/store/dynamic/collections/w3c/dml.xq 2013-06-28 01:24:29 +0000
480@@ -30,7 +30,7 @@
481 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/w3c/ddl
482 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl
483 : @see http://www.zorba-xquery.com/modules/store/dynamic/collections/dml
484- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
485+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
486 :
487 : @author Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
488 :
489@@ -42,7 +42,7 @@
490
491 import module namespace qdml = "http://www.zorba-xquery.com/modules/store/dynamic/collections/dml";
492
493-declare namespace zerr = "http://www.zorba-xquery.com/errors";
494+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
495 declare namespace an = "http://www.zorba-xquery.com/annotations";
496
497 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
498
499=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq'
500--- modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2013-06-15 20:57:44 +0000
501+++ modules/com/zorba-xquery/www/modules/store/static/collections/ddl.xq 2013-06-28 01:24:29 +0000
502@@ -34,7 +34,7 @@
503 : @see http://www.zorba-xquery.com/modules/store/static/indexes/dml
504 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl
505 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml
506- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
507+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
508 :
509 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
510 :
511@@ -43,7 +43,7 @@
512 :)
513 module namespace cddl = "http://www.zorba-xquery.com/modules/store/static/collections/ddl";
514
515-declare namespace zerr = "http://www.zorba-xquery.com/errors";
516+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
517 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
518 declare option ver:module-version "2.0";
519
520
521=== modified file 'modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq'
522--- modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2013-06-15 20:57:44 +0000
523+++ modules/com/zorba-xquery/www/modules/store/static/collections/dml.xq 2013-06-28 01:24:29 +0000
524@@ -33,7 +33,7 @@
525 : @see http://www.zorba-xquery.com/modules/store/static/indexes/dml
526 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl
527 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml
528- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
529+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
530 :
531 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
532 :
533@@ -43,7 +43,7 @@
534 module namespace cdml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
535
536 declare namespace an = "http://www.zorba-xquery.com/annotations";
537-declare namespace zerr = "http://www.zorba-xquery.com/errors";
538+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
539
540 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
541 declare option ver:module-version "2.0";
542
543=== modified file 'modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq'
544--- modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq 2013-06-15 20:57:44 +0000
545+++ modules/com/zorba-xquery/www/modules/store/static/indexes/ddl.xq 2013-06-28 01:24:29 +0000
546@@ -33,7 +33,7 @@
547 : @see http://www.zorba-xquery.com/modules/store/static/collections/ddl
548 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl
549 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml
550- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
551+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
552 :
553 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
554 :
555@@ -42,7 +42,7 @@
556 :)
557 module namespace iddl = "http://www.zorba-xquery.com/modules/store/static/indexes/ddl";
558
559-declare namespace zerr = "http://www.zorba-xquery.com/errors";
560+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
561 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
562 declare option ver:module-version "2.0";
563
564
565=== modified file 'modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq'
566--- modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq 2013-06-15 20:57:44 +0000
567+++ modules/com/zorba-xquery/www/modules/store/static/indexes/dml.xq 2013-06-28 01:24:29 +0000
568@@ -33,7 +33,7 @@
569 : @see http://www.zorba-xquery.com/modules/store/static/collections/ddl
570 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl
571 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml
572- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
573+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
574 :
575 : @author Zorba Team
576 :
577@@ -42,7 +42,7 @@
578 :)
579 module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
580
581-declare namespace zerr = "http://www.zorba-xquery.com/errors";
582+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
583 declare namespace an = "http://www.zorba-xquery.com/annotations";
584
585 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
586
587=== modified file 'modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq'
588--- modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq 2013-06-15 20:57:44 +0000
589+++ modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/ddl.xq 2013-06-28 01:24:29 +0000
590@@ -34,7 +34,7 @@
591 : @see http://www.zorba-xquery.com/modules/store/static/indexes/ddl
592 : @see http://www.zorba-xquery.com/modules/store/static/indexes/dml
593 : @see http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml
594- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
595+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
596 :
597 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
598 :
599@@ -43,7 +43,7 @@
600 :)
601 module namespace icddl = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/ddl";
602
603-declare namespace zerr = "http://www.zorba-xquery.com/errors";
604+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
605 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
606 declare option ver:module-version "2.0";
607
608
609=== modified file 'modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq'
610--- modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq 2013-06-15 20:57:44 +0000
611+++ modules/com/zorba-xquery/www/modules/store/static/integrity_constraints/dml.xq 2013-06-28 01:24:29 +0000
612@@ -33,7 +33,7 @@
613 : @see http://www.zorba-xquery.com/modules/store/static/collections/ddl
614 : @see http://www.zorba-xquery.com/modules/store/static/indexes/ddl
615 : @see http://www.zorba-xquery.com/modules/store/static/indexes/dml
616- : @see <a href="www.zorba-xquery.com_errors.html">http://www.zorba-xquery.com/errors</a>
617+ : @see <a href="modules_http:__zorba.io_modules_zorba-errors.html">http://zorba.io/modules/zorba-errors</a>
618 :
619 : @author Nicolae Brinza, Matthias Brantner, David Graf, Till Westmann, Markos Zaharioudakis
620 : @project Zorba/Data Store/Integrity Constraints/Static Data Manipulation
621@@ -41,7 +41,7 @@
622 :)
623 module namespace icdml = "http://www.zorba-xquery.com/modules/store/static/integrity_constraints/dml";
624
625-declare namespace zerr = "http://www.zorba-xquery.com/errors";
626+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
627 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
628 declare option ver:module-version "2.0";
629
630
631=== modified file 'modules/com/zorba-xquery/www/modules/uri.xq'
632--- modules/com/zorba-xquery/www/modules/uri.xq 2013-06-15 20:57:44 +0000
633+++ modules/com/zorba-xquery/www/modules/uri.xq 2013-06-28 01:24:29 +0000
634@@ -25,7 +25,7 @@
635 :)
636 module namespace uri = "http://www.zorba-xquery.com/modules/uri";
637
638-declare namespace zerr = "http://www.zorba-xquery.com/errors";
639+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
640 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
641 declare option ver:module-version "1.0";
642
643
644=== modified file 'modules/com/zorba-xquery/www/modules/xml.xq'
645--- modules/com/zorba-xquery/www/modules/xml.xq 2013-06-15 16:20:18 +0000
646+++ modules/com/zorba-xquery/www/modules/xml.xq 2013-06-28 01:24:29 +0000
647@@ -73,7 +73,7 @@
648
649 import schema namespace opt = "http://www.zorba-xquery.com/modules/xml-options";
650
651-declare namespace zerr = "http://www.zorba-xquery.com/errors";
652+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
653 declare namespace err = "http://www.w3.org/xqt-errors";
654
655 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
656
657=== modified file 'modules/com/zorba-xquery/www/modules/xqdoc.xq'
658--- modules/com/zorba-xquery/www/modules/xqdoc.xq 2013-06-15 16:20:18 +0000
659+++ modules/com/zorba-xquery/www/modules/xqdoc.xq 2013-06-28 01:24:29 +0000
660@@ -71,7 +71,7 @@
661 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
662
663 declare namespace err = "http://www.w3.org/2005/xqt-errors";
664-declare namespace zerr = "http://www.zorba-xquery.com/errors";
665+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
666
667 declare option ver:module-version "2.0";
668
669
670=== modified file 'modules/full-text/full-text.xq'
671--- modules/full-text/full-text.xq 2013-06-26 20:20:02 +0000
672+++ modules/full-text/full-text.xq 2013-06-28 01:24:29 +0000
673@@ -336,7 +336,7 @@
674 module namespace ft = "http://zorba.io/modules/full-text";
675
676 declare namespace err = "http://www.w3.org/2005/xqt-errors";
677-declare namespace zerr = "http://www.zorba-xquery.com/errors";
678+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
679
680 declare namespace ver = "http://www.zorba-xquery.com/options/versioning";
681 declare option ver:module-version "1.0";
682
683=== modified file 'modules/org/jsoniq/www/CMakeLists.txt'
684--- modules/org/jsoniq/www/CMakeLists.txt 2013-06-15 02:57:08 +0000
685+++ modules/org/jsoniq/www/CMakeLists.txt 2013-06-28 01:24:29 +0000
686@@ -16,5 +16,3 @@
687 URI "http://jsoniq.org/functions")
688 DECLARE_ZORBA_MODULE(FILE function-library.xq VERSION 1.0
689 URI "http://jsoniq.org/function-library")
690-DECLARE_ZORBA_MODULE (FILE pregenerated/errors.xq
691- URI "http://jsoniq.org/errors")
692
693=== removed directory 'modules/org/jsoniq/www/pregenerated'
694=== renamed directory 'modules/com/zorba-xquery/www/modules/pregenerated' => 'modules/pregenerated'
695=== renamed file 'modules/org/jsoniq/www/pregenerated/errors.xq' => 'modules/pregenerated/jsoniq-errors.xq'
696--- modules/org/jsoniq/www/pregenerated/errors.xq 2013-06-15 20:57:44 +0000
697+++ modules/pregenerated/jsoniq-errors.xq 2013-06-28 01:24:29 +0000
698@@ -1,5 +1,5 @@
699 (:
700- : Copyright 2006-2011 The FLWOR Foundation.
701+ : Copyright 2006-2013 The FLWOR Foundation.
702 :
703 : Licensed under the Apache License, Version 2.0 (the "License");
704 : you may not use this file except in compliance with the License.
705@@ -18,9 +18,10 @@
706 : THIS FILE IS GENERATED.
707 : PLEASE DO NOT EDIT.
708 :)
709- (:~
710- : This module contains one declaration of a variable for each
711- : error of the http://jsoniq.org/errors namespace.
712+
713+(:~
714+ : This module contains one variable declaration for each diagnostic of the
715+ : http://jsoniq.org/errors namespace.
716 : The variables serves as documentation for the errors but can also
717 : be used in the code. For example, one useful scenario is to compare
718 : an error caught in the catch clause of a try-catch expression with one of
719@@ -28,7 +29,6 @@
720 :
721 : @author Carlos Lopez
722 :
723- : @project JSONiq/Errors
724 :)
725
726 xquery version '1.0';
727
728=== renamed file 'modules/com/zorba-xquery/www/modules/pregenerated/errors.xq' => 'modules/pregenerated/zorba-errors.xq'
729--- modules/com/zorba-xquery/www/modules/pregenerated/errors.xq 2013-06-15 20:57:44 +0000
730+++ modules/pregenerated/zorba-errors.xq 2013-06-28 01:24:29 +0000
731@@ -1,5 +1,5 @@
732 (:
733- : Copyright 2006-2011 The FLWOR Foundation.
734+ : Copyright 2006-2013 The FLWOR Foundation.
735 :
736 : Licensed under the Apache License, Version 2.0 (the "License");
737 : you may not use this file except in compliance with the License.
738@@ -18,9 +18,10 @@
739 : THIS FILE IS GENERATED.
740 : PLEASE DO NOT EDIT.
741 :)
742- (:~
743- : This module contains one declaration of a variable for each
744- : error of the http://www.zorba-xquery.com/errors namespace.
745+
746+(:~
747+ : This module contains one variable declaration for each diagnostic of the
748+ : http://zorba.io/modules/zorba-errors namespace.
749 : The variables serves as documentation for the errors but can also
750 : be used in the code. For example, one useful scenario is to compare
751 : an error caught in the catch clause of a try-catch expression with one of
752@@ -28,14 +29,13 @@
753 :
754 : @author Carlos Lopez
755 :
756- : @project Zorba/Zorba Error Codes
757 :)
758
759 xquery version '1.0';
760
761-module namespace zerr = 'http://www.zorba-xquery.com/errors';
762+module namespace zerr = 'http://zorba.io/modules/zorba-errors';
763
764-declare variable $zerr:NS := 'http://www.zorba-xquery.com/errors';
765+declare variable $zerr:NS := 'http://zorba.io/modules/zorba-errors';
766
767 (:~
768 :
769
770=== renamed file 'modules/com/zorba-xquery/www/modules/pregenerated/warnings.xq' => 'modules/pregenerated/zorba-warnings.xq'
771--- modules/com/zorba-xquery/www/modules/pregenerated/warnings.xq 2013-06-15 20:57:44 +0000
772+++ modules/pregenerated/zorba-warnings.xq 2013-06-28 01:24:29 +0000
773@@ -1,5 +1,5 @@
774 (:
775- : Copyright 2006-2011 The FLWOR Foundation.
776+ : Copyright 2006-2013 The FLWOR Foundation.
777 :
778 : Licensed under the Apache License, Version 2.0 (the "License");
779 : you may not use this file except in compliance with the License.
780@@ -18,9 +18,10 @@
781 : THIS FILE IS GENERATED.
782 : PLEASE DO NOT EDIT.
783 :)
784- (:~
785- : This module contains one declaration of a variable for each
786- : error of the http://www.zorba-xquery.com/warnings namespace.
787+
788+(:~
789+ : This module contains one variable declaration for each diagnostic of the
790+ : http://zorba.io/modules/zorba-warnings namespace.
791 : The variables serves as documentation for the errors but can also
792 : be used in the code. For example, one useful scenario is to compare
793 : an error caught in the catch clause of a try-catch expression with one of
794@@ -28,21 +29,20 @@
795 :
796 : @author Carlos Lopez
797 :
798- : @project Zorba/Zorba Warning Codes
799 :)
800
801 xquery version '1.0';
802
803-module namespace zwarn = 'http://www.zorba-xquery.com/warnings';
804+module namespace zwarn = 'http://zorba.io/modules/zorba-warnings';
805
806-declare variable $zwarn:NS := 'http://www.zorba-xquery.com/warnings';
807+declare variable $zwarn:NS := 'http://zorba.io/modules/zorba-warnings';
808
809 (:~
810 :
811 : This warning is reported if the declaration of a function, variable,
812 : collection, or index contains an annotation that is not in the
813- : http://www.zorba-xquery.com/annotations namespace and Zorba doesn't know
814- : how to handle.
815+ : http://zorba.io/annotations namespace and Zorba doesn't know how to
816+ : handle.
817 :
818 :)
819 declare variable $zwarn:ZWST0002 as xs:QName := fn:QName($zwarn:NS, "zwarn:ZWST0002");
820
821=== modified file 'modules/w3c/pregenerated/xqt-errors.xq'
822--- modules/w3c/pregenerated/xqt-errors.xq 2013-06-21 12:54:29 +0000
823+++ modules/w3c/pregenerated/xqt-errors.xq 2013-06-28 01:24:29 +0000
824@@ -1,5 +1,5 @@
825 (:
826- : Copyright 2006-2011 The FLWOR Foundation.
827+ : Copyright 2006-2013 The FLWOR Foundation.
828 :
829 : Licensed under the Apache License, Version 2.0 (the "License");
830 : you may not use this file except in compliance with the License.
831@@ -18,9 +18,10 @@
832 : THIS FILE IS GENERATED.
833 : PLEASE DO NOT EDIT.
834 :)
835- (:~
836- : This module contains one declaration of a variable for each
837- : error of the http://www.w3.org/2005/xqt-errors namespace.
838+
839+(:~
840+ : This module contains one variable declaration for each diagnostic of the
841+ : http://www.w3.org/2005/xqt-errors namespace.
842 : The variables serves as documentation for the errors but can also
843 : be used in the code. For example, one useful scenario is to compare
844 : an error caught in the catch clause of a try-catch expression with one of
845@@ -28,7 +29,6 @@
846 :
847 : @author Carlos Lopez
848 :
849- : @project W3C/XPath Errors Codes
850 :)
851
852 xquery version '1.0';
853
854=== modified file 'src/diagnostics/CMakeLists.txt'
855--- src/diagnostics/CMakeLists.txt 2013-06-15 02:57:08 +0000
856+++ src/diagnostics/CMakeLists.txt 2013-06-28 01:24:29 +0000
857@@ -29,83 +29,82 @@
858 )
859
860 ZORBA_DIAGNOSTIC_GENERATOR(
861- "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_h.xq"
862- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
863- "diagnostic_en.xml"
864- ""
865- "${CMAKE_BINARY_DIR}/include/zorba/diagnostic_list.h"
866-)
867-
868-ZORBA_DIAGNOSTIC_GENERATOR(
869- "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_cpp.xq"
870- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
871- "diagnostic_en.xml"
872- "${CMAKE_BINARY_DIR}/include/zorba/diagnostic_list.h"
873- "${CMAKE_BINARY_DIR}/src/diagnostics/diagnostic_list.cpp"
874-)
875-
876-ZORBA_DIAGNOSTIC_GENERATOR(
877- "${CMAKE_SOURCE_DIR}/src/diagnostics/dict_XX_cpp.xq"
878- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
879- "diagnostic_en.xml"
880- ""
881- "${CMAKE_BINARY_DIR}/src/diagnostics/dict_en.cpp"
882-)
883-
884-ZORBA_DIAGNOSTIC_GENERATOR(
885- "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
886- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=err"
887- "diagnostic_en.xml"
888- ""
889- "${CMAKE_BINARY_DIR}/modules/w3c/xqt-errors.xq"
890-)
891-
892-ZORBA_DIAGNOSTIC_GENERATOR(
893- "${CMAKE_SOURCE_DIR}/src/diagnostics/dict_zed_keys_h.xq"
894- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
895- "diagnostic_en.xml"
896- ""
897- "${CMAKE_BINARY_DIR}/src/diagnostics/dict_zed_keys.h"
898-)
899-
900-ZORBA_DIAGNOSTIC_GENERATOR(
901- "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
902- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=jerr"
903- "diagnostic_en.xml"
904- ""
905- "${CMAKE_BINARY_DIR}/modules/org/jsoniq/www/errors.xq"
906-)
907-
908-ZORBA_DIAGNOSTIC_GENERATOR(
909- "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
910- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=zerr"
911- "diagnostic_en.xml"
912- ""
913- "${CMAKE_BINARY_DIR}/modules/com/zorba-xquery/www/modules/errors.xq"
914-)
915-
916-ZORBA_DIAGNOSTIC_GENERATOR(
917- "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
918- "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=zwarn"
919- "diagnostic_en.xml"
920- ""
921- "${CMAKE_BINARY_DIR}/modules/com/zorba-xquery/www/modules/warnings.xq")
922-
923-SET(DIAG_MODULES
924- ${CMAKE_BINARY_DIR}/modules/com/zorba-xquery/www/modules/warnings.xq
925- ${CMAKE_BINARY_DIR}/modules/com/zorba-xquery/www/modules/errors.xq
926+ "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_h.xq"
927+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
928+ "diagnostic_en.xml"
929+ ""
930+ "${CMAKE_BINARY_DIR}/include/zorba/diagnostic_list.h"
931+)
932+
933+ZORBA_DIAGNOSTIC_GENERATOR(
934+ "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_cpp.xq"
935+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
936+ "diagnostic_en.xml"
937+ "${CMAKE_BINARY_DIR}/include/zorba/diagnostic_list.h"
938+ "${CMAKE_BINARY_DIR}/src/diagnostics/diagnostic_list.cpp"
939+)
940+
941+ZORBA_DIAGNOSTIC_GENERATOR(
942+ "${CMAKE_SOURCE_DIR}/src/diagnostics/dict_XX_cpp.xq"
943+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
944+ "diagnostic_en.xml"
945+ ""
946+ "${CMAKE_BINARY_DIR}/src/diagnostics/dict_en.cpp"
947+)
948+
949+ZORBA_DIAGNOSTIC_GENERATOR(
950+ "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
951+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=err"
952+ "diagnostic_en.xml"
953+ ""
954+ "${CMAKE_BINARY_DIR}/modules/w3c/xqt-errors.xq"
955+)
956+
957+ZORBA_DIAGNOSTIC_GENERATOR(
958+ "${CMAKE_SOURCE_DIR}/src/diagnostics/dict_zed_keys_h.xq"
959+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml"
960+ "diagnostic_en.xml"
961+ ""
962+ "${CMAKE_BINARY_DIR}/src/diagnostics/dict_zed_keys.h"
963+)
964+
965+ZORBA_DIAGNOSTIC_GENERATOR(
966+ "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
967+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=jerr"
968+ "diagnostic_en.xml"
969+ ""
970+ "${CMAKE_BINARY_DIR}/modules/jsoniq-errors.xq"
971+)
972+
973+ZORBA_DIAGNOSTIC_GENERATOR(
974+ "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
975+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=zerr"
976+ "diagnostic_en.xml"
977+ ""
978+ "${CMAKE_BINARY_DIR}/modules/zorba-errors.xq"
979+)
980+
981+ZORBA_DIAGNOSTIC_GENERATOR(
982+ "${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_list_xq.xq"
983+ "input=${CMAKE_SOURCE_DIR}/src/diagnostics/diagnostic_en.xml;ns:=zwarn"
984+ "diagnostic_en.xml"
985+ ""
986+ "${CMAKE_BINARY_DIR}/modules/zorba-warnings.xq"
987+)
988+
989+SET( DIAG_MODULES
990+ ${CMAKE_BINARY_DIR}/modules/zorba-errors.xq
991+ ${CMAKE_BINARY_DIR}/modules/zorba-warnings.xq
992 ${CMAKE_BINARY_DIR}/modules/w3c/xqt-errors.xq
993- ${CMAKE_BINARY_DIR}/modules/org/jsoniq/www/errors.xq
994-)
995-
996-ADD_CUSTOM_TARGET (gen_diag_modules
997- DEPENDS ${DIAG_MODULES}
998-)
999-
1000-SET_TARGET_PROPERTIES (gen_diag_modules PROPERTIES
1001- FOLDER "Modules"
1002-)
1003+ ${CMAKE_BINARY_DIR}/modules/jsoniq-errors.xq
1004+)
1005+
1006+ADD_CUSTOM_TARGET( gen_diag_modules DEPENDS ${DIAG_MODULES} )
1007+
1008+SET_TARGET_PROPERTIES( gen_diag_modules PROPERTIES FOLDER "Modules" )
1009
1010 IF (WIN32)
1011- SET(DIAGNOSTICS_SRCS ${DIAGNOSTICS_SRCS} StackWalker.cpp)
1012+ SET( DIAGNOSTICS_SRCS ${DIAGNOSTICS_SRCS} StackWalker.cpp )
1013 ENDIF (WIN32)
1014+
1015+# vim:set et sw=2 ts=2:
1016
1017=== modified file 'src/diagnostics/diagnostic_en.xml'
1018--- src/diagnostics/diagnostic_en.xml 2013-06-21 12:54:29 +0000
1019+++ src/diagnostics/diagnostic_en.xml 2013-06-28 01:24:29 +0000
1020@@ -3496,8 +3496,8 @@
1021 <comment>
1022 This warning is reported if the declaration of a function, variable,
1023 collection, or index contains an annotation that is not in the
1024- http://www.zorba-xquery.com/annotations namespace and Zorba doesn't know
1025- how to handle.
1026+ http://zorba.io/annotations namespace and Zorba doesn't know how to
1027+ handle.
1028 </comment>
1029 <value>"$1": unknown or unsupported annotation</value>
1030 </diagnostic>
1031
1032=== modified file 'src/diagnostics/diagnostic_list_cpp.xq'
1033--- src/diagnostics/diagnostic_list_cpp.xq 2013-02-07 17:24:36 +0000
1034+++ src/diagnostics/diagnostic_list_cpp.xq 2013-06-28 01:24:29 +0000
1035@@ -14,7 +14,8 @@
1036 : limitations under the License.
1037 :)
1038
1039-import module namespace util = "http://www.zorba-xquery.com/diagnostic/util" at "diagnostic_util.xq";
1040+import module namespace util = "http://zorba.io/diagnostic/util"
1041+ at "diagnostic_util.xq";
1042
1043 declare function local:declare-diagnostics( $doc ) as xs:string*
1044 {
1045
1046=== modified file 'src/diagnostics/diagnostic_list_h.xq'
1047--- src/diagnostics/diagnostic_list_h.xq 2013-02-07 17:24:36 +0000
1048+++ src/diagnostics/diagnostic_list_h.xq 2013-06-28 01:24:29 +0000
1049@@ -14,7 +14,8 @@
1050 : limitations under the License.
1051 :)
1052
1053-import module namespace util = "http://www.zorba-xquery.com/diagnostic/util" at "diagnostic_util.xq";
1054+import module namespace util = "http://zorba.io/diagnostic/util"
1055+ at "diagnostic_util.xq";
1056
1057 declare function local:strip-ws( $comment ) as element(comment)
1058 {
1059
1060=== modified file 'src/diagnostics/diagnostic_list_xq.xq'
1061--- src/diagnostics/diagnostic_list_xq.xq 2013-06-15 22:34:31 +0000
1062+++ src/diagnostics/diagnostic_list_xq.xq 2013-06-28 01:24:29 +0000
1063@@ -18,95 +18,100 @@
1064 : @author Carlos Lopez
1065 :)
1066
1067-import module namespace util="http://www.zorba-xquery.com/diagnostic/util"
1068+import module namespace util = "http://zorba.io/diagnostic/util"
1069 at "diagnostic_util.xq";
1070
1071-declare function local:err-doc ($err as element(diagnostic),
1072- $namespace as xs:string) as xs:string
1073+declare function local:err-doc( $err as element(diagnostic),
1074+ $namespace as xs:string )
1075+ as xs:string
1076 {
1077- let $commentline := concat($util:newline, " : ")
1078- let $commentsec := if(exists($err/comment))
1079- then concat ($util:newline, " :",
1080- replace(string($err/comment), '\n[ ]*', $commentline))
1081- else ""
1082+ let $comment_line := concat($util:newline, " : ")
1083+ let $comment_sec :=
1084+ if ( exists( $err/comment ) )
1085+ then
1086+ concat(
1087+ $util:newline, " :",
1088+ replace( string( $err/comment ), '\n[ ]*', $comment_line )
1089+ )
1090+ else ""
1091 (:TODO: The see section could be a lot better and specific:)
1092- let $seesec := if($namespace = "err")
1093- then concat($commentline,
1094- "@see http://www.w3.org/2005/xqt-errors")
1095- else ""
1096- return if (exists($err/value))
1097- then concat ("(:~",
1098- $commentsec, $seesec,
1099- $util:newline, ":)")
1100- else ""
1101-};
1102-
1103-declare function local:err-var ($err as element(diagnostic),
1104- $namespace as xs:string) as xs:string
1105-{
1106- let $NSStringVar as xs:string := concat("$", $namespace, ":", "NS")
1107- let $code := data($err/@code)
1108- let $qnameArgs := concat('(', $NSStringVar,
1109- ', "', $namespace, ':', $code, '"',
1110- ');')
1111- return concat("declare variable $", $namespace, ":", $code,
1112- " as xs:QName := fn:QName", $qnameArgs)
1113-};
1114-
1115-declare function local:writeErr($err as element(diagnostic),
1116- $namespace as xs:string) as xs:string
1117-{
1118- string-join((
1119- local:err-doc($err, $namespace), local:err-var($err, $namespace)
1120- ), $util:newline)
1121-};
1122-
1123-declare function local:body($namespace as element(namespace)) as xs:string
1124-{
1125- string-join((
1126- let $stringNS := $namespace/@prefix
1127- for $err in
1128- $namespace/diagnostic
1129- return local:writeErr($err, $stringNS)
1130- ), concat($util:newline, $util:newline))
1131-};
1132-
1133-declare function local:getNSURI($namespace as xs:string) as xs:string
1134-{
1135- if ($namespace = "err")
1136+ let $see_sec :=
1137+ if ( $namespace = "err" )
1138+ then concat( $comment_line, "@see http://www.w3.org/2005/xqt-errors" )
1139+ else ""
1140+ return
1141+ if ( exists( $err/value ) )
1142+ then concat( "(:~", $comment_sec, $see_sec, $util:newline, ":)" )
1143+ else ""
1144+};
1145+
1146+declare function local:err-var( $err as element(diagnostic),
1147+ $namespace as xs:string )
1148+ as xs:string
1149+{
1150+ let $ns_var as xs:string := concat( "$", $namespace, ":", "NS" )
1151+ let $code := data( $err/@code )
1152+ let $qnameArgs := concat( '(', $ns_var, ', "', $namespace, ':', $code, '");' )
1153+ return
1154+ concat(
1155+ "declare variable $", $namespace, ":", $code, " as xs:QName := fn:QName",
1156+ $qnameArgs
1157+ )
1158+};
1159+
1160+declare function local:writeErr( $err as element(diagnostic),
1161+ $namespace as xs:string )
1162+ as xs:string
1163+{
1164+ string-join(
1165+ (
1166+ local:err-doc( $err, $namespace ), local:err-var( $err, $namespace )
1167+ ),
1168+ $util:newline
1169+ )
1170+};
1171+
1172+declare function local:body( $namespace as element(namespace) )
1173+ as xs:string
1174+{
1175+ string-join(
1176+ (
1177+ let $stringNS := $namespace/@prefix
1178+ for $err in $namespace/diagnostic
1179+ return local:writeErr( $err, $stringNS )
1180+ ),
1181+ concat( $util:newline, $util:newline )
1182+ )
1183+};
1184+
1185+declare function local:getNSURI( $namespace as xs:string )
1186+ as xs:string
1187+{
1188+ if ( $namespace = "err" )
1189 then "http://www.w3.org/2005/xqt-errors"
1190- else if ($namespace = "jerr")
1191+ else if ( $namespace = "jerr" )
1192 then "http://jsoniq.org/errors"
1193- else if ($namespace = "zerr")
1194- then "http://www.zorba-xquery.com/errors"
1195- else if ($namespace = "zwarn")
1196- then "http://www.zorba-xquery.com/warnings"
1197- else fn:error()
1198-};
1199-
1200-declare function local:getProject($namespace as xs:string) as xs:string
1201-{
1202- if ($namespace = "err")
1203- then "W3C/XPath Errors Codes"
1204- else if ($namespace = "jerr")
1205- then "JSONiq/Errors"
1206- else if ($namespace = "zerr")
1207- then "Zorba/Zorba Error Codes"
1208- else if ($namespace = "zwarn")
1209- then "Zorba/Zorba Warning Codes"
1210- else fn:error()
1211-
1212-};
1213-
1214-declare function local:header ($namespace as xs:string) as xs:string
1215-{
1216- concat( fn:replace(fn:replace(fn:replace(util:copyright(),
1217- "/\*\*?", "(:"),
1218- "\*/", ":)"),
1219- "\*", ":"),
1220+ else if ( $namespace = "zerr" )
1221+ then "http://zorba.io/modules/zorba-errors"
1222+ else if ( $namespace = "zwarn" )
1223+ then "http://zorba.io/modules/zorba-warnings"
1224+ else
1225+ fn:error()
1226+};
1227+
1228+declare function local:header( $namespace as xs:string )
1229+ as xs:string
1230+{
1231+ let $uri := local:getNSURI($namespace)
1232+ return concat(
1233+ fn:replace( fn:replace( fn:replace( util:copyright(),
1234+ "/\*\*?", "(:" ),
1235+ "\*/", ":)" ),
1236+ "\*", ":" ),
1237+ $util:newline,
1238 "(:~", $util:newline,
1239- " : This module contains one declaration of a variable for each", $util:newline,
1240- " : error of the ", local:getNSURI($namespace), " namespace.", $util:newline,
1241+ " : This module contains one variable declaration for each diagnostic of the", $util:newline,
1242+ " : ", $uri, " namespace.", $util:newline,
1243 " : The variables serves as documentation for the errors but can also", $util:newline,
1244 " : be used in the code. For example, one useful scenario is to compare", $util:newline,
1245 " : an error caught in the catch clause of a try-catch expression with one of", $util:newline,
1246@@ -114,33 +119,27 @@
1247 " :", $util:newline,
1248 " : @author Carlos Lopez", $util:newline,
1249 " :", $util:newline,
1250- " : @project ", local:getProject($namespace), $util:newline,
1251 " :)", $util:newline, $util:newline,
1252 "xquery version '1.0';",
1253 $util:newline, $util:newline,
1254- "module namespace ", $namespace, " = '", local:getNSURI($namespace), "';",
1255+ "module namespace ", $namespace, " = '", $uri, "';",
1256 $util:newline, $util:newline,
1257- "declare variable $", $namespace, ":NS := '", local:getNSURI($namespace), "';"
1258+ "declare variable $", $namespace, ":NS := '", $uri, "';"
1259 )
1260 };
1261
1262-declare function local:writeModule($namespace as element(namespace))
1263- as xs:string
1264+declare function local:writeModule( $namespace as element(namespace) )
1265+ as xs:string
1266 {
1267 let $stringNS := $namespace/@prefix
1268- return string-join((
1269- local:header($stringNS),
1270- "",
1271- local:body($namespace)
1272- ), $util:newline)
1273-};
1274-
1275-declare function local:getFilePath($namespace as xs:string) as xs:string{
1276- if($namespace = "err")
1277- then "w3/"
1278- else if ($namespace = "jerr" or $namespace = "zerr" or $namespace = "zwarn")
1279- then "com/zorba-xquery/www/modules/"
1280- else ""
1281+ return string-join(
1282+ (
1283+ local:header($stringNS),
1284+ "",
1285+ local:body($namespace)
1286+ ),
1287+ $util:newline
1288+ )
1289 };
1290
1291 declare variable $input external;
1292@@ -148,6 +147,6 @@
1293
1294 let $namespace := $input/diagnostic-list/namespace[@prefix=$ns]
1295 let $namestring := $namespace/@prefix
1296-let $filepath := concat("../../modules/", local:getFilePath($namestring),
1297- $namestring, ".xq")
1298-return local:writeModule($namespace)
1299+return local:writeModule( $namespace )
1300+
1301+(: vim:set et sw=2 ts=2: :)
1302
1303=== modified file 'src/diagnostics/diagnostic_util.xq'
1304--- src/diagnostics/diagnostic_util.xq 2013-02-07 17:24:36 +0000
1305+++ src/diagnostics/diagnostic_util.xq 2013-06-28 01:24:29 +0000
1306@@ -1,5 +1,5 @@
1307 (:
1308- : Copyright 2006-2009 The FLWOR Foundation.
1309+ : Copyright 2006-2013 The FLWOR Foundation.
1310 :
1311 : Licensed under the Apache License, Version 2.0 (the "License");
1312 : you may not use this file except in compliance with the License.
1313@@ -14,16 +14,16 @@
1314 : limitations under the License.
1315 :)
1316
1317-module namespace util = "http://www.zorba-xquery.com/diagnostic/util";
1318-
1319+module namespace util = "http://zorba.io/diagnostic/util";
1320
1321 declare variable $util:newline as xs:string := "
1322 ";
1323
1324-declare function util:copyright() as xs:string
1325+declare function util:copyright()
1326+ as xs:string
1327 {
1328 '/**
1329- * Copyright 2006-2011 The FLWOR Foundation.
1330+ * Copyright 2006-2013 The FLWOR Foundation.
1331 *
1332 * Licensed under the Apache License, Version 2.0 (the "License");
1333 * you may not use this file except in compliance with the License.
1334@@ -42,18 +42,20 @@
1335 * THIS FILE IS GENERATED.
1336 * PLEASE DO NOT EDIT.
1337 */
1338- '
1339+'
1340 };
1341
1342-declare function util:begin_guard( $diagnostic ) as xs:string
1343+declare function util:begin_guard( $diagnostic )
1344+ as xs:string
1345 {
1346 if ( $diagnostic/@if and
1347 not( $diagnostic/preceding-sibling::diagnostic[1]/@if ) )
1348- then concat( "#if ", data($diagnostic/@if), $util:newline )
1349+ then concat( "#if ", data( $diagnostic/@if ), $util:newline )
1350 else ""
1351 };
1352
1353-declare function util:end_guard( $diagnostic ) as xs:string
1354+declare function util:end_guard( $diagnostic )
1355+ as xs:string
1356 {
1357 if ( $diagnostic/@if and
1358 not( $diagnostic/following-sibling::diagnostic[1]/@if ) )
1359
1360=== modified file 'src/diagnostics/dict_XX_cpp.xq'
1361--- src/diagnostics/dict_XX_cpp.xq 2013-06-13 18:18:55 +0000
1362+++ src/diagnostics/dict_XX_cpp.xq 2013-06-28 01:24:29 +0000
1363@@ -14,7 +14,8 @@
1364 : limitations under the License.
1365 :)
1366
1367-import module namespace util = "http://www.zorba-xquery.com/diagnostic/util" at "diagnostic_util.xq";
1368+import module namespace util = "http://zorba.io/diagnostic/util"
1369+ at "diagnostic_util.xq";
1370
1371 declare function local:make-dict( $doc ) as xs:string*
1372 {
1373
1374=== modified file 'src/diagnostics/dict_zed_keys_h.xq'
1375--- src/diagnostics/dict_zed_keys_h.xq 2012-12-05 04:47:27 +0000
1376+++ src/diagnostics/dict_zed_keys_h.xq 2013-06-28 01:24:29 +0000
1377@@ -14,7 +14,8 @@
1378 : limitations under the License.
1379 :)
1380
1381-import module namespace util = "http://www.zorba-xquery.com/diagnostic/util" at "diagnostic_util.xq";
1382+import module namespace util = "http://zorba.io/diagnostic/util"
1383+ at "diagnostic_util.xq";
1384
1385 declare function local:make-zed-defines( $doc ) as xs:string*
1386 {
1387
1388=== modified file 'src/diagnostics/pregenerated/diagnostic_list.cpp'
1389--- src/diagnostics/pregenerated/diagnostic_list.cpp 2013-06-21 12:07:22 +0000
1390+++ src/diagnostics/pregenerated/diagnostic_list.cpp 2013-06-28 01:24:29 +0000
1391@@ -1,5 +1,5 @@
1392 /**
1393- * Copyright 2006-2011 The FLWOR Foundation.
1394+ * Copyright 2006-2013 The FLWOR Foundation.
1395 *
1396 * Licensed under the Apache License, Version 2.0 (the "License");
1397 * you may not use this file except in compliance with the License.
1398@@ -18,7 +18,7 @@
1399 * THIS FILE IS GENERATED.
1400 * PLEASE DO NOT EDIT.
1401 */
1402-
1403+
1404
1405 #include "stdafx.h"
1406 #include <zorba/diagnostic_list.h>
1407
1408=== modified file 'src/diagnostics/pregenerated/dict_en.cpp'
1409--- src/diagnostics/pregenerated/dict_en.cpp 2013-06-21 12:54:29 +0000
1410+++ src/diagnostics/pregenerated/dict_en.cpp 2013-06-28 01:24:29 +0000
1411@@ -1,5 +1,5 @@
1412 /**
1413- * Copyright 2006-2011 The FLWOR Foundation.
1414+ * Copyright 2006-2013 The FLWOR Foundation.
1415 *
1416 * Licensed under the Apache License, Version 2.0 (the "License");
1417 * you may not use this file except in compliance with the License.
1418@@ -18,7 +18,7 @@
1419 * THIS FILE IS GENERATED.
1420 * PLEASE DO NOT EDIT.
1421 */
1422-
1423+
1424 #include "stdafx.h"
1425 #include "zorba/config.h"
1426 #include "diagnostics/dict_impl.h"
1427
1428=== modified file 'src/diagnostics/pregenerated/dict_zed_keys.h'
1429--- src/diagnostics/pregenerated/dict_zed_keys.h 2013-06-21 12:54:29 +0000
1430+++ src/diagnostics/pregenerated/dict_zed_keys.h 2013-06-28 01:24:29 +0000
1431@@ -1,5 +1,5 @@
1432 /**
1433- * Copyright 2006-2011 The FLWOR Foundation.
1434+ * Copyright 2006-2013 The FLWOR Foundation.
1435 *
1436 * Licensed under the Apache License, Version 2.0 (the "License");
1437 * you may not use this file except in compliance with the License.
1438@@ -18,7 +18,7 @@
1439 * THIS FILE IS GENERATED.
1440 * PLEASE DO NOT EDIT.
1441 */
1442-
1443+
1444 #ifndef ZORBA_DIAGNOSTICS_ZED_KEYS
1445 #define ZORBA_DIAGNOSTICS_ZED_KEYS
1446
1447
1448=== modified file 'src/zorbamisc/ns_consts.h'
1449--- src/zorbamisc/ns_consts.h 2013-06-09 08:09:40 +0000
1450+++ src/zorbamisc/ns_consts.h 2013-06-28 01:24:29 +0000
1451@@ -44,11 +44,12 @@
1452 ///////////////////////////////////////////////////////////////////////////////
1453
1454 #define ZORBA_NS "http://www.zorba-xquery.com/"
1455+#define ZORBA_MODULES_NS "http://zorba.io/modules/"
1456
1457 #define ZORBA_DEF_COLLATION_NS ZORBA_COLLATION_NS_BASE "IDENTICAL/en/US"
1458
1459-#define ZORBA_ERR_NS ZORBA_NS "errors"
1460-#define ZORBA_WARN_NS ZORBA_NS "warnings"
1461+#define ZORBA_ERR_NS ZORBA_MODULES_NS "zorba-errors"
1462+#define ZORBA_WARN_NS ZORBA_MODULES_NS "zorba-warnings"
1463
1464 #define ZORBA_FEATURES_NS ZORBA_NS "features"
1465 #define ZORBA_ANNOTATIONS_NS ZORBA_NS "annotations"
1466
1467=== modified file 'test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace1.xml.res'
1468--- test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace1.xml.res 2013-02-07 17:24:36 +0000
1469+++ test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace1.xml.res 2013-06-28 01:24:29 +0000
1470@@ -1,1 +1,1 @@
1471-<stack xmlns="http://www.zorba-xquery.com/errors"><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="bar" arity="0"/><location line-begin="10" line-end="10" column-begin="3" column-end="14"/></entry><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="foo" arity="0"/><location line-begin="15" line-end="15" column-begin="3" column-end="14"/></entry></stack>
1472+<stack xmlns="http://zorba.io/modules/zorba-errors"><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="bar" arity="0"/><location line-begin="10" line-end="10" column-begin="3" column-end="14"/></entry><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="foo" arity="0"/><location line-begin="15" line-end="15" column-begin="3" column-end="14"/></entry></stack>
1473
1474=== modified file 'test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace2.xml.res'
1475--- test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace2.xml.res 2013-02-07 17:24:36 +0000
1476+++ test/rbkt/ExpQueryResults/zorba/trycatch/stacktrace2.xml.res 2013-06-28 01:24:29 +0000
1477@@ -1,1 +1,1 @@
1478-<stack xmlns="http://www.zorba-xquery.com/errors"><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="bar" arity="0"/><location line-begin="11" line-end="11" column-begin="3" column-end="14"/></entry><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="foo" arity="0"/><location line-begin="16" line-end="16" column-begin="3" column-end="14"/></entry></stack>
1479+<stack xmlns="http://zorba.io/modules/zorba-errors"><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="bar" arity="0"/><location line-begin="11" line-end="11" column-begin="3" column-end="14"/></entry><entry><function namespace="http://www.w3.org/2005/xquery-local-functions" localname="foo" arity="0"/><location line-begin="16" line-end="16" column-begin="3" column-end="14"/></entry></stack>
1480
1481=== modified file 'test/rbkt/Queries/zorba/HigherOrder/combinator-01.spec'
1482--- test/rbkt/Queries/zorba/HigherOrder/combinator-01.spec 2013-03-27 14:17:57 +0000
1483+++ test/rbkt/Queries/zorba/HigherOrder/combinator-01.spec 2013-06-28 01:24:29 +0000
1484@@ -1,1 +1,1 @@
1485-Error: http://www.zorba-xquery.com/errors:ZXQP0003
1486\ No newline at end of file
1487+Error: http://zorba.io/modules/zorba-errors:ZXQP0003
1488
1489=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-02.spec'
1490--- test/rbkt/Queries/zorba/annotations/annot-unknown-02.spec 2013-02-07 17:24:36 +0000
1491+++ test/rbkt/Queries/zorba/annotations/annot-unknown-02.spec 2013-06-28 01:24:29 +0000
1492@@ -1,1 +1,1 @@
1493-Error: http://www.zorba-xquery.com/warnings:ZWST0003
1494+Error: http://zorba.io/modules/zorba-warnings:ZWST0003
1495
1496=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-03.spec'
1497--- test/rbkt/Queries/zorba/annotations/annot-unknown-03.spec 2013-02-07 17:24:36 +0000
1498+++ test/rbkt/Queries/zorba/annotations/annot-unknown-03.spec 2013-06-28 01:24:29 +0000
1499@@ -1,1 +1,1 @@
1500-Error: http://www.zorba-xquery.com/warnings:ZWST0002
1501+Error: http://zorba.io/modules/zorba-warnings:ZWST0002
1502
1503=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-04.spec'
1504--- test/rbkt/Queries/zorba/annotations/annot-unknown-04.spec 2013-02-07 17:24:36 +0000
1505+++ test/rbkt/Queries/zorba/annotations/annot-unknown-04.spec 2013-06-28 01:24:29 +0000
1506@@ -1,2 +1,2 @@
1507-Error: http://www.zorba-xquery.com/warnings:ZWST0003
1508+Error: http://zorba.io/modules/zorba-warnings:ZWST0003
1509
1510
1511=== modified file 'test/rbkt/Queries/zorba/annotations/annot-unknown-05.spec'
1512--- test/rbkt/Queries/zorba/annotations/annot-unknown-05.spec 2013-02-07 17:24:36 +0000
1513+++ test/rbkt/Queries/zorba/annotations/annot-unknown-05.spec 2013-06-28 01:24:29 +0000
1514@@ -1,1 +1,1 @@
1515-Error: http://www.zorba-xquery.com/warnings:ZWST0002
1516+Error: http://zorba.io/modules/zorba-warnings:ZWST0002
1517
1518=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.spec'
1519--- test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.spec 2013-02-07 17:24:36 +0000
1520+++ test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-01.spec 2013-06-28 01:24:29 +0000
1521@@ -1,1 +1,1 @@
1522-Error: http://www.zorba-xquery.com/errors:XSST0007
1523+Error: http://zorba.io/modules/zorba-errors:XSST0007
1524
1525=== modified file 'test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.spec'
1526--- test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.spec 2013-02-07 17:24:36 +0000
1527+++ test/rbkt/Queries/zorba/annotations/annot-var-nonassignable-02.spec 2013-06-28 01:24:29 +0000
1528@@ -1,1 +1,1 @@
1529-Error: http://www.zorba-xquery.com/errors:XSST0007
1530+Error: http://zorba.io/modules/zorba-errors:XSST0007
1531
1532=== modified file 'test/rbkt/Queries/zorba/block/seq_func1.spec'
1533--- test/rbkt/Queries/zorba/block/seq_func1.spec 2013-02-07 17:24:36 +0000
1534+++ test/rbkt/Queries/zorba/block/seq_func1.spec 2013-06-28 01:24:29 +0000
1535@@ -1,1 +1,1 @@
1536-Error: http://www.zorba-xquery.com/errors:XSST0002
1537+Error: http://zorba.io/modules/zorba-errors:XSST0002
1538
1539=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_004/q3.spec'
1540--- test/rbkt/Queries/zorba/collections/chained_test_collection_004/q3.spec 2013-02-07 17:24:36 +0000
1541+++ test/rbkt/Queries/zorba/collections/chained_test_collection_004/q3.spec 2013-06-28 01:24:29 +0000
1542@@ -1,1 +1,1 @@
1543-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1544+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1545
1546=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_010/q3.spec'
1547--- test/rbkt/Queries/zorba/collections/chained_test_collection_010/q3.spec 2013-02-07 17:24:36 +0000
1548+++ test/rbkt/Queries/zorba/collections/chained_test_collection_010/q3.spec 2013-06-28 01:24:29 +0000
1549@@ -1,1 +1,1 @@
1550-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1551+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1552
1553=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q11.spec'
1554--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q11.spec 2013-02-07 17:24:36 +0000
1555+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q11.spec 2013-06-28 01:24:29 +0000
1556@@ -1,1 +1,1 @@
1557-Error: http://www.zorba-xquery.com/errors:ZDDY0002
1558+Error: http://zorba.io/modules/zorba-errors:ZDDY0002
1559
1560=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.spec'
1561--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.spec 2013-02-07 17:24:36 +0000
1562+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q3.spec 2013-06-28 01:24:29 +0000
1563@@ -1,1 +1,1 @@
1564-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1565+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1566
1567=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q31.spec'
1568--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q31.spec 2013-02-07 17:24:36 +0000
1569+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q31.spec 2013-06-28 01:24:29 +0000
1570@@ -1,1 +1,1 @@
1571-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1572+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1573
1574=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q32.spec'
1575--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q32.spec 2013-02-07 17:24:36 +0000
1576+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q32.spec 2013-06-28 01:24:29 +0000
1577@@ -1,1 +1,1 @@
1578-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1579+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1580
1581=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q33.spec'
1582--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q33.spec 2013-02-07 17:24:36 +0000
1583+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q33.spec 2013-06-28 01:24:29 +0000
1584@@ -1,1 +1,1 @@
1585-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1586+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1587
1588=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q34.spec'
1589--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q34.spec 2013-02-07 17:24:36 +0000
1590+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q34.spec 2013-06-28 01:24:29 +0000
1591@@ -1,1 +1,1 @@
1592-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1593+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1594
1595=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q35.spec'
1596--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q35.spec 2013-02-07 17:24:36 +0000
1597+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q35.spec 2013-06-28 01:24:29 +0000
1598@@ -1,1 +1,1 @@
1599-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1600+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1601
1602=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q36.spec'
1603--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q36.spec 2013-02-07 17:24:36 +0000
1604+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q36.spec 2013-06-28 01:24:29 +0000
1605@@ -1,1 +1,1 @@
1606-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1607+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1608
1609=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q37.spec'
1610--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q37.spec 2013-02-07 17:24:36 +0000
1611+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q37.spec 2013-06-28 01:24:29 +0000
1612@@ -1,1 +1,1 @@
1613-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1614+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1615
1616=== modified file 'test/rbkt/Queries/zorba/collections/chained_test_collection_011/q40.spec'
1617--- test/rbkt/Queries/zorba/collections/chained_test_collection_011/q40.spec 2013-02-07 17:24:36 +0000
1618+++ test/rbkt/Queries/zorba/collections/chained_test_collection_011/q40.spec 2013-06-28 01:24:29 +0000
1619@@ -1,1 +1,1 @@
1620-Error: http://www.zorba-xquery.com/errors:ZAPI0006
1621+Error: http://zorba.io/modules/zorba-errors:ZAPI0006
1622
1623=== modified file 'test/rbkt/Queries/zorba/collections/collection_001.spec'
1624--- test/rbkt/Queries/zorba/collections/collection_001.spec 2013-02-07 17:24:36 +0000
1625+++ test/rbkt/Queries/zorba/collections/collection_001.spec 2013-06-28 01:24:29 +0000
1626@@ -1,1 +1,1 @@
1627-Error: http://www.zorba-xquery.com/errors:ZDST0003
1628+Error: http://zorba.io/modules/zorba-errors:ZDST0003
1629
1630=== modified file 'test/rbkt/Queries/zorba/collections/collection_002.spec'
1631--- test/rbkt/Queries/zorba/collections/collection_002.spec 2013-02-07 17:24:36 +0000
1632+++ test/rbkt/Queries/zorba/collections/collection_002.spec 2013-06-28 01:24:29 +0000
1633@@ -1,1 +1,1 @@
1634-Error: http://www.zorba-xquery.com/errors:ZDST0002
1635+Error: http://zorba.io/modules/zorba-errors:ZDST0002
1636
1637=== modified file 'test/rbkt/Queries/zorba/collections/collection_does_not_exist.spec'
1638--- test/rbkt/Queries/zorba/collections/collection_does_not_exist.spec 2013-02-07 17:24:36 +0000
1639+++ test/rbkt/Queries/zorba/collections/collection_does_not_exist.spec 2013-06-28 01:24:29 +0000
1640@@ -1,1 +1,1 @@
1641-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1642+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1643
1644=== modified file 'test/rbkt/Queries/zorba/collections/create_collision.spec'
1645--- test/rbkt/Queries/zorba/collections/create_collision.spec 2013-02-07 17:24:36 +0000
1646+++ test/rbkt/Queries/zorba/collections/create_collision.spec 2013-06-28 01:24:29 +0000
1647@@ -1,1 +1,1 @@
1648-Error: http://www.zorba-xquery.com/errors:ZDDY0016
1649+Error: http://zorba.io/modules/zorba-errors:ZDDY0016
1650
1651=== modified file 'test/rbkt/Queries/zorba/collections/declare_1.spec'
1652--- test/rbkt/Queries/zorba/collections/declare_1.spec 2013-02-07 17:24:36 +0000
1653+++ test/rbkt/Queries/zorba/collections/declare_1.spec 2013-06-28 01:24:29 +0000
1654@@ -1,1 +1,1 @@
1655-Error: http://www.zorba-xquery.com/errors:ZDST0001
1656+Error: http://zorba.io/modules/zorba-errors:ZDST0001
1657
1658=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_001.spec'
1659--- test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_001.spec 2013-02-07 17:24:36 +0000
1660+++ test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_001.spec 2013-06-28 01:24:29 +0000
1661@@ -1,1 +1,1 @@
1662-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1663+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1664
1665=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_002.spec'
1666--- test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_002.spec 2013-02-07 17:24:36 +0000
1667+++ test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_002.spec 2013-06-28 01:24:29 +0000
1668@@ -1,1 +1,1 @@
1669-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1670+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1671
1672=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_004.spec'
1673--- test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_004.spec 2013-02-07 17:24:36 +0000
1674+++ test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_004.spec 2013-06-28 01:24:29 +0000
1675@@ -1,1 +1,1 @@
1676-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1677+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1678
1679=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_const.spec'
1680--- test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_const.spec 2013-02-07 17:24:36 +0000
1681+++ test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_const.spec 2013-06-28 01:24:29 +0000
1682@@ -1,1 +1,1 @@
1683-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1684+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1685
1686=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_queue.spec'
1687--- test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_queue.spec 2013-02-07 17:24:36 +0000
1688+++ test/rbkt/Queries/zorba/collections/delete_nodes/delete_nodes_collection_queue.spec 2013-06-28 01:24:29 +0000
1689@@ -1,1 +1,1 @@
1690-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1691+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1692
1693=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_001.spec'
1694--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_001.spec 2013-02-07 17:24:36 +0000
1695+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_001.spec 2013-06-28 01:24:29 +0000
1696@@ -1,1 +1,1 @@
1697-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1698+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1699
1700=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_002.spec'
1701--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_002.spec 2013-02-07 17:24:36 +0000
1702+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_002.spec 2013-06-28 01:24:29 +0000
1703@@ -1,1 +1,1 @@
1704-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1705+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1706
1707=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_003.spec'
1708--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_003.spec 2013-02-07 17:24:36 +0000
1709+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_003.spec 2013-06-28 01:24:29 +0000
1710@@ -1,1 +1,1 @@
1711-Error: http://www.zorba-xquery.com/errors:ZDDY0012
1712+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
1713
1714=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_004.spec'
1715--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_004.spec 2013-02-07 17:24:36 +0000
1716+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_004.spec 2013-06-28 01:24:29 +0000
1717@@ -1,1 +1,1 @@
1718-Error: http://www.zorba-xquery.com/errors:ZDDY0011
1719+Error: http://zorba.io/modules/zorba-errors:ZDDY0011
1720
1721=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_005.spec'
1722--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_005.spec 2013-02-07 17:24:36 +0000
1723+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_005.spec 2013-06-28 01:24:29 +0000
1724@@ -1,1 +1,1 @@
1725-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1726+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1727
1728=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_006.spec'
1729--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_006.spec 2013-02-07 17:24:36 +0000
1730+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_006.spec 2013-06-28 01:24:29 +0000
1731@@ -1,1 +1,1 @@
1732-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1733+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1734
1735=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_007.spec'
1736--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_007.spec 2013-02-07 17:24:36 +0000
1737+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_007.spec 2013-06-28 01:24:29 +0000
1738@@ -1,2 +1,2 @@
1739-Error: http://www.zorba-xquery.com/errors:ZDDY0012
1740+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
1741
1742
1743=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_008.spec'
1744--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_008.spec 2013-02-07 17:24:36 +0000
1745+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_008.spec 2013-06-28 01:24:29 +0000
1746@@ -1,1 +1,1 @@
1747-Error: http://www.zorba-xquery.com/errors:ZDDY0011
1748+Error: http://zorba.io/modules/zorba-errors:ZDDY0011
1749
1750=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only.spec'
1751--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only.spec 2013-02-07 17:24:36 +0000
1752+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only.spec 2013-06-28 01:24:29 +0000
1753@@ -1,1 +1,1 @@
1754-Error: http://www.zorba-xquery.com/errors:ZDDY0007
1755+Error: http://zorba.io/modules/zorba-errors:ZDDY0007
1756
1757=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only_2.spec'
1758--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only_2.spec 2013-02-07 17:24:36 +0000
1759+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_append_only_2.spec 2013-06-28 01:24:29 +0000
1760@@ -1,1 +1,1 @@
1761-Error: http://www.zorba-xquery.com/errors:ZDDY0007
1762+Error: http://zorba.io/modules/zorba-errors:ZDDY0007
1763
1764=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const.spec'
1765--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const.spec 2013-02-07 17:24:36 +0000
1766+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const.spec 2013-06-28 01:24:29 +0000
1767@@ -1,1 +1,1 @@
1768-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1769+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1770
1771=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const_2.spec'
1772--- test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const_2.spec 2013-02-07 17:24:36 +0000
1773+++ test/rbkt/Queries/zorba/collections/delete_nodes_first/delete_nodes_collection_const_2.spec 2013-06-28 01:24:29 +0000
1774@@ -1,1 +1,1 @@
1775-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1776+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1777
1778=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_001.spec'
1779--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_001.spec 2013-02-07 17:24:36 +0000
1780+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_001.spec 2013-06-28 01:24:29 +0000
1781@@ -1,1 +1,1 @@
1782-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1783+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1784
1785=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_002.spec'
1786--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_002.spec 2013-02-07 17:24:36 +0000
1787+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_002.spec 2013-06-28 01:24:29 +0000
1788@@ -1,1 +1,1 @@
1789-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1790+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1791
1792=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_003.spec'
1793--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_003.spec 2013-02-07 17:24:36 +0000
1794+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_003.spec 2013-06-28 01:24:29 +0000
1795@@ -1,1 +1,1 @@
1796-Error: http://www.zorba-xquery.com/errors:ZDDY0012
1797+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
1798
1799=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_004.spec'
1800--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_004.spec 2013-02-07 17:24:36 +0000
1801+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_004.spec 2013-06-28 01:24:29 +0000
1802@@ -1,1 +1,1 @@
1803-Error: http://www.zorba-xquery.com/errors:ZDDY0011
1804+Error: http://zorba.io/modules/zorba-errors:ZDDY0011
1805
1806=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_005.spec'
1807--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_005.spec 2013-02-07 17:24:36 +0000
1808+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_005.spec 2013-06-28 01:24:29 +0000
1809@@ -1,1 +1,1 @@
1810-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1811+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1812
1813=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_006.spec'
1814--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_006.spec 2013-02-07 17:24:36 +0000
1815+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_006.spec 2013-06-28 01:24:29 +0000
1816@@ -1,1 +1,1 @@
1817-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1818+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1819
1820=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_007.spec'
1821--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_007.spec 2013-02-07 17:24:36 +0000
1822+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_007.spec 2013-06-28 01:24:29 +0000
1823@@ -1,2 +1,2 @@
1824-Error: http://www.zorba-xquery.com/errors:ZDDY0012
1825+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
1826
1827
1828=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_008.spec'
1829--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_008.spec 2013-02-07 17:24:36 +0000
1830+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_008.spec 2013-06-28 01:24:29 +0000
1831@@ -1,1 +1,1 @@
1832-Error: http://www.zorba-xquery.com/errors:ZDDY0011
1833+Error: http://zorba.io/modules/zorba-errors:ZDDY0011
1834
1835=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only.spec'
1836--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only.spec 2013-02-07 17:24:36 +0000
1837+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only.spec 2013-06-28 01:24:29 +0000
1838@@ -1,1 +1,1 @@
1839-Error: http://www.zorba-xquery.com/errors:ZDDY0007
1840+Error: http://zorba.io/modules/zorba-errors:ZDDY0007
1841
1842=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only_2.spec'
1843--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only_2.spec 2013-02-07 17:24:36 +0000
1844+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_append_only_2.spec 2013-06-28 01:24:29 +0000
1845@@ -1,1 +1,1 @@
1846-Error: http://www.zorba-xquery.com/errors:ZDDY0007
1847+Error: http://zorba.io/modules/zorba-errors:ZDDY0007
1848
1849=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const.spec'
1850--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const.spec 2013-02-07 17:24:36 +0000
1851+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const.spec 2013-06-28 01:24:29 +0000
1852@@ -1,1 +1,1 @@
1853-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1854+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1855
1856=== modified file 'test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const_2.spec'
1857--- test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const_2.spec 2013-02-07 17:24:36 +0000
1858+++ test/rbkt/Queries/zorba/collections/delete_nodes_last/delete_nodes_collection_const_2.spec 2013-06-28 01:24:29 +0000
1859@@ -1,1 +1,1 @@
1860-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1861+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1862
1863=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_001.spec'
1864--- test/rbkt/Queries/zorba/collections/edit/edit_collection_001.spec 2012-12-10 16:04:40 +0000
1865+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_001.spec 2013-06-28 01:24:29 +0000
1866@@ -1,1 +1,1 @@
1867-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1868+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1869
1870=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_002.spec'
1871--- test/rbkt/Queries/zorba/collections/edit/edit_collection_002.spec 2012-12-10 16:04:40 +0000
1872+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_002.spec 2013-06-28 01:24:29 +0000
1873@@ -1,1 +1,1 @@
1874-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1875+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1876
1877=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_004.spec'
1878--- test/rbkt/Queries/zorba/collections/edit/edit_collection_004.spec 2012-12-10 16:04:40 +0000
1879+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_004.spec 2013-06-28 01:24:29 +0000
1880@@ -1,1 +1,1 @@
1881-Error: http://www.zorba-xquery.com/errors:ZDDY0017
1882+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
1883
1884=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_008.spec'
1885--- test/rbkt/Queries/zorba/collections/edit/edit_collection_008.spec 2012-12-10 16:04:40 +0000
1886+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_008.spec 2013-06-28 01:24:29 +0000
1887@@ -1,1 +1,1 @@
1888-Error: http://www.zorba-xquery.com/errors:ZDDY0040
1889+Error: http://zorba.io/modules/zorba-errors:ZDDY0040
1890
1891=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_009.spec'
1892--- test/rbkt/Queries/zorba/collections/edit/edit_collection_009.spec 2012-12-10 16:04:40 +0000
1893+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_009.spec 2013-06-28 01:24:29 +0000
1894@@ -1,1 +1,1 @@
1895-Error: http://www.zorba-xquery.com/errors:ZDDY0040
1896+Error: http://zorba.io/modules/zorba-errors:ZDDY0040
1897
1898=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_015.spec'
1899--- test/rbkt/Queries/zorba/collections/edit/edit_collection_015.spec 2012-12-11 15:01:41 +0000
1900+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_015.spec 2013-06-28 01:24:29 +0000
1901@@ -1,1 +1,1 @@
1902-Error: http://www.zorba-xquery.com/errors:ZDTY0001
1903+Error: http://zorba.io/modules/zorba-errors:ZDTY0001
1904
1905=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_016.spec'
1906--- test/rbkt/Queries/zorba/collections/edit/edit_collection_016.spec 2012-12-12 10:39:46 +0000
1907+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_016.spec 2013-06-28 01:24:29 +0000
1908@@ -1,1 +1,1 @@
1909-Error: http://www.zorba-xquery.com/errors:ZDDY0039
1910+Error: http://zorba.io/modules/zorba-errors:ZDDY0039
1911
1912=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_017.spec'
1913--- test/rbkt/Queries/zorba/collections/edit/edit_collection_017.spec 2012-12-12 10:39:46 +0000
1914+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_017.spec 2013-06-28 01:24:29 +0000
1915@@ -1,1 +1,1 @@
1916-Error: http://www.zorba-xquery.com/errors:ZDDY0039
1917+Error: http://zorba.io/modules/zorba-errors:ZDDY0039
1918
1919=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_append_only.spec'
1920--- test/rbkt/Queries/zorba/collections/edit/edit_collection_append_only.spec 2012-12-10 16:04:40 +0000
1921+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_append_only.spec 2013-06-28 01:24:29 +0000
1922@@ -1,1 +1,1 @@
1923-Error: http://www.zorba-xquery.com/errors:ZDDY0037
1924+Error: http://zorba.io/modules/zorba-errors:ZDDY0037
1925
1926=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_const.spec'
1927--- test/rbkt/Queries/zorba/collections/edit/edit_collection_const.spec 2012-12-10 16:04:40 +0000
1928+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_const.spec 2013-06-28 01:24:29 +0000
1929@@ -1,1 +1,1 @@
1930-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1931+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1932
1933=== modified file 'test/rbkt/Queries/zorba/collections/edit/edit_collection_queue.spec'
1934--- test/rbkt/Queries/zorba/collections/edit/edit_collection_queue.spec 2012-12-10 16:04:40 +0000
1935+++ test/rbkt/Queries/zorba/collections/edit/edit_collection_queue.spec 2013-06-28 01:24:29 +0000
1936@@ -1,1 +1,1 @@
1937-Error: http://www.zorba-xquery.com/errors:ZDDY0038
1938+Error: http://zorba.io/modules/zorba-errors:ZDDY0038
1939
1940=== modified file 'test/rbkt/Queries/zorba/collections/index_of_3.spec'
1941--- test/rbkt/Queries/zorba/collections/index_of_3.spec 2013-02-07 17:24:36 +0000
1942+++ test/rbkt/Queries/zorba/collections/index_of_3.spec 2013-06-28 01:24:29 +0000
1943@@ -1,1 +1,1 @@
1944-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1945+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1946
1947=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_001.spec'
1948--- test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_001.spec 2013-02-07 17:24:36 +0000
1949+++ test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_001.spec 2013-06-28 01:24:29 +0000
1950@@ -1,1 +1,1 @@
1951-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1952+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1953
1954=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_002.spec'
1955--- test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_002.spec 2013-02-07 17:24:36 +0000
1956+++ test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_002.spec 2013-06-28 01:24:29 +0000
1957@@ -1,1 +1,1 @@
1958-Error: http://www.zorba-xquery.com/errors:ZDDY0003
1959+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
1960
1961=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_004.spec'
1962--- test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_004.spec 2013-02-07 17:24:36 +0000
1963+++ test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_004.spec 2013-06-28 01:24:29 +0000
1964@@ -1,1 +1,1 @@
1965-Error: http://www.zorba-xquery.com/errors:ZDTY0001
1966+Error: http://zorba.io/modules/zorba-errors:ZDTY0001
1967
1968=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_append_only.spec'
1969--- test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_append_only.spec 2013-02-07 17:24:36 +0000
1970+++ test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_append_only.spec 2013-06-28 01:24:29 +0000
1971@@ -1,1 +1,1 @@
1972-Error: http://www.zorba-xquery.com/errors:ZDDY0005
1973+Error: http://zorba.io/modules/zorba-errors:ZDDY0005
1974
1975=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_const.spec'
1976--- test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_const.spec 2013-02-07 17:24:36 +0000
1977+++ test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_const.spec 2013-06-28 01:24:29 +0000
1978@@ -1,1 +1,1 @@
1979-Error: http://www.zorba-xquery.com/errors:ZDDY0004
1980+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
1981
1982=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_queue.spec'
1983--- test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_queue.spec 2013-02-07 17:24:36 +0000
1984+++ test/rbkt/Queries/zorba/collections/insert_nodes/insert_collection_queue.spec 2013-06-28 01:24:29 +0000
1985@@ -1,1 +1,1 @@
1986-Error: http://www.zorba-xquery.com/errors:ZDDY0006
1987+Error: http://zorba.io/modules/zorba-errors:ZDDY0006
1988
1989=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_001.spec'
1990--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_001.spec 2013-02-07 17:24:36 +0000
1991+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_001.spec 2013-06-28 01:24:29 +0000
1992@@ -1,1 +1,1 @@
1993-Error: http://www.zorba-xquery.com/errors:ZDDY0001
1994+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
1995
1996=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_002.spec'
1997--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_002.spec 2013-02-07 17:24:36 +0000
1998+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_002.spec 2013-06-28 01:24:29 +0000
1999@@ -1,1 +1,1 @@
2000-Error: http://www.zorba-xquery.com/errors:ZDDY0003
2001+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
2002
2003=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_003.spec'
2004--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_003.spec 2013-02-07 17:24:36 +0000
2005+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_003.spec 2013-06-28 01:24:29 +0000
2006@@ -1,1 +1,1 @@
2007-Error: http://www.zorba-xquery.com/errors:ZDDY0012
2008+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
2009
2010=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_004.spec'
2011--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_004.spec 2013-02-07 17:24:36 +0000
2012+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_004.spec 2013-06-28 01:24:29 +0000
2013@@ -1,1 +1,1 @@
2014-Error: http://www.zorba-xquery.com/errors:ZDTY0001
2015+Error: http://zorba.io/modules/zorba-errors:ZDTY0001
2016
2017=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_append_only.spec'
2018--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_append_only.spec 2013-02-07 17:24:36 +0000
2019+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_append_only.spec 2013-06-28 01:24:29 +0000
2020@@ -1,1 +1,1 @@
2021-Error: http://www.zorba-xquery.com/errors:ZDDY0005
2022+Error: http://zorba.io/modules/zorba-errors:ZDDY0005
2023
2024=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_const.spec'
2025--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_const.spec 2013-02-07 17:24:36 +0000
2026+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_const.spec 2013-06-28 01:24:29 +0000
2027@@ -1,1 +1,1 @@
2028-Error: http://www.zorba-xquery.com/errors:ZDDY0004
2029+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
2030
2031=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_queue.spec'
2032--- test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_queue.spec 2013-02-07 17:24:36 +0000
2033+++ test/rbkt/Queries/zorba/collections/insert_nodes_after/insert_collection_queue.spec 2013-06-28 01:24:29 +0000
2034@@ -1,1 +1,1 @@
2035-Error: http://www.zorba-xquery.com/errors:ZDDY0006
2036+Error: http://zorba.io/modules/zorba-errors:ZDDY0006
2037
2038=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_001.spec'
2039--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_001.spec 2013-02-07 17:24:36 +0000
2040+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_001.spec 2013-06-28 01:24:29 +0000
2041@@ -1,1 +1,1 @@
2042-Error: http://www.zorba-xquery.com/errors:ZDDY0001
2043+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
2044
2045=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_002.spec'
2046--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_002.spec 2013-02-07 17:24:36 +0000
2047+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_002.spec 2013-06-28 01:24:29 +0000
2048@@ -1,1 +1,1 @@
2049-Error: http://www.zorba-xquery.com/errors:ZDDY0003
2050+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
2051
2052=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_003.spec'
2053--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_003.spec 2013-02-07 17:24:36 +0000
2054+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_003.spec 2013-06-28 01:24:29 +0000
2055@@ -1,1 +1,1 @@
2056-Error: http://www.zorba-xquery.com/errors:ZDDY0012
2057+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
2058
2059=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_004.spec'
2060--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_004.spec 2013-02-07 17:24:36 +0000
2061+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_004.spec 2013-06-28 01:24:29 +0000
2062@@ -1,1 +1,1 @@
2063-Error: http://www.zorba-xquery.com/errors:ZDTY0001
2064+Error: http://zorba.io/modules/zorba-errors:ZDTY0001
2065
2066=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_append_only.spec'
2067--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_append_only.spec 2013-02-07 17:24:36 +0000
2068+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_append_only.spec 2013-06-28 01:24:29 +0000
2069@@ -1,1 +1,1 @@
2070-Error: http://www.zorba-xquery.com/errors:ZDDY0005
2071+Error: http://zorba.io/modules/zorba-errors:ZDDY0005
2072
2073=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_const.spec'
2074--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_const.spec 2013-02-07 17:24:36 +0000
2075+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_const.spec 2013-06-28 01:24:29 +0000
2076@@ -1,1 +1,1 @@
2077-Error: http://www.zorba-xquery.com/errors:ZDDY0004
2078+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
2079
2080=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_queue.spec'
2081--- test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_queue.spec 2013-02-07 17:24:36 +0000
2082+++ test/rbkt/Queries/zorba/collections/insert_nodes_before/insert_collection_queue.spec 2013-06-28 01:24:29 +0000
2083@@ -1,1 +1,1 @@
2084-Error: http://www.zorba-xquery.com/errors:ZDDY0006
2085+Error: http://zorba.io/modules/zorba-errors:ZDDY0006
2086
2087=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_001.spec'
2088--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_001.spec 2013-02-07 17:24:36 +0000
2089+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_001.spec 2013-06-28 01:24:29 +0000
2090@@ -1,1 +1,1 @@
2091-Error: http://www.zorba-xquery.com/errors:ZDDY0001
2092+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
2093
2094=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_002.spec'
2095--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_002.spec 2013-02-07 17:24:36 +0000
2096+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_002.spec 2013-06-28 01:24:29 +0000
2097@@ -1,1 +1,1 @@
2098-Error: http://www.zorba-xquery.com/errors:ZDDY0003
2099+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
2100
2101=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_003.spec'
2102--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_003.spec 2013-02-07 17:24:36 +0000
2103+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_003.spec 2013-06-28 01:24:29 +0000
2104@@ -1,1 +1,1 @@
2105-Error: http://www.zorba-xquery.com/errors:ZDDY0012
2106+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
2107
2108=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_004.spec'
2109--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_004.spec 2013-02-07 17:24:36 +0000
2110+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_004.spec 2013-06-28 01:24:29 +0000
2111@@ -1,1 +1,1 @@
2112-Error: http://www.zorba-xquery.com/errors:ZDTY0001
2113+Error: http://zorba.io/modules/zorba-errors:ZDTY0001
2114
2115=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_append_only.spec'
2116--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_append_only.spec 2013-02-07 17:24:36 +0000
2117+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_append_only.spec 2013-06-28 01:24:29 +0000
2118@@ -1,1 +1,1 @@
2119-Error: http://www.zorba-xquery.com/errors:ZDDY0005
2120+Error: http://zorba.io/modules/zorba-errors:ZDDY0005
2121
2122=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_const.spec'
2123--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_const.spec 2013-02-07 17:24:36 +0000
2124+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_const.spec 2013-06-28 01:24:29 +0000
2125@@ -1,1 +1,1 @@
2126-Error: http://www.zorba-xquery.com/errors:ZDDY0004
2127+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
2128
2129=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_queue.spec'
2130--- test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_queue.spec 2013-02-07 17:24:36 +0000
2131+++ test/rbkt/Queries/zorba/collections/insert_nodes_first/insert_collection_queue.spec 2013-06-28 01:24:29 +0000
2132@@ -1,1 +1,1 @@
2133-Error: http://www.zorba-xquery.com/errors:ZDDY0006
2134+Error: http://zorba.io/modules/zorba-errors:ZDDY0006
2135
2136=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_001.spec'
2137--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_001.spec 2013-02-07 17:24:36 +0000
2138+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_001.spec 2013-06-28 01:24:29 +0000
2139@@ -1,1 +1,1 @@
2140-Error: http://www.zorba-xquery.com/errors:ZDDY0001
2141+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
2142
2143=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_002.spec'
2144--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_002.spec 2013-02-07 17:24:36 +0000
2145+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_002.spec 2013-06-28 01:24:29 +0000
2146@@ -1,1 +1,1 @@
2147-Error: http://www.zorba-xquery.com/errors:ZDDY0003
2148+Error: http://zorba.io/modules/zorba-errors:ZDDY0003
2149
2150=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_003.spec'
2151--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_003.spec 2013-02-07 17:24:36 +0000
2152+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_003.spec 2013-06-28 01:24:29 +0000
2153@@ -1,1 +1,1 @@
2154-Error: http://www.zorba-xquery.com/errors:ZDDY0012
2155+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
2156
2157=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_004.spec'
2158--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_004.spec 2013-02-07 17:24:36 +0000
2159+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_004.spec 2013-06-28 01:24:29 +0000
2160@@ -1,1 +1,1 @@
2161-Error: http://www.zorba-xquery.com/errors:ZDTY0001
2162+Error: http://zorba.io/modules/zorba-errors:ZDTY0001
2163
2164=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_append_only.spec'
2165--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_append_only.spec 2013-02-07 17:24:36 +0000
2166+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_append_only.spec 2013-06-28 01:24:29 +0000
2167@@ -1,1 +1,1 @@
2168-Error: http://www.zorba-xquery.com/errors:ZDDY0005
2169+Error: http://zorba.io/modules/zorba-errors:ZDDY0005
2170
2171=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_const.spec'
2172--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_const.spec 2013-02-07 17:24:36 +0000
2173+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_const.spec 2013-06-28 01:24:29 +0000
2174@@ -1,1 +1,1 @@
2175-Error: http://www.zorba-xquery.com/errors:ZDDY0004
2176+Error: http://zorba.io/modules/zorba-errors:ZDDY0004
2177
2178=== modified file 'test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_queue.spec'
2179--- test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_queue.spec 2013-02-07 17:24:36 +0000
2180+++ test/rbkt/Queries/zorba/collections/insert_nodes_last/insert_collection_queue.spec 2013-06-28 01:24:29 +0000
2181@@ -1,1 +1,1 @@
2182-Error: http://www.zorba-xquery.com/errors:ZDDY0006
2183+Error: http://zorba.io/modules/zorba-errors:ZDDY0006
2184
2185=== modified file 'test/rbkt/Queries/zorba/collections/paging_1.xq'
2186--- test/rbkt/Queries/zorba/collections/paging_1.xq 2013-02-07 17:24:36 +0000
2187+++ test/rbkt/Queries/zorba/collections/paging_1.xq 2013-06-28 01:24:29 +0000
2188@@ -4,7 +4,7 @@
2189 import module namespace ref = "http://www.zorba-xquery.com/modules/node-reference";
2190
2191 declare namespace ann = "http://www.zorba-xquery.com/annotations";
2192-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2193+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2194
2195 declare function local:order($items)
2196 {
2197
2198=== modified file 'test/rbkt/Queries/zorba/collections/paging_5.spec'
2199--- test/rbkt/Queries/zorba/collections/paging_5.spec 2012-08-16 13:51:49 +0000
2200+++ test/rbkt/Queries/zorba/collections/paging_5.spec 2013-06-28 01:24:29 +0000
2201@@ -1,1 +1,1 @@
2202-Error: http://www.zorba-xquery.com/errors:ZSTR0066
2203+Error: http://zorba.io/modules/zorba-errors:ZSTR0066
2204
2205=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-date-la-uD-1.spec'
2206--- test/rbkt/Queries/zorba/datetime/datetime-parse-date-la-uD-1.spec 2013-01-08 05:08:36 +0000
2207+++ test/rbkt/Queries/zorba/datetime/datetime-parse-date-la-uD-1.spec 2013-06-28 01:24:29 +0000
2208@@ -1,2 +1,2 @@
2209 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-date-la-uD-1.xml.res
2210-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2211+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2212
2213=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-date-ld-1.spec'
2214--- test/rbkt/Queries/zorba/datetime/datetime-parse-date-ld-1.spec 2013-01-01 00:24:29 +0000
2215+++ test/rbkt/Queries/zorba/datetime/datetime-parse-date-ld-1.spec 2013-06-28 01:24:29 +0000
2216@@ -1,1 +1,1 @@
2217-Error: http://www.zorba-xquery.com/errors:ZDTP0005
2218+Error: http://zorba.io/modules/zorba-errors:ZDTP0005
2219
2220=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-date-lj-uY-1.spec'
2221--- test/rbkt/Queries/zorba/datetime/datetime-parse-date-lj-uY-1.spec 2013-01-08 05:08:36 +0000
2222+++ test/rbkt/Queries/zorba/datetime/datetime-parse-date-lj-uY-1.spec 2013-06-28 01:24:29 +0000
2223@@ -1,2 +1,2 @@
2224 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-date-lj-uY-1.xml.res
2225-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2226+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2227
2228=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-1.spec'
2229--- test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-1.spec 2013-01-08 05:08:36 +0000
2230+++ test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-1.spec 2013-06-28 01:24:29 +0000
2231@@ -1,2 +1,2 @@
2232 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-date-uA-uD-1.xml.res
2233-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2234+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2235
2236=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-2.spec'
2237--- test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-2.spec 2013-01-08 05:08:36 +0000
2238+++ test/rbkt/Queries/zorba/datetime/datetime-parse-date-uA-uD-2.spec 2013-06-28 01:24:29 +0000
2239@@ -1,2 +1,2 @@
2240 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-date-uA-uD-2.xml.res
2241-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2242+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2243
2244=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-1.spec'
2245--- test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-1.spec 2013-01-08 05:08:36 +0000
2246+++ test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-1.spec 2013-06-28 01:24:29 +0000
2247@@ -1,2 +1,2 @@
2248 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-1.xml.res
2249-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2250+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2251
2252=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-2.spec'
2253--- test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-2.spec 2013-01-08 05:08:36 +0000
2254+++ test/rbkt/Queries/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-2.spec 2013-06-28 01:24:29 +0000
2255@@ -1,2 +1,2 @@
2256 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-dateTime-uAB-ld-uYTZ-2.xml.res
2257-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2258+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2259
2260=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-1.spec'
2261--- test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-1.spec 2013-01-08 05:08:36 +0000
2262+++ test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-1.spec 2013-06-28 01:24:29 +0000
2263@@ -1,2 +1,2 @@
2264 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-time-lr-1.xml.res
2265-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2266+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2267
2268=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-2.spec'
2269--- test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-2.spec 2013-01-08 05:08:36 +0000
2270+++ test/rbkt/Queries/zorba/datetime/datetime-parse-time-lr-2.spec 2013-06-28 01:24:29 +0000
2271@@ -1,2 +1,2 @@
2272 Result: $RBKT_SRC_DIR/ExpQueryResults/zorba/datetime/datetime-parse-time-lr-2.xml.res
2273-Error: http://www.zorba-xquery.com/errors:ZOSE0007
2274+Error: http://zorba.io/modules/zorba-errors:ZOSE0007
2275
2276=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-time-uH-2.spec'
2277--- test/rbkt/Queries/zorba/datetime/datetime-parse-time-uH-2.spec 2013-01-01 00:24:29 +0000
2278+++ test/rbkt/Queries/zorba/datetime/datetime-parse-time-uH-2.spec 2013-06-28 01:24:29 +0000
2279@@ -1,1 +1,1 @@
2280-Error: http://www.zorba-xquery.com/errors:ZDTP0003
2281+Error: http://zorba.io/modules/zorba-errors:ZDTP0003
2282
2283=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-time-uM-1.spec'
2284--- test/rbkt/Queries/zorba/datetime/datetime-parse-time-uM-1.spec 2013-01-01 00:24:29 +0000
2285+++ test/rbkt/Queries/zorba/datetime/datetime-parse-time-uM-1.spec 2013-06-28 01:24:29 +0000
2286@@ -1,1 +1,1 @@
2287-Error: http://www.zorba-xquery.com/errors:ZDTP0005
2288+Error: http://zorba.io/modules/zorba-errors:ZDTP0005
2289
2290=== modified file 'test/rbkt/Queries/zorba/datetime/datetime-parse-time-uS-1.spec'
2291--- test/rbkt/Queries/zorba/datetime/datetime-parse-time-uS-1.spec 2013-01-01 00:24:29 +0000
2292+++ test/rbkt/Queries/zorba/datetime/datetime-parse-time-uS-1.spec 2013-06-28 01:24:29 +0000
2293@@ -1,1 +1,1 @@
2294-Error: http://www.zorba-xquery.com/errors:ZDTP0005
2295+Error: http://zorba.io/modules/zorba-errors:ZDTP0005
2296
2297=== modified file 'test/rbkt/Queries/zorba/error/data-location-json-1.xq'
2298--- test/rbkt/Queries/zorba/error/data-location-json-1.xq 2013-02-12 03:55:18 +0000
2299+++ test/rbkt/Queries/zorba/error/data-location-json-1.xq 2013-06-28 01:24:29 +0000
2300@@ -1,6 +1,6 @@
2301 import module namespace file = "http://expath.org/ns/file";
2302 import module namespace jn = "http://jsoniq.org/functions";
2303-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2304+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2305
2306 let $file := "$RBKT_SRC_DIR/Queries/zorba/error/data-location.json"
2307 let $json := file:read-text( $file )
2308
2309=== modified file 'test/rbkt/Queries/zorba/error/data-location-json-2.xq'
2310--- test/rbkt/Queries/zorba/error/data-location-json-2.xq 2013-02-12 03:55:18 +0000
2311+++ test/rbkt/Queries/zorba/error/data-location-json-2.xq 2013-06-28 01:24:29 +0000
2312@@ -1,6 +1,6 @@
2313 import module namespace file = "http://expath.org/ns/file";
2314 import module namespace json = "http://www.zorba-xquery.com/modules/converters/json";
2315-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2316+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2317
2318 let $file := "$RBKT_SRC_DIR/Queries/zorba/error/data-location.json"
2319 let $json := file:read-text( $file )
2320
2321=== modified file 'test/rbkt/Queries/zorba/error/data-location-xml-1.xq'
2322--- test/rbkt/Queries/zorba/error/data-location-xml-1.xq 2013-02-08 00:41:29 +0000
2323+++ test/rbkt/Queries/zorba/error/data-location-xml-1.xq 2013-06-28 01:24:29 +0000
2324@@ -1,5 +1,5 @@
2325 import module namespace file = "http://expath.org/ns/file";
2326-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2327+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2328
2329 try {
2330 fn:doc( "data-location.xml" )
2331
2332=== modified file 'test/rbkt/Queries/zorba/error/data-location-xml-2.xq'
2333--- test/rbkt/Queries/zorba/error/data-location-xml-2.xq 2013-02-12 23:07:25 +0000
2334+++ test/rbkt/Queries/zorba/error/data-location-xml-2.xq 2013-06-28 01:24:29 +0000
2335@@ -1,5 +1,5 @@
2336 import module namespace file = "http://expath.org/ns/file";
2337-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2338+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2339
2340 let $file := "$RBKT_SRC_DIR/Queries/zorba/error/data-location.xml"
2341 let $xml := file:read-text( $file )
2342
2343=== modified file 'test/rbkt/Queries/zorba/error/warning1.xq'
2344--- test/rbkt/Queries/zorba/error/warning1.xq 2013-02-07 17:24:36 +0000
2345+++ test/rbkt/Queries/zorba/error/warning1.xq 2013-06-28 01:24:29 +0000
2346@@ -1,6 +1,6 @@
2347 (:
2348 : test if the warning module is syntactically correct
2349 :)
2350-import module namespace zwarn = "http://www.zorba-xquery.com/warnings";
2351+import module namespace zwarn = "http://zorba.io/modules/zorba-warnings";
2352
2353 $zwarn:ZWST0002
2354
2355=== modified file 'test/rbkt/Queries/zorba/fetch/fetch_bogus1.spec'
2356--- test/rbkt/Queries/zorba/fetch/fetch_bogus1.spec 2013-02-07 17:24:36 +0000
2357+++ test/rbkt/Queries/zorba/fetch/fetch_bogus1.spec 2013-06-28 01:24:29 +0000
2358@@ -1,1 +1,1 @@
2359-Error: http://www.zorba-xquery.com/errors:ZXQP0026
2360+Error: http://zorba.io/modules/zorba-errors:ZXQP0026
2361
2362=== modified file 'test/rbkt/Queries/zorba/fetch/fetch_bogus2.spec'
2363--- test/rbkt/Queries/zorba/fetch/fetch_bogus2.spec 2013-02-07 17:24:36 +0000
2364+++ test/rbkt/Queries/zorba/fetch/fetch_bogus2.spec 2013-06-28 01:24:29 +0000
2365@@ -1,1 +1,1 @@
2366-Error: http://www.zorba-xquery.com/errors:ZXQP0025
2367+Error: http://zorba.io/modules/zorba-errors:ZXQP0025
2368
2369=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_01.spec'
2370--- test/rbkt/Queries/zorba/index/declare_index/declare_01.spec 2013-02-07 17:24:36 +0000
2371+++ test/rbkt/Queries/zorba/index/declare_index/declare_01.spec 2013-06-28 01:24:29 +0000
2372@@ -1,1 +1,1 @@
2373-Error: http://www.zorba-xquery.com/errors:ZDST0021
2374+Error: http://zorba.io/modules/zorba-errors:ZDST0021
2375
2376=== modified file 'test/rbkt/Queries/zorba/index/declare_index/declare_05.spec'
2377--- test/rbkt/Queries/zorba/index/declare_index/declare_05.spec 2013-02-07 17:24:36 +0000
2378+++ test/rbkt/Queries/zorba/index/declare_index/declare_05.spec 2013-06-28 01:24:29 +0000
2379@@ -1,1 +1,1 @@
2380-Error: http://www.zorba-xquery.com/errors:ZDST0029
2381+Error: http://zorba.io/modules/zorba-errors:ZDST0029
2382
2383=== modified file 'test/rbkt/Queries/zorba/index/error1.spec'
2384--- test/rbkt/Queries/zorba/index/error1.spec 2013-02-07 17:24:36 +0000
2385+++ test/rbkt/Queries/zorba/index/error1.spec 2013-06-28 01:24:29 +0000
2386@@ -1,1 +1,1 @@
2387-Error: http://www.zorba-xquery.com/errors:ZDST0023
2388+Error: http://zorba.io/modules/zorba-errors:ZDST0023
2389
2390=== modified file 'test/rbkt/Queries/zorba/index/error2.spec'
2391--- test/rbkt/Queries/zorba/index/error2.spec 2013-02-07 17:24:36 +0000
2392+++ test/rbkt/Queries/zorba/index/error2.spec 2013-06-28 01:24:29 +0000
2393@@ -1,1 +1,1 @@
2394-Error: http://www.zorba-xquery.com/errors:ZDST0029
2395+Error: http://zorba.io/modules/zorba-errors:ZDST0029
2396
2397=== modified file 'test/rbkt/Queries/zorba/index/error3.spec'
2398--- test/rbkt/Queries/zorba/index/error3.spec 2013-02-07 17:24:36 +0000
2399+++ test/rbkt/Queries/zorba/index/error3.spec 2013-06-28 01:24:29 +0000
2400@@ -1,1 +1,1 @@
2401-Error: http://www.zorba-xquery.com/errors:ZDST0032
2402+Error: http://zorba.io/modules/zorba-errors:ZDST0032
2403
2404=== modified file 'test/rbkt/Queries/zorba/index/error4.spec'
2405--- test/rbkt/Queries/zorba/index/error4.spec 2013-02-07 17:24:36 +0000
2406+++ test/rbkt/Queries/zorba/index/error4.spec 2013-06-28 01:24:29 +0000
2407@@ -1,1 +1,1 @@
2408-Error: http://www.zorba-xquery.com/errors:ZDTY0010
2409+Error: http://zorba.io/modules/zorba-errors:ZDTY0010
2410
2411=== modified file 'test/rbkt/Queries/zorba/index/index_does_not_exist.spec'
2412--- test/rbkt/Queries/zorba/index/index_does_not_exist.spec 2013-02-07 17:24:36 +0000
2413+++ test/rbkt/Queries/zorba/index/index_does_not_exist.spec 2013-06-28 01:24:29 +0000
2414@@ -1,1 +1,1 @@
2415-Error: http://www.zorba-xquery.com/errors:ZDDY0023
2416+Error: http://zorba.io/modules/zorba-errors:ZDDY0023
2417
2418=== modified file 'test/rbkt/Queries/zorba/index/index_does_not_exist_2.spec'
2419--- test/rbkt/Queries/zorba/index/index_does_not_exist_2.spec 2013-02-07 17:24:36 +0000
2420+++ test/rbkt/Queries/zorba/index/index_does_not_exist_2.spec 2013-06-28 01:24:29 +0000
2421@@ -1,1 +1,1 @@
2422-Error: http://www.zorba-xquery.com/errors:ZDDY0023
2423+Error: http://zorba.io/modules/zorba-errors:ZDDY0023
2424
2425=== modified file 'test/rbkt/Queries/zorba/index/index_exists_already.spec'
2426--- test/rbkt/Queries/zorba/index/index_exists_already.spec 2013-02-07 17:24:36 +0000
2427+++ test/rbkt/Queries/zorba/index/index_exists_already.spec 2013-06-28 01:24:29 +0000
2428@@ -1,1 +1,1 @@
2429-Error: http://www.zorba-xquery.com/errors:ZDDY0022
2430+Error: http://zorba.io/modules/zorba-errors:ZDDY0022
2431
2432=== modified file 'test/rbkt/Queries/zorba/index/index_probe_range.spec'
2433--- test/rbkt/Queries/zorba/index/index_probe_range.spec 2013-02-07 17:24:36 +0000
2434+++ test/rbkt/Queries/zorba/index/index_probe_range.spec 2013-06-28 01:24:29 +0000
2435@@ -1,1 +1,1 @@
2436-Error: http://www.zorba-xquery.com/errors:ZDDY0026
2437+Error: http://zorba.io/modules/zorba-errors:ZDDY0026
2438
2439=== modified file 'test/rbkt/Queries/zorba/index/probe_index_invalid_params.spec'
2440--- test/rbkt/Queries/zorba/index/probe_index_invalid_params.spec 2013-02-07 17:24:36 +0000
2441+++ test/rbkt/Queries/zorba/index/probe_index_invalid_params.spec 2013-06-28 01:24:29 +0000
2442@@ -1,1 +1,1 @@
2443-Error: http://www.zorba-xquery.com/errors:ZDDY0025
2444+Error: http://zorba.io/modules/zorba-errors:ZDDY0025
2445
2446=== modified file 'test/rbkt/Queries/zorba/index/remove_collection_with_index.spec'
2447--- test/rbkt/Queries/zorba/index/remove_collection_with_index.spec 2013-02-07 17:24:36 +0000
2448+++ test/rbkt/Queries/zorba/index/remove_collection_with_index.spec 2013-06-28 01:24:29 +0000
2449@@ -1,1 +1,1 @@
2450-Error: http://www.zorba-xquery.com/errors:ZDDY0013
2451+Error: http://zorba.io/modules/zorba-errors:ZDDY0013
2452
2453=== modified file 'test/rbkt/Queries/zorba/index/undo2.xq'
2454--- test/rbkt/Queries/zorba/index/undo2.xq 2013-02-07 17:24:36 +0000
2455+++ test/rbkt/Queries/zorba/index/undo2.xq 2013-06-28 01:24:29 +0000
2456@@ -3,7 +3,7 @@
2457 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2458 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
2459
2460-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2461+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2462 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2463
2464 u:create-db();
2465
2466=== modified file 'test/rbkt/Queries/zorba/index/undo3.xq'
2467--- test/rbkt/Queries/zorba/index/undo3.xq 2013-02-07 17:24:36 +0000
2468+++ test/rbkt/Queries/zorba/index/undo3.xq 2013-06-28 01:24:29 +0000
2469@@ -3,7 +3,7 @@
2470 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2471 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
2472
2473-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2474+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2475 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2476
2477 u:create-db();
2478
2479=== modified file 'test/rbkt/Queries/zorba/index/undo4.xq'
2480--- test/rbkt/Queries/zorba/index/undo4.xq 2013-02-07 17:24:36 +0000
2481+++ test/rbkt/Queries/zorba/index/undo4.xq 2013-06-28 01:24:29 +0000
2482@@ -4,7 +4,7 @@
2483 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2484 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
2485
2486-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2487+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2488 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2489
2490 u:create-db();
2491
2492=== modified file 'test/rbkt/Queries/zorba/index/unique.xq'
2493--- test/rbkt/Queries/zorba/index/unique.xq 2012-04-20 18:29:48 +0000
2494+++ test/rbkt/Queries/zorba/index/unique.xq 2013-06-28 01:24:29 +0000
2495@@ -3,7 +3,7 @@
2496 import module namespace dml = "http://www.zorba-xquery.com/modules/store/static/collections/dml";
2497 import module namespace idml = "http://www.zorba-xquery.com/modules/store/static/indexes/dml";
2498
2499-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2500+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2501 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2502
2503 u:create-db();
2504
2505=== modified file 'test/rbkt/Queries/zorba/json/json-jsonml_array-parse-06.spec'
2506--- test/rbkt/Queries/zorba/json/json-jsonml_array-parse-06.spec 2012-01-26 01:35:11 +0000
2507+++ test/rbkt/Queries/zorba/json/json-jsonml_array-parse-06.spec 2013-06-28 01:24:29 +0000
2508@@ -1,1 +1,1 @@
2509-Error: http://www.zorba-xquery.com/errors:ZJPE0009
2510+Error: http://zorba.io/modules/zorba-errors:ZJPE0009
2511
2512=== modified file 'test/rbkt/Queries/zorba/json/json-jsonml_array-parse-07.spec'
2513--- test/rbkt/Queries/zorba/json/json-jsonml_array-parse-07.spec 2012-05-13 15:33:57 +0000
2514+++ test/rbkt/Queries/zorba/json/json-jsonml_array-parse-07.spec 2013-06-28 01:24:29 +0000
2515@@ -1,1 +1,1 @@
2516-Error: http://www.zorba-xquery.com/errors:ZJPE0010
2517+Error: http://zorba.io/modules/zorba-errors:ZJPE0010
2518
2519=== modified file 'test/rbkt/Queries/zorba/json/json-jsonml_array-parse-08.spec'
2520--- test/rbkt/Queries/zorba/json/json-jsonml_array-parse-08.spec 2013-04-02 02:48:56 +0000
2521+++ test/rbkt/Queries/zorba/json/json-jsonml_array-parse-08.spec 2013-06-28 01:24:29 +0000
2522@@ -1,1 +1,1 @@
2523-Error: http://www.zorba-xquery.com/errors:ZJPE0006
2524+Error: http://zorba.io/modules/zorba-errors:ZJPE0006
2525
2526=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-invalid-json.spec'
2527--- test/rbkt/Queries/zorba/json/json-snelson-invalid-json.spec 2012-01-23 23:22:52 +0000
2528+++ test/rbkt/Queries/zorba/json/json-snelson-invalid-json.spec 2013-06-28 01:24:29 +0000
2529@@ -1,1 +1,1 @@
2530-Error: http://www.zorba-xquery.com/errors:ZJPE0006
2531+Error: http://zorba.io/modules/zorba-errors:ZJPE0006
2532
2533=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-parse-empty.spec'
2534--- test/rbkt/Queries/zorba/json/json-snelson-parse-empty.spec 2012-01-26 01:47:19 +0000
2535+++ test/rbkt/Queries/zorba/json/json-snelson-parse-empty.spec 2013-06-28 01:24:29 +0000
2536@@ -1,1 +1,1 @@
2537-Error: http://www.zorba-xquery.com/errors:ZJPE0009
2538+Error: http://zorba.io/modules/zorba-errors:ZJPE0009
2539
2540=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-array-06.spec'
2541--- test/rbkt/Queries/zorba/json/json-snelson-serialize-array-06.spec 2011-12-22 04:56:34 +0000
2542+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-array-06.spec 2013-06-28 01:24:29 +0000
2543@@ -1,1 +1,1 @@
2544-Error: http://www.zorba-xquery.com/errors:ZJSE0005
2545+Error: http://zorba.io/modules/zorba-errors:ZJSE0005
2546
2547=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-array-07.spec'
2548--- test/rbkt/Queries/zorba/json/json-snelson-serialize-array-07.spec 2011-12-22 04:56:34 +0000
2549+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-array-07.spec 2013-06-28 01:24:29 +0000
2550@@ -1,1 +1,1 @@
2551-Error: http://www.zorba-xquery.com/errors:ZJSE0008
2552+Error: http://zorba.io/modules/zorba-errors:ZJSE0008
2553
2554=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-array-08.spec'
2555--- test/rbkt/Queries/zorba/json/json-snelson-serialize-array-08.spec 2011-12-22 04:56:34 +0000
2556+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-array-08.spec 2013-06-28 01:24:29 +0000
2557@@ -1,1 +1,1 @@
2558-Error: http://www.zorba-xquery.com/errors:ZJSE0002
2559+Error: http://zorba.io/modules/zorba-errors:ZJSE0002
2560
2561=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-array-09.spec'
2562--- test/rbkt/Queries/zorba/json/json-snelson-serialize-array-09.spec 2011-12-22 04:56:34 +0000
2563+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-array-09.spec 2013-06-28 01:24:29 +0000
2564@@ -1,1 +1,1 @@
2565-Error: http://www.zorba-xquery.com/errors:ZJSE0003
2566+Error: http://zorba.io/modules/zorba-errors:ZJSE0003
2567
2568=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-array-10.spec'
2569--- test/rbkt/Queries/zorba/json/json-snelson-serialize-array-10.spec 2011-12-22 04:56:34 +0000
2570+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-array-10.spec 2013-06-28 01:24:29 +0000
2571@@ -1,1 +1,1 @@
2572-Error: http://www.zorba-xquery.com/errors:ZJSE0007
2573+Error: http://zorba.io/modules/zorba-errors:ZJSE0007
2574
2575=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-array-11.spec'
2576--- test/rbkt/Queries/zorba/json/json-snelson-serialize-array-11.spec 2011-12-22 04:56:34 +0000
2577+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-array-11.spec 2013-06-28 01:24:29 +0000
2578@@ -1,1 +1,1 @@
2579-Error: http://www.zorba-xquery.com/errors:ZJSE0006
2580+Error: http://zorba.io/modules/zorba-errors:ZJSE0006
2581
2582=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-comment-node.spec'
2583--- test/rbkt/Queries/zorba/json/json-snelson-serialize-comment-node.spec 2012-01-23 23:22:52 +0000
2584+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-comment-node.spec 2013-06-28 01:24:29 +0000
2585@@ -1,1 +1,1 @@
2586-Error: http://www.zorba-xquery.com/errors:ZJSE0001
2587+Error: http://zorba.io/modules/zorba-errors:ZJSE0001
2588
2589=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-invalid-value-for-attribute.spec'
2590--- test/rbkt/Queries/zorba/json/json-snelson-serialize-invalid-value-for-attribute.spec 2012-01-23 23:22:52 +0000
2591+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-invalid-value-for-attribute.spec 2013-06-28 01:24:29 +0000
2592@@ -1,1 +1,1 @@
2593-Error: http://www.zorba-xquery.com/errors:ZJSE0003
2594+Error: http://zorba.io/modules/zorba-errors:ZJSE0003
2595
2596=== modified file 'test/rbkt/Queries/zorba/json/json-snelson-serialize-type-value-missing.spec'
2597--- test/rbkt/Queries/zorba/json/json-snelson-serialize-type-value-missing.spec 2012-01-23 23:22:52 +0000
2598+++ test/rbkt/Queries/zorba/json/json-snelson-serialize-type-value-missing.spec 2013-06-28 01:24:29 +0000
2599@@ -1,1 +1,1 @@
2600-Error: http://www.zorba-xquery.com/errors:ZJSE0002
2601+Error: http://zorba.io/modules/zorba-errors:ZJSE0002
2602
2603=== modified file 'test/rbkt/Queries/zorba/nodes/position_err.xq'
2604--- test/rbkt/Queries/zorba/nodes/position_err.xq 2013-02-07 17:24:36 +0000
2605+++ test/rbkt/Queries/zorba/nodes/position_err.xq 2013-06-28 01:24:29 +0000
2606@@ -2,7 +2,7 @@
2607
2608 declare namespace err="http://www.w3.org/2005/xqt-errors";
2609
2610-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2611+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2612
2613 try
2614 {
2615
2616=== modified file 'test/rbkt/Queries/zorba/options/unknown_1.spec'
2617--- test/rbkt/Queries/zorba/options/unknown_1.spec 2013-02-07 17:24:36 +0000
2618+++ test/rbkt/Queries/zorba/options/unknown_1.spec 2013-06-28 01:24:29 +0000
2619@@ -1,1 +1,1 @@
2620-Error: http://www.zorba-xquery.com/errors:ZXQP0060
2621+Error: http://zorba.io/modules/zorba-errors:ZXQP0060
2622
2623=== modified file 'test/rbkt/Queries/zorba/random/seeded-random1.xq'
2624--- test/rbkt/Queries/zorba/random/seeded-random1.xq 2013-02-07 17:24:36 +0000
2625+++ test/rbkt/Queries/zorba/random/seeded-random1.xq 2013-06-28 01:24:29 +0000
2626@@ -1,6 +1,6 @@
2627 import module namespace r = "http://www.zorba-xquery.com/modules/random";
2628
2629-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2630+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2631 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2632
2633 count(r:seeded-random(1, 2)) eq 2,
2634
2635=== modified file 'test/rbkt/Queries/zorba/reference/json-reference_1.spec'
2636--- test/rbkt/Queries/zorba/reference/json-reference_1.spec 2012-12-06 00:01:20 +0000
2637+++ test/rbkt/Queries/zorba/reference/json-reference_1.spec 2013-06-28 01:24:29 +0000
2638@@ -1,1 +1,1 @@
2639-Error: http://www.zorba-xquery.com/errors:ZAPI0080
2640+Error: http://zorba.io/modules/zorba-errors:ZAPI0080
2641
2642=== modified file 'test/rbkt/Queries/zorba/reference/reference_4.spec'
2643--- test/rbkt/Queries/zorba/reference/reference_4.spec 2013-02-07 17:24:36 +0000
2644+++ test/rbkt/Queries/zorba/reference/reference_4.spec 2013-06-28 01:24:29 +0000
2645@@ -1,1 +1,1 @@
2646-Error: http://www.zorba-xquery.com/errors:ZAPI0028
2647+Error: http://zorba.io/modules/zorba-errors:ZAPI0028
2648
2649=== modified file 'test/rbkt/Queries/zorba/schemas/val-inplace-err2.spec'
2650--- test/rbkt/Queries/zorba/schemas/val-inplace-err2.spec 2012-01-06 00:13:42 +0000
2651+++ test/rbkt/Queries/zorba/schemas/val-inplace-err2.spec 2013-06-28 01:24:29 +0000
2652@@ -1,1 +1,1 @@
2653-Error: http://www.zorba-xquery.com/errors:ZAPI0090
2654+Error: http://zorba.io/modules/zorba-errors:ZAPI0090
2655
2656=== modified file 'test/rbkt/Queries/zorba/scripting/break0.spec'
2657--- test/rbkt/Queries/zorba/scripting/break0.spec 2013-02-07 17:24:36 +0000
2658+++ test/rbkt/Queries/zorba/scripting/break0.spec 2013-06-28 01:24:29 +0000
2659@@ -1,1 +1,1 @@
2660-Error: http://www.zorba-xquery.com/errors:XSST0009
2661+Error: http://zorba.io/modules/zorba-errors:XSST0009
2662
2663=== modified file 'test/rbkt/Queries/zorba/scripting/flwor4.spec'
2664--- test/rbkt/Queries/zorba/scripting/flwor4.spec 2013-02-07 17:24:36 +0000
2665+++ test/rbkt/Queries/zorba/scripting/flwor4.spec 2013-06-28 01:24:29 +0000
2666@@ -1,1 +1,1 @@
2667-Error: http://www.zorba-xquery.com/errors:ZDDY0017
2668+Error: http://zorba.io/modules/zorba-errors:ZDDY0017
2669
2670=== modified file 'test/rbkt/Queries/zorba/scripting/nonsequential3.spec'
2671--- test/rbkt/Queries/zorba/scripting/nonsequential3.spec 2013-02-07 17:24:36 +0000
2672+++ test/rbkt/Queries/zorba/scripting/nonsequential3.spec 2013-06-28 01:24:29 +0000
2673@@ -1,1 +1,1 @@
2674-Error: http://www.zorba-xquery.com/errors:XSST0004
2675+Error: http://zorba.io/modules/zorba-errors:XSST0004
2676
2677=== modified file 'test/rbkt/Queries/zorba/scripting/q2.spec'
2678--- test/rbkt/Queries/zorba/scripting/q2.spec 2013-02-07 17:24:36 +0000
2679+++ test/rbkt/Queries/zorba/scripting/q2.spec 2013-06-28 01:24:29 +0000
2680@@ -1,1 +1,1 @@
2681-Error: http://www.zorba-xquery.com/errors:XSST0004
2682+Error: http://zorba.io/modules/zorba-errors:XSST0004
2683
2684=== modified file 'test/rbkt/Queries/zorba/scripting/udf1.spec'
2685--- test/rbkt/Queries/zorba/scripting/udf1.spec 2013-02-07 17:24:36 +0000
2686+++ test/rbkt/Queries/zorba/scripting/udf1.spec 2013-06-28 01:24:29 +0000
2687@@ -1,1 +1,1 @@
2688-Error: http://www.zorba-xquery.com/errors:XSST0006
2689+Error: http://zorba.io/modules/zorba-errors:XSST0006
2690
2691=== modified file 'test/rbkt/Queries/zorba/store/documents.xq'
2692--- test/rbkt/Queries/zorba/store/documents.xq 2013-02-07 17:24:36 +0000
2693+++ test/rbkt/Queries/zorba/store/documents.xq 2013-06-28 01:24:29 +0000
2694@@ -1,7 +1,7 @@
2695 import module namespace doc = "http://www.zorba-xquery.com/modules/store/dynamic/documents";
2696
2697 declare namespace ann = "http://www.zorba-xquery.com/annotations";
2698-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2699+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2700
2701 declare base-uri "http://www.zorba-xquery.com/";
2702
2703
2704=== modified file 'test/rbkt/Queries/zorba/store/unordered-map/map5.spec'
2705--- test/rbkt/Queries/zorba/store/unordered-map/map5.spec 2013-02-07 17:24:36 +0000
2706+++ test/rbkt/Queries/zorba/store/unordered-map/map5.spec 2013-06-28 01:24:29 +0000
2707@@ -1,1 +1,1 @@
2708-Error: http://www.zorba-xquery.com/errors:ZDDY0023
2709+Error: http://zorba.io/modules/zorba-errors:ZDDY0023
2710
2711=== modified file 'test/rbkt/Queries/zorba/store/unordered-map/map6.xq'
2712--- test/rbkt/Queries/zorba/store/unordered-map/map6.xq 2013-02-07 17:24:36 +0000
2713+++ test/rbkt/Queries/zorba/store/unordered-map/map6.xq 2013-06-28 01:24:29 +0000
2714@@ -1,6 +1,6 @@
2715 import module namespace map = "http://www.zorba-xquery.com/modules/store/data-structures/unordered-map";
2716
2717-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2718+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2719 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2720
2721
2722
2723=== modified file 'test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm'
2724--- test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm 2013-02-07 17:24:36 +0000
2725+++ test/rbkt/Queries/zorba/string/AnalyzeString/http-client-doc.htm 2013-06-28 01:24:29 +0000
2726@@ -728,13 +728,13 @@
2727 </sup>
2728 </li>
2729 <li>
2730- <a href="www.zorba-xquery.com_errors.html" title="http://www.zorba-xquery.com/errors">errors</a>
2731+ <a href="www.zorba-xquery.com_errors.html" title="http://zorba.io/modules/zorba-errors">errors</a>
2732 <sup>
2733 <img src="images/ZCsmall.gif" alt="ZC" title="This module is part of Zorba core." />
2734 </sup>
2735 </li>
2736 <li>
2737- <a href="www.zorba-xquery.com_warnings.html" title="http://www.zorba-xquery.com/warnings">warnings</a>
2738+ <a href="www.zorba-xquery.com_warnings.html" title="http://zorba.io/modules/zorba-warnings">warnings</a>
2739 <sup>
2740 <img src="images/ZCsmall.gif" alt="ZC" title="This module is part of Zorba core." />
2741 </sup>
2742
2743=== modified file 'test/rbkt/Queries/zorba/trycatch/stacktrace1.xq'
2744--- test/rbkt/Queries/zorba/trycatch/stacktrace1.xq 2013-02-07 17:24:36 +0000
2745+++ test/rbkt/Queries/zorba/trycatch/stacktrace1.xq 2013-06-28 01:24:29 +0000
2746@@ -1,4 +1,4 @@
2747-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2748+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2749
2750 declare function local:bar()
2751 {
2752
2753=== modified file 'test/rbkt/Queries/zorba/trycatch/stacktrace2.xq'
2754--- test/rbkt/Queries/zorba/trycatch/stacktrace2.xq 2013-02-07 17:24:36 +0000
2755+++ test/rbkt/Queries/zorba/trycatch/stacktrace2.xq 2013-06-28 01:24:29 +0000
2756@@ -1,4 +1,4 @@
2757-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2758+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2759 declare namespace err = "http://www.w3.org/xqt-errors";
2760
2761 declare function local:bar()
2762
2763=== modified file 'test/rbkt/Queries/zorba/trycatch/stacktrace3.xq'
2764--- test/rbkt/Queries/zorba/trycatch/stacktrace3.xq 2013-02-07 17:24:36 +0000
2765+++ test/rbkt/Queries/zorba/trycatch/stacktrace3.xq 2013-06-28 01:24:29 +0000
2766@@ -1,4 +1,4 @@
2767-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2768+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2769
2770 try
2771 {
2772
2773=== modified file 'test/rbkt/Queries/zorba/trycatch/trycatch10.xq'
2774--- test/rbkt/Queries/zorba/trycatch/trycatch10.xq 2013-02-07 17:24:36 +0000
2775+++ test/rbkt/Queries/zorba/trycatch/trycatch10.xq 2013-06-28 01:24:29 +0000
2776@@ -2,7 +2,7 @@
2777 : check if the zorba error module is correct and its variables
2778 : can be used to catch an error
2779 :)
2780-import module namespace zerr = "http://www.zorba-xquery.com/errors";
2781+import module namespace zerr = "http://zorba.io/modules/zorba-errors";
2782 import module namespace doc = "http://www.zorba-xquery.com/modules/store/dynamic/documents";
2783
2784 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2785
2786=== modified file 'test/rbkt/Queries/zorba/trycatch/trycatch16.xq'
2787--- test/rbkt/Queries/zorba/trycatch/trycatch16.xq 2013-03-07 13:18:55 +0000
2788+++ test/rbkt/Queries/zorba/trycatch/trycatch16.xq 2013-06-28 01:24:29 +0000
2789@@ -1,5 +1,5 @@
2790 declare namespace err = "http://www.w3.org/2005/xqt-errors";
2791-declare namespace zerr = "http://www.zorba-xquery.com/errors";
2792+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
2793
2794 try {
2795 1
2796
2797=== modified file 'test/rbkt/Queries/zorba/udf/udf-recursive-1.spec'
2798--- test/rbkt/Queries/zorba/udf/udf-recursive-1.spec 2013-02-07 17:24:36 +0000
2799+++ test/rbkt/Queries/zorba/udf/udf-recursive-1.spec 2013-06-28 01:24:29 +0000
2800@@ -1,1 +1,1 @@
2801-Error: http://www.zorba-xquery.com/errors:ZXQP0003
2802+Error: http://zorba.io/modules/zorba-errors:ZXQP0003
2803
2804=== modified file 'test/rbkt/Queries/zorba/uris/decode_02.spec'
2805--- test/rbkt/Queries/zorba/uris/decode_02.spec 2013-02-07 17:24:36 +0000
2806+++ test/rbkt/Queries/zorba/uris/decode_02.spec 2013-06-28 01:24:29 +0000
2807@@ -1,1 +1,1 @@
2808-Error: http://www.zorba-xquery.com/errors:ZXQP0006
2809+Error: http://zorba.io/modules/zorba-errors:ZXQP0006
2810
2811=== modified file 'test/rbkt/Queries/zorba/uris/disable-http-5.spec'
2812--- test/rbkt/Queries/zorba/uris/disable-http-5.spec 2012-11-08 21:58:20 +0000
2813+++ test/rbkt/Queries/zorba/uris/disable-http-5.spec 2013-06-28 01:24:29 +0000
2814@@ -1,1 +1,1 @@
2815-Error: http://www.zorba-xquery.com/errors:ZXQP0061
2816+Error: http://zorba.io/modules/zorba-errors:ZXQP0061
2817
2818=== modified file 'test/rbkt/Queries/zorba/uris/serialize-wrong-opaque-noscheme.spec'
2819--- test/rbkt/Queries/zorba/uris/serialize-wrong-opaque-noscheme.spec 2013-05-02 06:24:25 +0000
2820+++ test/rbkt/Queries/zorba/uris/serialize-wrong-opaque-noscheme.spec 2013-06-28 01:24:29 +0000
2821@@ -1,1 +1,1 @@
2822-Error: http://www.zorba-xquery.com/errors:ZURI0002
2823+Error: http://zorba.io/modules/zorba-errors:ZURI0002
2824
2825=== modified file 'test/rbkt/Queries/zorba/uris/serialize-wrong-opaque.spec'
2826--- test/rbkt/Queries/zorba/uris/serialize-wrong-opaque.spec 2013-05-02 06:24:25 +0000
2827+++ test/rbkt/Queries/zorba/uris/serialize-wrong-opaque.spec 2013-06-28 01:24:29 +0000
2828@@ -1,1 +1,1 @@
2829-Error: http://www.zorba-xquery.com/errors:ZURI0001
2830+Error: http://zorba.io/modules/zorba-errors:ZURI0001
2831
2832=== modified file 'test/rbkt/Queries/zorba/uris/serialize-wrong-path1.spec'
2833--- test/rbkt/Queries/zorba/uris/serialize-wrong-path1.spec 2013-05-02 06:24:25 +0000
2834+++ test/rbkt/Queries/zorba/uris/serialize-wrong-path1.spec 2013-06-28 01:24:29 +0000
2835@@ -1,1 +1,1 @@
2836-Error: http://www.zorba-xquery.com/errors:ZURI0003
2837+Error: http://zorba.io/modules/zorba-errors:ZURI0003
2838
2839=== modified file 'test/rbkt/Queries/zorba/uris/serialize-wrong-path2.spec'
2840--- test/rbkt/Queries/zorba/uris/serialize-wrong-path2.spec 2013-05-02 06:24:25 +0000
2841+++ test/rbkt/Queries/zorba/uris/serialize-wrong-path2.spec 2013-06-28 01:24:29 +0000
2842@@ -1,1 +1,1 @@
2843-Error: http://www.zorba-xquery.com/errors:ZURI0003
2844+Error: http://zorba.io/modules/zorba-errors:ZURI0003
2845
2846=== modified file 'test/rbkt/Queries/zorba/versioning/import-chain2.spec'
2847--- test/rbkt/Queries/zorba/versioning/import-chain2.spec 2013-02-07 17:24:36 +0000
2848+++ test/rbkt/Queries/zorba/versioning/import-chain2.spec 2013-06-28 01:24:29 +0000
2849@@ -1,1 +1,1 @@
2850-Error: http://www.zorba-xquery.com/errors:ZXQP0037
2851\ No newline at end of file
2852+Error: http://zorba.io/modules/zorba-errors:ZXQP0037
2853
2854=== modified file 'test/rbkt/Queries/zorba/versioning/import-chain3.spec'
2855--- test/rbkt/Queries/zorba/versioning/import-chain3.spec 2013-02-07 17:24:36 +0000
2856+++ test/rbkt/Queries/zorba/versioning/import-chain3.spec 2013-06-28 01:24:29 +0000
2857@@ -1,1 +1,1 @@
2858-Error: http://www.zorba-xquery.com/errors:ZXQP0037
2859\ No newline at end of file
2860+Error: http://zorba.io/modules/zorba-errors:ZXQP0037
2861
2862=== modified file 'test/rbkt/Queries/zorba/versioning/import5.spec'
2863--- test/rbkt/Queries/zorba/versioning/import5.spec 2013-02-07 17:24:36 +0000
2864+++ test/rbkt/Queries/zorba/versioning/import5.spec 2013-06-28 01:24:29 +0000
2865@@ -1,1 +1,1 @@
2866-Error: http://www.zorba-xquery.com/errors:ZXQP0037
2867\ No newline at end of file
2868+Error: http://zorba.io/modules/zorba-errors:ZXQP0037
2869
2870=== modified file 'test/rbkt/Queries/zorba/versioning/import6.spec'
2871--- test/rbkt/Queries/zorba/versioning/import6.spec 2013-02-07 17:24:36 +0000
2872+++ test/rbkt/Queries/zorba/versioning/import6.spec 2013-06-28 01:24:29 +0000
2873@@ -1,1 +1,1 @@
2874-Error: http://www.zorba-xquery.com/errors:ZXQP0037
2875\ No newline at end of file
2876+Error: http://zorba.io/modules/zorba-errors:ZXQP0037
2877
2878=== modified file 'test/rbkt/Queries/zorba/versioning/import7.spec'
2879--- test/rbkt/Queries/zorba/versioning/import7.spec 2013-02-07 17:24:36 +0000
2880+++ test/rbkt/Queries/zorba/versioning/import7.spec 2013-06-28 01:24:29 +0000
2881@@ -1,1 +1,1 @@
2882-Error: http://www.zorba-xquery.com/errors:ZXQP0039
2883+Error: http://zorba.io/modules/zorba-errors:ZXQP0039
2884
2885=== modified file 'test/rbkt/Queries/zorba/versioning/zorba-version2.spec'
2886--- test/rbkt/Queries/zorba/versioning/zorba-version2.spec 2013-02-07 17:24:36 +0000
2887+++ test/rbkt/Queries/zorba/versioning/zorba-version2.spec 2013-06-28 01:24:29 +0000
2888@@ -1,1 +1,1 @@
2889-Error: http://www.zorba-xquery.com/errors:ZXQP0038
2890+Error: http://zorba.io/modules/zorba-errors:ZXQP0038
2891
2892=== modified file 'test/rbkt/Queries/zorba/versioning/zorba-version3.spec'
2893--- test/rbkt/Queries/zorba/versioning/zorba-version3.spec 2013-02-07 17:24:36 +0000
2894+++ test/rbkt/Queries/zorba/versioning/zorba-version3.spec 2013-06-28 01:24:29 +0000
2895@@ -1,1 +1,1 @@
2896-Error: http://www.zorba-xquery.com/errors:ZXQP0039
2897+Error: http://zorba.io/modules/zorba-errors:ZXQP0039
2898
2899=== modified file 'test/rbkt/Queries/zorba/versioning/zorba-version5.spec'
2900--- test/rbkt/Queries/zorba/versioning/zorba-version5.spec 2013-02-07 17:24:36 +0000
2901+++ test/rbkt/Queries/zorba/versioning/zorba-version5.spec 2013-06-28 01:24:29 +0000
2902@@ -1,1 +1,1 @@
2903-Error: http://www.zorba-xquery.com/errors:ZXQP0038
2904+Error: http://zorba.io/modules/zorba-errors:ZXQP0038
2905
2906=== modified file 'test/rbkt/Queries/zorba/xqddf/daniel/dic2.spec'
2907--- test/rbkt/Queries/zorba/xqddf/daniel/dic2.spec 2013-02-07 17:24:36 +0000
2908+++ test/rbkt/Queries/zorba/xqddf/daniel/dic2.spec 2013-06-28 01:24:29 +0000
2909@@ -1,1 +1,1 @@
2910-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2911+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2912
2913=== modified file 'test/rbkt/Queries/zorba/xqddf/daniel/dic3.spec'
2914--- test/rbkt/Queries/zorba/xqddf/daniel/dic3.spec 2013-02-07 17:24:36 +0000
2915+++ test/rbkt/Queries/zorba/xqddf/daniel/dic3.spec 2013-06-28 01:24:29 +0000
2916@@ -1,1 +1,1 @@
2917-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2918+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2919
2920=== modified file 'test/rbkt/Queries/zorba/xqddf/daniel/ric2.spec'
2921--- test/rbkt/Queries/zorba/xqddf/daniel/ric2.spec 2013-02-07 17:24:36 +0000
2922+++ test/rbkt/Queries/zorba/xqddf/daniel/ric2.spec 2013-06-28 01:24:29 +0000
2923@@ -1,1 +1,1 @@
2924-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2925+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2926
2927=== modified file 'test/rbkt/Queries/zorba/xqddf/daniel/ric3.spec'
2928--- test/rbkt/Queries/zorba/xqddf/daniel/ric3.spec 2013-02-07 17:24:36 +0000
2929+++ test/rbkt/Queries/zorba/xqddf/daniel/ric3.spec 2013-06-28 01:24:29 +0000
2930@@ -1,1 +1,1 @@
2931-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2932+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2933
2934=== modified file 'test/rbkt/Queries/zorba/xqddf/daniel/t4.spec'
2935--- test/rbkt/Queries/zorba/xqddf/daniel/t4.spec 2013-02-07 17:24:36 +0000
2936+++ test/rbkt/Queries/zorba/xqddf/daniel/t4.spec 2013-06-28 01:24:29 +0000
2937@@ -1,1 +1,1 @@
2938-Error: http://www.zorba-xquery.com/errors:ZDDY0012
2939+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
2940
2941=== modified file 'test/rbkt/Queries/zorba/xqddf/daniel/t5.spec'
2942--- test/rbkt/Queries/zorba/xqddf/daniel/t5.spec 2013-02-07 17:24:36 +0000
2943+++ test/rbkt/Queries/zorba/xqddf/daniel/t5.spec 2013-06-28 01:24:29 +0000
2944@@ -1,1 +1,1 @@
2945-Error: http://www.zorba-xquery.com/errors:ZDDY0012
2946+Error: http://zorba.io/modules/zorba-errors:ZDDY0012
2947
2948=== modified file 'test/rbkt/Queries/zorba/xqddf/error_01.spec'
2949--- test/rbkt/Queries/zorba/xqddf/error_01.spec 2012-10-09 14:59:40 +0000
2950+++ test/rbkt/Queries/zorba/xqddf/error_01.spec 2013-06-28 01:24:29 +0000
2951@@ -1,1 +1,1 @@
2952-Error: http://www.zorba-xquery.com/errors:ZDST0027
2953+Error: http://zorba.io/modules/zorba-errors:ZDST0027
2954
2955=== modified file 'test/rbkt/Queries/zorba/xqddf/error_02.spec'
2956--- test/rbkt/Queries/zorba/xqddf/error_02.spec 2012-10-09 14:59:40 +0000
2957+++ test/rbkt/Queries/zorba/xqddf/error_02.spec 2013-06-28 01:24:29 +0000
2958@@ -1,1 +1,1 @@
2959-Error: http://www.zorba-xquery.com/errors:ZDST0027
2960+Error: http://zorba.io/modules/zorba-errors:ZDST0027
2961
2962=== modified file 'test/rbkt/Queries/zorba/xqddf/error_03.spec'
2963--- test/rbkt/Queries/zorba/xqddf/error_03.spec 2012-10-09 14:59:40 +0000
2964+++ test/rbkt/Queries/zorba/xqddf/error_03.spec 2013-06-28 01:24:29 +0000
2965@@ -1,1 +1,1 @@
2966-Error: http://www.zorba-xquery.com/errors:ZDST0027
2967+Error: http://zorba.io/modules/zorba-errors:ZDST0027
2968
2969=== modified file 'test/rbkt/Queries/zorba/xqddf/ic-forEach-err.spec'
2970--- test/rbkt/Queries/zorba/xqddf/ic-forEach-err.spec 2013-02-07 17:24:36 +0000
2971+++ test/rbkt/Queries/zorba/xqddf/ic-forEach-err.spec 2013-06-28 01:24:29 +0000
2972@@ -1,1 +1,1 @@
2973-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2974+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2975
2976=== modified file 'test/rbkt/Queries/zorba/xqddf/ic-foreignKey-err.spec'
2977--- test/rbkt/Queries/zorba/xqddf/ic-foreignKey-err.spec 2013-02-07 17:24:36 +0000
2978+++ test/rbkt/Queries/zorba/xqddf/ic-foreignKey-err.spec 2013-06-28 01:24:29 +0000
2979@@ -1,1 +1,1 @@
2980-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2981+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2982
2983=== modified file 'test/rbkt/Queries/zorba/xqddf/ic-simple-err.spec'
2984--- test/rbkt/Queries/zorba/xqddf/ic-simple-err.spec 2013-02-07 17:24:36 +0000
2985+++ test/rbkt/Queries/zorba/xqddf/ic-simple-err.spec 2013-06-28 01:24:29 +0000
2986@@ -1,1 +1,1 @@
2987-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2988+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2989
2990=== modified file 'test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err1.spec'
2991--- test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err1.spec 2013-02-07 17:24:36 +0000
2992+++ test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err1.spec 2013-06-28 01:24:29 +0000
2993@@ -1,1 +1,1 @@
2994-Error: http://www.zorba-xquery.com/errors:ZDDY0033
2995+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
2996
2997=== modified file 'test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err2.spec'
2998--- test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err2.spec 2013-02-07 17:24:36 +0000
2999+++ test/rbkt/Queries/zorba/xqddf/ic-uniqueKey-err2.spec 2013-06-28 01:24:29 +0000
3000@@ -1,1 +1,1 @@
3001-Error: http://www.zorba-xquery.com/errors:ZDDY0033
3002+Error: http://zorba.io/modules/zorba-errors:ZDDY0033
3003
3004=== modified file 'test/rbkt/Queries/zorba/xqddf/test-node-reference.xq'
3005--- test/rbkt/Queries/zorba/xqddf/test-node-reference.xq 2013-02-07 17:24:36 +0000
3006+++ test/rbkt/Queries/zorba/xqddf/test-node-reference.xq 2013-06-28 01:24:29 +0000
3007@@ -1,6 +1,6 @@
3008 import module namespace ref = "http://www.zorba-xquery.com/modules/node-reference";
3009
3010-declare namespace zerr = "http://www.zorba-xquery.com/errors";
3011+declare namespace zerr = "http://zorba.io/modules/zorba-errors";
3012
3013 declare function local:foo($ref as xs:anyURI) {
3014 ref:node-by-reference($ref)
3015
3016=== modified file 'test/rbkt/Queries/zorba/xqddf/test1.spec'
3017--- test/rbkt/Queries/zorba/xqddf/test1.spec 2013-02-07 17:24:36 +0000
3018+++ test/rbkt/Queries/zorba/xqddf/test1.spec 2013-06-28 01:24:29 +0000
3019@@ -1,1 +1,1 @@
3020-Error: http://www.zorba-xquery.com/errors:ZDDY0001
3021+Error: http://zorba.io/modules/zorba-errors:ZDDY0001
3022
3023=== modified file 'test/rbkt/Queries/zorba/xqdoc/content_with_error.spec'
3024--- test/rbkt/Queries/zorba/xqdoc/content_with_error.spec 2013-02-07 17:24:36 +0000
3025+++ test/rbkt/Queries/zorba/xqdoc/content_with_error.spec 2013-06-28 01:24:29 +0000
3026@@ -1,1 +1,1 @@
3027-Error: http://www.zorba-xquery.com/errors:ZXQD0002
3028+Error: http://zorba.io/modules/zorba-errors:ZXQD0002
3029
3030=== modified file 'test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq'
3031--- test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq 2013-06-15 16:20:18 +0000
3032+++ test/rbkt/Queries/zorba/xqdoc/moduleDocumentation.xq 2013-06-28 01:24:29 +0000
3033@@ -64,9 +64,9 @@
3034 ($moduleUri = "http://www.w3.org/2005/xpath-functions/math") or
3035 ($moduleUri = "http://www.functx.com/") or
3036 ($moduleUri = "http://www.w3.org/2005/xqt-errors") or
3037- ($moduleUri = "http://www.zorba-xquery.com/errors") or
3038+ ($moduleUri = "http://zorba.io/modules/zorba-errors") or
3039+ ($moduleUri = "http://zorba.io/modules/zorba-warnings") or
3040 ($moduleUri = "http://jsoniq.org/errors") or
3041- ($moduleUri = "http://www.zorba-xquery.com/warnings") or
3042 ($moduleUri = "http://www.zorba-xquery.com/modules/xqdoc/batch") or
3043 ($moduleUri = "http://www.zorba-xquery.com/modules/xqdoc/menu") or
3044 ($moduleUri = "http://www.zorba-xquery.com/modules/xqdoc/html")) then ()
3045
3046=== modified file 'test/rbkt/Queries/zorba/xqueryx/err1.spec'
3047--- test/rbkt/Queries/zorba/xqueryx/err1.spec 2013-02-07 17:24:36 +0000
3048+++ test/rbkt/Queries/zorba/xqueryx/err1.spec 2013-06-28 01:24:29 +0000
3049@@ -1,1 +1,1 @@
3050-Error: http://www.zorba-xquery.com/errors:ZXQP0032
3051\ No newline at end of file
3052+Error: http://zorba.io/modules/zorba-errors:ZXQP0032
3053
3054=== modified file 'test/rbkt/Queries/zorba/xqueryx/err2.spec'
3055--- test/rbkt/Queries/zorba/xqueryx/err2.spec 2013-02-07 17:24:36 +0000
3056+++ test/rbkt/Queries/zorba/xqueryx/err2.spec 2013-06-28 01:24:29 +0000
3057@@ -1,1 +1,1 @@
3058-Error: http://www.zorba-xquery.com/errors:ZXQP0031
3059\ No newline at end of file
3060+Error: http://zorba.io/modules/zorba-errors:ZXQP0031
3061
3062=== modified file 'test/rbkt/Queries/zorba/xqxq/query-plan4.spec'
3063--- test/rbkt/Queries/zorba/xqxq/query-plan4.spec 2013-03-22 17:54:58 +0000
3064+++ test/rbkt/Queries/zorba/xqxq/query-plan4.spec 2013-06-28 01:24:29 +0000
3065@@ -1,1 +1,1 @@
3066-Error: http://www.zorba-xquery.com/errors:ZCSE0013
3067+Error: http://zorba.io/modules/zorba-errors:ZCSE0013
3068
3069=== modified file 'test/rbkt/Scripts/w3c/XQFTTS.xml'
3070--- test/rbkt/Scripts/w3c/XQFTTS.xml 2013-02-07 17:24:36 +0000
3071+++ test/rbkt/Scripts/w3c/XQFTTS.xml 2013-06-28 01:24:29 +0000
3072@@ -47,7 +47,7 @@
3073 <implementation-defined-item
3074 name="overwrittenContextComponents"
3075 spec="XQuery"
3076- value="The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –> http://www.zorba-xquery.com/errors 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*">
3077+ value="The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –> http://zorba.io/modules/zorba-errors 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*">
3078 <description last-mod="2005-04-04">Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</description>
3079 </implementation-defined-item>
3080
3081@@ -504,7 +504,7 @@
3082 spec="XQuery"
3083 name="Statically known namespaces"
3084 context-type="static"
3085- value="fn –> http://www.w3.org/2005/xpath-functions, xml –> http://www.w3.org/XML/1998/namespace, xs –> http://www.w3.org/2001/XMLSchema, xsi –> http://www.w3.org/2001/XMLSchema-instance, local –> http://www.w3.org/2005/xquery-local-functions, zerr –> http://www.zorba-xquery.com/errors"/>
3086+ value="fn –> http://www.w3.org/2005/xpath-functions, xml –> http://www.w3.org/XML/1998/namespace, xs –> http://www.w3.org/2001/XMLSchema, xsi –> http://www.w3.org/2001/XMLSchema-instance, local –> http://www.w3.org/2005/xquery-local-functions, zerr –> http://zorba.io/modules/zorba-errors"/>
3087
3088 <context-property
3089 spec="XQuery"
3090
3091=== modified file 'test/rbkt/Scripts/w3c/XQTS.xml'
3092--- test/rbkt/Scripts/w3c/XQTS.xml 2013-02-07 17:24:36 +0000
3093+++ test/rbkt/Scripts/w3c/XQTS.xml 2013-06-28 01:24:29 +0000
3094@@ -46,7 +46,7 @@
3095 <implementation-defined-item
3096 name="overwrittenContextComponents"
3097 spec="XQuery"
3098- value="The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –> http://www.zorba-xquery.com/errors 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*">
3099+ value="The following static context components are overwritten/augmented: 1. Statically known namespaces: Augmented with zerr –> http://zorba.io/modules/zorba-errors 2. Context item static type: item() 3. Default order for empty sequences: empty_greatest 4. Static Base URI: We use the rules in 4.5, where the implementation-defined default mentioned there is http://www.zorba-xquery.com, 5. Statically known default collection type: item()*">
3100 <description last-mod="2005-04-04">Any components of the static context or dynamic context that are overwritten or augmented by the implementation.</description>
3101 </implementation-defined-item>
3102
3103@@ -300,7 +300,7 @@
3104 <context-property
3105 name="Statically known namespaces"
3106 context-type="static"
3107- value="fn –> http://www.w3.org/2005/xpath-functions, xml –> http://www.w3.org/XML/1998/namespace, xs –> http://www.w3.org/2001/XMLSchema, xsi –> http://www.w3.org/2001/XMLSchema-instance, local –> http://www.w3.org/2005/xquery-local-functions, zerr –> http://www.zorba-xquery.com/errors"/>
3108+ value="fn –> http://www.w3.org/2005/xpath-functions, xml –> http://www.w3.org/XML/1998/namespace, xs –> http://www.w3.org/2001/XMLSchema, xsi –> http://www.w3.org/2001/XMLSchema-instance, local –> http://www.w3.org/2005/xquery-local-functions, zerr –> http://zorba.io/modules/zorba-errors"/>
3109
3110 <context-property
3111 name="Default element/type namespace"

Subscribers

People subscribed via source and target branches