Merge lp:~nbrinza/zorba/parse-fragment into lp:zorba

Proposed by Nicolae Brinza
Status: Superseded
Proposed branch: lp:~nbrinza/zorba/parse-fragment
Merge into: lp:zorba
Diff against target: 34 lines (+5/-1)
2 files modified
doc/zorba/partial_support.dox (+1/-1)
modules/com/zorba-xquery/www/modules/xml.xq (+4/-0)
To merge this branch: bzr merge lp:~nbrinza/zorba/parse-fragment
Reviewer Review Type Date Requested Status
Nicolae Brinza Approve
Matthias Brantner Approve
Review via email: mp+105387@code.launchpad.net

This proposal has been superseded by a proposal from 2012-05-11.

Commit message

Documentation fixes for the parse-fragment module.

Description of the change

Documentation fixes.

To post a comment you must log in.
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Nicolae Brinza (nbrinza) :
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:~nbrinza/zorba/parse-fragment into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message):
  Validation queue job parse-fragment-2012-05-10T20-43-02.464Z is finished.
  The final status was:

  227 tests did not succeed - changes not commited.

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

lp:~nbrinza/zorba/parse-fragment updated
10524. By Nicolae Brinza

Reverted a change in the parse fragment module to fix the regressions

10525. By Nicolae Brinza

Improved documentation of the parse-fragment module

10526. By Nicolae Brinza

Merged with Zorba trunk

10527. By Nicolae Brinza

Fixed the type of options parameter to the parse-fragment() function.

10528. By Nicolae Brinza

Fixed the quantity of the options parameter from ONE to QUESTION.

10529. By Nicolae Brinza

Merged with Zorba trunk

10530. By Nicolae Brinza

The parse-fragment function now allows a DOCTYPE declaration in the input.

10531. By Nicolae Brinza

Merged with Zorba trunk

10532. By Nicolae Brinza

Updated the Changelog with the parse-fragment info

10533. By Nicolae Brinza

Updated Changelog with the resolution of bug #1016606

10534. By Nicolae Brinza

Merged with Zorba trunk

10535. By Nicolae Brinza

Fixed parse-fragment not handling correctly the streammable streams lifetime.

10536. By Nicolae Brinza

The input buffer of parse-fragment can grow if libxml is not able to parse the current chunk. Fixes bug #1027270

10537. By Nicolae Brinza

Merged with Zorba trunk

10538. By Nicolae Brinza

Merged with Zorba trunk

10539. By Nicolae Brinza

Updated the Changelog with fixes for bugs #1016606 and #1024033

10540. By Nicolae Brinza

Updated the Changelog with the fix for the bug #1023170

10541. By Nicolae Brinza

Merged with Zorba trunk

10542. By Nicolae Brinza

Fix for bug #1099535 endless loop in xml:parse()

10543. By Nicolae Brinza

Merged with Zorba trunk

10544. By Nicolae Brinza

Updated Changelog to mention fix for bug #1099535

10545. By Nicolae Brinza

Merged with Zorba trunk

10546. By Nicolae Brinza

Fixed bug #1099648 -- XML parsing failures on Red Hat

10547. By Nicolae Brinza

Updated Changelog to mention the fix for bug #1099648

10548. By Nicolae Brinza

Merged with Zorba trunk

Unmerged revisions

10548. By Nicolae Brinza

Merged with Zorba trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/zorba/partial_support.dox'
2--- doc/zorba/partial_support.dox 2012-05-03 12:31:51 +0000
3+++ doc/zorba/partial_support.dox 2012-05-11 14:04:23 +0000
4@@ -25,7 +25,7 @@
5 <li>(DONE) Extended <a href="http://www.w3.org/TR/xquery-30/#doc-xquery30-VarDecl" target="_blank">variable declarations</a> to allow default values for external variables.</li>
6 <li>(DONE) Added <a href="http://www.w3.org/TR/xquery-30/#id-context-item-declarations" target="_blank"><b>4.17 Context Item Declaration</b></a>.</li>
7 <li>(DONE) Modified <a href="http://www.w3.org/TR/xquery-30/#id-version-declaration" target="_blank"><b>4.1 Version Declaration</b></a> to add support for XQuery 3.0.</li>
8- <li>(PARTIALLY DONE) Added <a href="http://www.w3.org/TR/xquery-30/#id-decimal-format-decl" target="_blank"><b>4.10 Decimal-Format Declaration</b></a> to allow a query to specify formats for <code style="font-family: monospace;">fn:format-number()</code>. Added corresponding properties to the static context.</li>
9+ <li>(DONE) Added <a href="http://www.w3.org/TR/xquery-30/#id-decimal-format-decl" target="_blank"><b>4.10 Decimal-Format Declaration</b></a> to allow a query to specify formats for <code style="font-family: monospace;">fn:format-number()</code>. Added corresponding properties to the static context.</li>
10 <li>(DONE) Modified <code style="font-family: monospace;">derives-from()</code> in <a href="http://www.w3.org/TR/xquery-30/#id-sequencetype-matching" target="_blank"><b>2.5.5 SequenceType Matching</b></a> to support union types.
11 <li>(PARTIALLY DONE see \ref options_and_annotations) Added <a title="annotation assertion" href="http://www.w3.org/TR/xquery-30/#dt-annotation-assertion" target="_blank">annotation assertions</a> to <a href="http://www.w3.org/TR/xquery-30/#doc-xquery30-FunctionTest" target="_blank">function tests</a>.</li>
12 <li>(DONE) Added support for literal URLs in names, using <a href="http://www.w3.org/TR/xquery-30/#doc-xquery30-EQName" target="_blank">EQNames</a>.</li>
13
14=== modified file 'modules/com/zorba-xquery/www/modules/xml.xq'
15--- modules/com/zorba-xquery/www/modules/xml.xq 2012-05-03 12:31:51 +0000
16+++ modules/com/zorba-xquery/www/modules/xml.xq 2012-05-11 14:04:23 +0000
17@@ -321,6 +321,8 @@
18 : @error err:XQDY0027 The error will be raised if schema validation was enabled
19 : and the input document has not passed it.
20 :
21+ : @deprecated
22+ :
23 :)
24 declare function parse-xml:parse-xml-fragment(
25 $xml-string as xs:string?,
26@@ -378,6 +380,8 @@
27 : @error err:FODC0007 This error will be raised if $base-uri parameter passed
28 : to the function is not a valid absolute URI.
29 :
30+ : @deprecated
31+ :
32 :)
33 declare function parse-xml:parse-xml-fragment(
34 $xml-string as xs:string?,

Subscribers

People subscribed via source and target branches