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

2011-10-05 Thread Daniel Turcanu
The link crawler is added in html module as a test for compilation. -- https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/77179 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

[Zorba-coders] [Merge] lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba

2011-10-05 Thread Chris Hillery
Chris Hillery has proposed merging lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209 Changes all references to Sourceforge URLs for Zorba to

[Zorba-coders] [Bug 868258] [NEW] Assertion failed with collection delete

2011-10-05 Thread Federico Cavalieri
*** This bug is a security vulnerability *** Public security bug reported: Trying to delete a collection twice during the same snapshot causes an assertion to fail. import module namespace ddl = http://www.zorba-xquery.com/modules/store/dynamic/collections/ddl;; import module namespace dml =

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

2011-10-05 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/web_crawler_tutorial into lp:zorba. Requested reviews: Zorba Coders (zorba-coders) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/78243 --

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

2011-10-05 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/web_crawler_tutorial-2011-10-05T12-23-57.066Z/log.html -- https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/78243 Your team Zorba Coders is requested to review the proposed

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

2011-10-05 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 0, Disapprove 1. Got: 1 Pending. -- https://code.launchpad.net/~danielturcanu/zorba/web_crawler_tutorial/+merge/78243 Your team Zorba Coders is requested to review the proposed merge of lp:~danielturcanu/zorba/web_crawler_tutorial

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

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

[Zorba-coders] [Bug 868329] [NEW] URI resolver does not work well on Windows

2011-10-05 Thread Daniel Turcanu
Public bug reported: When resolving a Windows absolute path relative to another URI, URI resolver cannot see that it is an absolute path (does not check for C:\) and treats it as relative path. It only checks for Linux style absolute paths. See test zorba/resolving/path_to_uri.xq in branch

[Zorba-coders] [Bug 868325] [NEW] fn:analyze-string does not work properly

2011-10-05 Thread Daniel Turcanu
Public bug reported: fn:analyze-string does not work properly when using recursive regex subgroups. ** Affects: zorba Importance: Undecided Assignee: Daniel Turcanu (danielturcanu) Status: New ** Changed in: zorba Assignee: (unassigned) = Daniel Turcanu (danielturcanu)

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

2011-10-05 Thread Daniel Turcanu
Daniel Turcanu has proposed merging lp:~danielturcanu/zorba/mytrunk into lp:zorba. Requested reviews: Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~danielturcanu/zorba/mytrunk/+merge/78253 --

Re: [Zorba-coders] [Merge] lp:~sorin.marian.nasoi/zorba/implementation_defined_features into lp:zorba

2011-10-05 Thread Sorin Marian Nasoi
I suggest adding some further improvements: - The first column is always called Feature although it's not clear that W3C XQuery update Facility 1.0 is a feature. Can you please suggest a better name for it? Is W3C Specifications a better table header than Feature ? Yes, W3C

Re: [Zorba-coders] [Merge] lp:~sorin.marian.nasoi/zorba/xqdoc_fixes into lp:zorba

2011-10-05 Thread Sorin Marian Nasoi
What is the google analytics change about? The www.w3.org_2005_xpath-functions.html and www.w3.org_2005_xpath-functions_math.html are not generated every time 'make xqdoc' is called, they are treated as templates. After fixing the issues described I also fixed an issue that was

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

2011-10-05 Thread Daniel Turcanu
For Windows, the absolute path for URI is still in the form C:/, only that it looks like C3A/. At least for file:// scheme. I guess I should add a check only for that scheme. About absolute and relative paths in URI, think about what fn:resolve-uri works with. It can receive a relative path, or

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

2011-10-05 Thread Chris Hillery
The path component of a file: URI on Windows can contain C:/ (or C%3A/), but that's not directly relevant. fn:resolve-uri() works with exactly URIs. It is not defined to accept filesystem paths. Thus, if the input is C:/foo, it will interpret that strictly as a URI (and most likely fail since

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

2011-10-05 Thread Juan Zacarias
Hi Gabriel, I tested the windows installer and it's broken, the problem lies in what I told you before removing the install from WIN32.cpack won't solve the things but break them, since now it is missing all the dlls neede by the core, icuuc, cur,l xerces, etc. That's why I suggested taking

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

2011-10-05 Thread Daniel Turcanu
Ok, I guess you are right. I reread again the URI spec and it doesn't say anything about Windows paths. But how to transform Windows filepaths into file URI in a OS independent way? There is another function fn:encode-for-uri, which is supposed to encode a path to be used as uri, but that isn't

Re: [Zorba-coders] [Merge] lp:~sorin.marian.nasoi/zorba/implementation_defined_features into lp:zorba

2011-10-05 Thread Matthias Brantner
- The statically known namespaces are wrong: zerr is bound to http://www.zorba-xquery.com/errors - availale-collections = available-collections - The current local time on the computer running Zorba. = The current local time (when the XQuery execution is actually started) on the computer

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

2011-10-05 Thread Juan Zacarias
Review: Needs Fixing Some dlls are still missing at least for now I just get the error of icuuc46.dll not sure if there are others missing -- https://code.launchpad.net/~gabipetrovay/zorba/proxy/+merge/78227 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 868640] Re: Node lifetime is shorter than expected due to let variable inlining

2011-10-05 Thread Federico Cavalieri
** Changed in: zorba Importance: Medium = High -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/868640 Title: Node lifetime is shorter than expected due to let variable inlining Status in

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

2011-10-05 Thread Gabriel Petrovay
Review: Resubmit And again :) I have added two more INSTALL directives in the other macros that search DLL's. But there the COMPONENT part is missing so this will also have to be corrected sometime. I have opened a bug #868654 for this. --

[Zorba-coders] [Bug 868654] [NEW] Add COMPONENT parameters to all FIND_... macros in ProxyFindModule.cmake

2011-10-05 Thread Gabriel Petrovay
Public bug reported: The logic must be unified for all the macro in cmke_module\Windows\ProxyFindModule.cmake. Currently not all use the COMPONENT parameter to specify to which component a DLL belongs to. The component is used to determine if a certain DLL is installed or not. ** Affects:

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

2011-10-05 Thread Gabriel Petrovay
Review: Resubmit I hope this goes through! ;) -- https://code.launchpad.net/~gabipetrovay/zorba/proxy/+merge/78227 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 :

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

2011-10-05 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/proxy-2011-10-05T22-25-01.362Z/log.html -- https://code.launchpad.net/~gabipetrovay/zorba/proxy/+merge/78227 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2011-10-05 Thread Zorba Build Bot
Validation queue job proxy-2011-10-05T22-25-01.362Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~gabipetrovay/zorba/proxy/+merge/78227 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post

[Zorba-coders] [Merge] lp:~sorin.marian.nasoi/zorba/xqdoc_fixes into lp:zorba

2011-10-05 Thread Zorba Build Bot
Validation queue job xqdoc_fixes-2011-10-05T23-16-10.431Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~sorin.marian.nasoi/zorba/xqdoc_fixes/+merge/78150 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba

2011-10-05 Thread Matthias Brantner
Review: Approve Looks good to me. -- https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209 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 :

[Zorba-coders] [Merge] lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba

2011-10-05 Thread Matthias Brantner
The proposal to merge lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209 -- https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209

[Zorba-coders] [Merge] lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba

2011-10-05 Thread Zorba Build Bot
Validation queue job sf-bug-migrate-2011-10-06T00-04-59.382Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba

2011-10-05 Thread noreply
The proposal to merge lp:~ceejatec/zorba/sf-bug-migrate into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209 -- https://code.launchpad.net/~ceejatec/zorba/sf-bug-migrate/+merge/78209 Your