[Zorba-coders] [Bug 867125] Re: xqdoc does no dependency checking on inputs

2011-10-14 Thread Chris Hillery
In that case, the "doc" target should have dependencies on the xqdoc2xhtml module. No matter what, a build target always does one thing: take a set of inputs (which could be data, code, whatever) and produce some outputs. In all cases, the target should depend on all inputs, so that it only runs w

[Zorba-coders] [Bug 867125] Re: xqdoc does no dependency checking on inputs

2011-10-14 Thread Sorin Marian Nasoi
If 'make xqdoc' only took a template and put content in some sections, then one could have implemented your suggestion and regenerate XHTML pages only for the modules that changed, or for all modules if the template has changed. But this is not the case: most of the last changes were in xqdoc2xhtm

[Zorba-coders] [Bug 867125] Re: xqdoc does no dependency checking on inputs

2011-10-14 Thread Sorin Marian Nasoi
Chris I was not talking about a stylesheet I am talking about changes in what we display, meaniing changes in the xqdoc2xhtml module that impact all XQDoc generated XHTML pages. If for instance - we decide it's better to show another section between the module description and function summary (

[Zorba-coders] [Bug 874679] [NEW] Clean up second arg to ADD_TEST_DIRECTORY()

2011-10-14 Thread Chris Hillery
Public bug reported: The second (optional) argument to ADD_TEST_DIRECTORY() contains a list of test cases that should be skipped (ie, not created at all). This is extremely dangerous. By bypassing them entirely, there is no way of detecting when the bug is fixed. We have already had serious proble

[Zorba-coders] [Bug 867125] Re: xqdoc does no dependency checking on inputs

2011-10-14 Thread Chris Hillery
It's actually easily possible in CMake to introduce dependencies on any files. So it would be easy to ensure that the "doc" target also depends on the stylesheets and so forth. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https

[Zorba-coders] [Bug 874676] [NEW] Remove SET_CMAKE_MODULE_PATH

2011-10-14 Thread Chris Hillery
Public bug reported: This macro wasn't in Zorba 2.0. Therefore, using it in modules means that those modules require Zorba 2.1 for building, even though they (as far as I know) don't need it for running. There will probably be cases in the future where such dependencies are un-avoidable, but in t

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

2011-10-14 Thread Rodolfo Ochoa
> Rodolfo - it looks from the diffs like maybe the files XQuery.i and Zorba.i > have Windows line endings, or something? The whole files are showing up as one > big diff, even though it doesn't look like everything changed. Any idea what's > going on there? I think it's the file encoding, I had th

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

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: (unassigned) => Sorin Marian Nasoi (sorin.marian.nasoi) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871062 Title: test/rbkt/zorba/xqdoc/moduleDocumentation

[Zorba-coders] [Bug 871051] Re: 3 data-cleaning tests failing

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: (unassigned) => Sorin Marian Nasoi (sorin.marian.nasoi) ** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871051 T

[Zorba-coders] [Bug 867094] Re: XQTS failures due to W3C bugs

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 ** Changed in: zorba Importance: Low => Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867094 Title: XQTS failures due to W3C bugs Sta

[Zorba-coders] [Bug 872732] Re: K2-NamespaceURIForPrefixFunc-2 test fails

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Status: New => In Progress -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/872732 Title: K2-NamespaceURIForPrefixFunc-2 test fails Status in Zorba - The XQuery Proces

[Zorba-coders] [Bug 874400] [NEW] bug in the XQDoc visitor in Zorba

2011-10-14 Thread Sorin Marian Nasoi
Public bug reported: This was reported by Dana: If inside a module you have a function signature like this: declare function fn:map($f as function(item()) as item()*, $seq as item()*) as item()* external; The XQDoc XML resulted is this: [...] declare function fn:map($f as , $seq as item()*

[Zorba-coders] [Bug 872732] Re: K2-NamespaceURIForPrefixFunc-2 test fails

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 ** Changed in: zorba Importance: Undecided => Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/872732 Title: K2-NamespaceURIForPrefixFunc

[Zorba-coders] [Bug 867244] Re: HTML module: setting "quote-nbsp" to true does not work

2011-10-14 Thread Sorin Marian Nasoi
*** This bug is a duplicate of bug 867394 *** https://bugs.launchpad.net/bugs/867394 ** This bug has been marked a duplicate of bug 867394 nbsp Causes Trouble with Tidy ** Changed in: zorba Status: New => Triaged ** Changed in: zorba Milestone: 2.1 => None -- You received thi

[Zorba-coders] [Bug 867370] Re: zorbacmdproperties_base.h is not generated automatically

2011-10-14 Thread Sorin Marian Nasoi
*** This bug is a duplicate of bug 867335 *** https://bugs.launchpad.net/bugs/867335 ** This bug has been marked a duplicate of bug 867335 remove bash scripts from properties generation ** Changed in: zorba Status: New => Triaged -- You received this bug notification because you a

[Zorba-coders] [Bug 867342] Re: consolidate function library with xquery 1.1 functions

2011-10-14 Thread Sorin Marian Nasoi
I have marked this bug as "Fix Released" because the changes proposed were already implemented in the current Zorba trunk. All that remains to be fixed/clarified is the way fn:serialize options are defined in Zorba compared to the W3C spec. But since this issue is already captured in the opened b

[Zorba-coders] [Bug 867272] Re: data-cleaning bug with regex

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867272 Title: data-cleaning bug with regex Status in Zorba - The XQuery Processor: New Bug desc

[Zorba-coders] [Bug 867231] Re: geocode-from-address results change

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867231 Title: geocode-from-address results change Status in Zorba - The XQuery Processor: New B

[Zorba-coders] [Bug 867149] Re: "Built target cxxdocs" hangs

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867149 Title: "Built target cxxdocs" hangs Status in Zorba - The XQuery Processor: New Bug desc

[Zorba-coders] [Bug 867230] Re: unit-convert test should not hit the web

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867230 Title: unit-convert test should not hit the web Status in Zorba - The XQuery Processor: N

[Zorba-coders] [Bug 867335] Re: remove bash scripts from properties generation

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: nobody (nobody-users) => Sorin Marian Nasoi (sorin.marian.nasoi) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867335 Title: remove bash scripts from propert

[Zorba-coders] [Bug 867244] Re: HTML module: setting "quote-nbsp" to true does not work

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867244 Title: HTML module: setting "quote-nbsp" to true does not work Status in Zorba - The XQuery

[Zorba-coders] [Bug 867350] Re: mess of serialization params

2011-10-14 Thread Sorin Marian Nasoi
http://www.zorba-xquery.com/site2/doc/latest/zorba/xqdoc/xhtml/examples/test_html_Queries_converters_html_tidy_1.html shows that the option parameters are set exactly like the W3C spec for fn:serialize describes: http://www.w3.org/TR/xpath-functions-30/#func-serialize So this bug should be closed

[Zorba-coders] [Bug 867350] Re: mess of serialization params

2011-10-14 Thread Sorin Marian Nasoi
Marked the bug as "Fixed released" because it was fixed a while ago in the trunk. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867350 Title: mess of serialization params Status in Zorba - The

[Zorba-coders] [Bug 867344] Re: Implementation of fn:parse and fn:serialize planned?

2011-10-14 Thread Sorin Marian Nasoi
Gabriel, can you please verify and close this bug if this is fixed? The fn:parse-xml seems to be implemented according to the spec. I have attached a working example for fn:serialize. The only difference between the spec: http://www.w3.org/TR/xpath-functions-30/#func-serialize and the implementa

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

2011-10-14 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba. Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/79407 Updated the web crawler tutorial

[Zorba-coders] [Bug 867344] Re: Implementation of fn:parse and fn:serialize planned?

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: nobody (nobody-users) => Nicolae Brinza (nbrinza) ** Changed in: zorba Assignee: Nicolae Brinza (nbrinza) => (unassigned) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launc

[Zorba-coders] [Bug 867278] Re: missing serialization options

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Assignee: Sorin Marian Nasoi (sorin.marian.nasoi) => Nicolae Brinza (nbrinza) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867278 Title: missing serialization option

[Zorba-coders] [Bug 867198] Re: JSON converter module not proccesing strings with '<'

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867198 Title: JSON converter module not proccesing strings with '<' Status in Zorba - The XQuery P

[Zorba-coders] [Bug 867197] Re: 'nmake xqdoc\' fails on Windows

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867197 Title: 'nmake xqdoc\' fails on Windows Status in Zorba - The XQuery Processor: New Bug d

[Zorba-coders] [Bug 867125] Re: xqdoc does no dependency checking on inputs

2011-10-14 Thread Sorin Marian Nasoi
This can not be implemented in the suggested way: - even if the XQuery module did not change, if anything in the XQDoc style has changed, the XHTML output *has to* change, thus the XQDoc documentation page for all modules have to be regenerated. We should however try to squeeze more performance

[Zorba-coders] [Bug 867103] Re: K-DocumentURIFunc-2.xq

2011-10-14 Thread Sorin Marian Nasoi
** Changed in: zorba Milestone: None => 2.1 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867103 Title: K-DocumentURIFunc-2.xq Status in Zorba - The XQuery Processor: New Bug descriptio

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

2011-10-14 Thread Markos Zaharioudakis
> > Should StructuralAnyUriItem::isDescendant() check that the "other" node is > not > > an attribute? > > Yes, you are right! Descendant doesn't include attributes. > > May I add a in-subtree-of function with the same semantics as the current > descendant? > > Thanks > Federico It's ok with m

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/expath_file_added_missing_write-2 into lp:zorba

2011-10-14 Thread Gabriel Petrovay
Review: Approve Default review -- https://code.launchpad.net/~gabipetrovay/zorba/expath_file_added_missing_write-2/+merge/79395 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscrib

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/expath_file_added_missing_write-2 into lp:zorba

2011-10-14 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/expath_file_added_missing_write-2 into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/expath_file_added_missi

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

2011-10-14 Thread Federico Cavalieri
> Federico, I don't think it is necessary to put the position uris into the uri > pool because they are not likely to be shared by multiple data items so you > won't really be saving much space (you may be actually end-up wasting space > because the uri pool storage has some overhead by itself). Do

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

2011-10-14 Thread Federico Cavalieri
> Should StructuralAnyUriItem::isDescendant() check that the "other" node is not > an attribute? Yes, you are right! Descendant doesn't include attributes. May I add a in-subtree-of function with the same semantics as the current descendant? Thanks Federico -- https://code.launchpad.net/~zorba

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

2011-10-14 Thread Markos Zaharioudakis
Should StructuralAnyUriItem::isDescendant() check that the "other" node is not an attribute? -- https://code.launchpad.net/~zorba-coders/zorba/structuralrelationships2/+merge/78395 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Pos

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2011-10-14 Thread Daniel Turcanu
The proposal to merge lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/79390 -- https://code.launchpad.net/~danielturcan

[Zorba-coders] [Merge] lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module

2011-10-14 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/my_conv_module into lp:zorba/data-converters-module. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/my_conv_module/+merge/79390 Updated link_crawler to display FR

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

2011-10-14 Thread Markos Zaharioudakis
Federico, I don't think it is necessary to put the position uris into the uri pool because they are not likely to be shared by multiple data items so you won't really be saving much space (you may be actually end-up wasting space because the uri pool storage has some overhead by itself). Do you

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

2011-10-14 Thread Markos Zaharioudakis
> Renamed the module and function to node-position. > How should I replace "structural information" in the functions comments? > "node position uri"? I rewrote somewhat the introductory comment in node-position.xq. Here is the new version: (:~ : This module provides a function (np:node-position

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

2011-10-14 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/updrevalidate into lp:zorba has been updated. Status: Approved => Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331

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

2011-10-14 Thread Zorba Build Bot
Validation queue job updrevalidate-2011-10-14T08-10-00.964Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorb

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

2011-10-14 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/updrevalidate-2011-10-14T08-10-00.964Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list

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

2011-10-14 Thread Federico Cavalieri
The proposal to merge lp:~zorba-coders/zorba/updrevalidate into lp:zorba has been updated. Status: Rejected => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/793

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

2011-10-14 Thread Federico Cavalieri
The proposal to merge lp:~zorba-coders/zorba/updrevalidate into lp:zorba has been updated. Status: Approved => Rejected For more details, see: https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/793

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

2011-10-14 Thread Federico Cavalieri
The proposal to merge lp:~zorba-coders/zorba/updrevalidate into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge

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

2011-10-14 Thread Federico Cavalieri
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.net/~zorba-c

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

2011-10-14 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/updrevalidate into lp:zorba has been updated. Status: Approved => Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge

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

2011-10-14 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please seek review and approval of these new revisions. -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad

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

2011-10-14 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/updrevalidate into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge/79331 -- https://code.launchpad.net/~zorba-coders/zorba/updrevalidate/+merge

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

2011-10-14 Thread Federico Cavalieri
Renamed the module and function to node-position. How should I replace "structural information" in the functions comments? "node position uri"? -- https://code.launchpad.net/~zorba-coders/zorba/structuralrelationships2/+merge/78395 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mail