lp:~zorba-coders/zorba/bug_867107

Created by Sorin Marian Nasoi and last modified
Get this branch:
bzr branch lp:~zorba-coders/zorba/bug_867107
Members of Zorba Coders can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zorba Coders
Project:
Zorba
Status:
Merged

Recent revisions

10542. By Sorin Marian Nasoi

Fixed the dependency for the XQDoc-xml target (implicitelly for XQDoc).
Now, the followwing sequence works:
- in a clean build folder, run cmake
- "make xqdoc" runs succesfully

10541. By Paul J. Lucas

Support for user-provided Thesauri using standard Zorba URI Resolver mechanism. Approved: Paul J. Lucas, Matthias Brantner

10540. By Sorin Marian Nasoi

Fix for bug lp:882002:
- changed the error thrown for W3C test fn-collection-2 according to the decision took by the W3C in http://www.w3.org/Bugs/Public/show_bug.cgi?id=12542 that is reflected in the latest XQuery 3.0 F&O spec for fn:collection: "An error is raised [err:FODC0002] if available collections provides no mapping for the absolutized URI."
- added a new expected result for the RQ because it uses XQTS_1_0_3 where the expected error for this test is [err:FODC0004].
- removed the exception added for fn-collection-2 in the script that generates the conformance results for W3C Approved: Sorin Marian Nasoi, Daniel Turcanu

10539. By Markos Zaharioudakis

fixed a wrong assertion in annotations.cpp Approved: Markos Zaharioudakis

10538. By Markos Zaharioudakis

trying to fix Windows compilation problem Approved: Markos Zaharioudakis

10537. By Paul J. Lucas

Added hack fix is to make it move(T const&) and insert a const_cast. This is ugly because it shouldn't move a const T, but since this is a fake move() anyway, it probably doesn't matter. Approved: Matthias Brantner, Paul J. Lucas

10536. By Chris Hillery

Replace ZORBA_MODULES_INSTALL_DIR with four different paths: core and non-core versions of URI and Library paths. URI path is used for resolving URIs; Library path is used for loading platform-dependent code such as shared libraries. Added --uri-path and --lib-path args to zorbacmd. --module-path is vaguely deprecated and is implemented to set both URI and lib paths. Approved: Matthias Brantner, Chris Hillery

10535. By Federico Cavalieri

New module node-structural-information.
This module allows to retrieve an xs:anyURI representation of a
node position. This module also defines function that determine:
(1) the relationship between two nodes (e.g. if one is the ancestor
of another) and (2) properties of a node (e.g. its level in the tree)
given the corresponding nodes positions. Approved: Markos Zaharioudakis, Matthias Brantner

10534. By Cezar Andrei <email address hidden>

Add zperf query scripts to be compile-checked. Reproposal. Approved: Cezar Andrei, Chris Hillery

10533. By Sorin Marian Nasoi

Fix for bug lp:872502:
- in the case where library modules were using external C++ library dependencies (like it was the case with the reported Json module) the XQDoc XML generated by Zorba was not valid according to the XQDoc schema: this was fixed.
- also the XQDoc2XHTML generator was updated to reflect this change
- added 2 tests but I used a module part of the Zorba core (http://www.zorba-xquery.com/modules/http-client) that has an external C++ library dependency on Curl Approved: Matthias Brantner, Sorin Marian Nasoi

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:zorba
This branch contains Public information 
Everyone can see this information.

Subscribers