[Zorba-coders] [Bug 866886] Re: Zorba for Windows cannot make HTTPS requests

2012-06-26 Thread Chris Hillery
Marking this as Confirmed again as the fix is not actually committed to the trunk yet (at least I don't believe it is). ** Changed in: zorba Status: Fix Committed = Confirmed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for

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

2012-06-26 Thread Markos Zaharioudakis
I have committed fixes for these. Unfortunately, the branch doesn't build on my 32bit Ubuntu 11.04. - patch for first problem === modified file 'src/functions/func_jsoniq_functions_impl.h' --- src/functions/func_jsoniq_functions_impl.h 2012-03-19 12:08:17 + +++

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba

2012-06-26 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/ordpath-bitlength-assert-2012-06-26T08-53-59.502Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue job ordpath-bitlength-assert-2012-06-26T08-53-59.502Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba

2012-06-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/ordpath-bitlength-assert into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413 --

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

2012-06-26 Thread Ghislain Fourny
Hi Markos, Thanks a lot! 2. and 3. should be fixed. About 1: invariant 3 checks that the tree does not contain a type under certain circumstances, so it requires getType() to fail in a gracious manner. The asserts that were in getType() are actually relocated to the element and attribute

[Zorba-coders] [Merge] lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module

2012-06-26 Thread David Graf
David Graf has proposed merging lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module. Requested reviews: Alexander Kreutz (kreutz) Dennis Knochenwefel (dennis-knochenwefel) David Graf (davidagraf) For more details, see:

[Zorba-coders] [Merge] lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module

2012-06-26 Thread David Graf
The proposal to merge lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module has been updated. Commit Message changed to: Several email module fixes: - case insensitive email attribute comparison - catch more attachment filenames - don't create empty recipients and email tags -

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

2012-06-26 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/bug-971782 into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788

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

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/bug-971782-2012-06-26T10-11-07.167Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-06-26 Thread David Graf
Chris, can you review the change again and give some feedback? Thanks -- https://code.launchpad.net/~davidagraf/zorba/trace_without_debug_info/+merge/110377 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module

2012-06-26 Thread Alexander Kreutz
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/email-module-fixes/+merge/112051 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

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

2012-06-26 Thread Markos Zaharioudakis
Hi Markos, Thanks a lot! 2. and 3. should be fixed. About 2, the problem is still there, because setTree now calls getNodeKind(), which is also a virtual method. But this is a more general problem; basically, we need a non-virtual getNodeKindInternal() method to be used everywhere

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

2012-06-26 Thread Markos Zaharioudakis
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 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 :

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module

2012-06-26 Thread David Graf
Review: Approve -- https://code.launchpad.net/~davidagraf/zorba/email-module-fixes/+merge/112051 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

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

2012-06-26 Thread Zorba Build Bot
Validation queue job bug-971782-2012-06-26T10-11-07.167Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-06-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/bug-971782 into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 -- https://code.launchpad.net/~zorba-coders/zorba/bug-971782/+merge/100788 Your

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module

2012-06-26 Thread David Graf
Unfortunately, I cannot run fix on ubuntu 12.04 because of: ./bin/zorba -q ~/sausalito/build/test.xq -f operating system error [zerr:ZOSE0005]: /home/dagraf/zorba/build/LIB_PATH/com/zorba-xquery/www/modules/email/libsmtp_1.0.so: error loading dynamic library:

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/email-module-fixes into lp:zorba/email-module

2012-06-26 Thread David Graf
Review: Needs Fixing -- https://code.launchpad.net/~davidagraf/zorba/email-module-fixes/+merge/112051 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Bug 1017924] [NEW] tokenize-node does not consider the language passed as a parameter

2012-06-26 Thread Ghislain Fourny
Public bug reported: Under Windows, when the locale in the control panel's Regions and Languages is not set to English, the function tokenize-node seems to use it instead of the one supplied as a parameter. This causes the test ft-module-tokenize-node-1 to fail, as it passes en to tokenize-node

[Zorba-coders] [Bug 1017939] [NEW] test/rbkt/zorba/index/numbers fails under Windows in release mode

2012-06-26 Thread Ghislain Fourny
Public bug reported: The test test/rbkt/zorba/index/numbers fails under Windows when Zorba is compiled in release mode, because nodes are missing in the index probe result. ** Affects: zorba Importance: Undecided Assignee: Matthias Brantner (matthias-brantner) Status: New **

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Nicolae Brinza
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has been updated. Commit Message changed to: Fixed and enabled fn:parse-xml-fragment(). For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Nicolae Brinza
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/xquery3.0_funcs-2012-06-26T13-45-08.062Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 Your team Zorba Coders is subscribed to branch lp:zorba. --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue job xquery3.0_funcs-2012-06-26T13-45-08.062Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1, Needs Fixing 1, Pending 1. Got: 2 Pending. -- https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 --

[Zorba-coders] [Bug 1005995] Re: fn:path() should support fragments as well as documents

2012-06-26 Thread Matthias Brantner
13.9 fn:path Summary Returns a path expression that can be used to select the supplied node relative to the root of its containing document. Signatures fn:path() as xs:string? fn:path($arg as node()?) as xs:string? Properties The one-argument form of this function is ·deterministic·,

[Zorba-coders] [Bug 1017924] Re: tokenize-node does not consider the language passed as a parameter

2012-06-26 Thread Matthias Brantner
** Changed in: zorba Assignee: Matthias Brantner (matthias-brantner) = Paul J. Lucas (paul-lucas) ** Changed in: zorba Importance: Undecided = High -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

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

2012-06-26 Thread Matthias Brantner
Review: Needs Information Did the streambuf api (already released in 2.5) change? -- https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to :

Re: [Zorba-coders] [Merge] lp:~davidagraf/zorba/bug-1013075 into lp:zorba

2012-06-26 Thread Chris Hillery
I really can't; I know very little about how builds work in MSVC and don't have access to that IDE for testing it. Can you briefly explain what you did and why? Then I'd suggest having Rodolfo review it. -- https://code.launchpad.net/~davidagraf/zorba/bug-1013075/+merge/110307 Your team Zorba

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

2012-06-26 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-base64_streambuf into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 --

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

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/feature-base64_streambuf-2012-06-26T18-40-25.173Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Bug 867124] Re: ZORBA_NO_ICU and fn:codepoints-to-string()

2012-06-26 Thread Paul J. Lucas
The bug is currently wrong. unicode::code_point is defined to be uint32_t when ZORBA_NO_ICU=ON. ** Summary changed: - ZORBA_NO_UNICODE and fn:codepoints-to-string() + ZORBA_NO_ICU and fn:codepoints-to-string() ** Changed in: zorba Status: New = Invalid -- You received this bug

[Zorba-coders] [Bug 1014999] Re: Implement full-text black/white feature

2012-06-26 Thread Paul J. Lucas
** Changed in: zorba Status: Confirmed = 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/1014999 Title: Implement full-text black/white feature Status in Zorba - The XQuery

[Zorba-coders] [Bug 1017924] Re: tokenize-node does not consider the language passed as a parameter

2012-06-26 Thread Paul J. Lucas
Unfortunately, I have no easy way to debug this. There's nothing obviously wrong with the code. Can you set a breakpoint in ft_module_impl.cpp at line 582 and (1) see which branch of the if is taken and (2) see what lang is after the if? (You can get the string representation of lang by doing:

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

2012-06-26 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1, Needs Fixing 1, Pending 1. Got: 1 Approve, 1 Needs Information. -- https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 Your team Zorba Coders is subscribed to branch lp:zorba. --

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

2012-06-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/feature-base64_streambuf into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 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:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/xquery3.0_funcs-2012-06-26T19-43-11.527Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 Your team Zorba Coders is subscribed to branch lp:zorba. --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue job xquery3.0_funcs-2012-06-26T19-43-11.527Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba

2012-06-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/xquery3.0_funcs into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/xquery3.0_funcs/+merge/112113 --

[Zorba-coders] [Bug 1014983] Re: Zorba website must publish API docs

2012-06-26 Thread William Candillon
** Changed in: zorba Importance: Medium = Critical -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1014983 Title: Zorba website must publish API docs Status in Zorba - The XQuery Processor:

[Zorba-coders] [Bug 1014984] Re: Website needs front-page news section

2012-06-26 Thread William Candillon
Please mark it as fixed released if you are happy with the current status at http://www.zorba-xquery.com ** Changed in: zorba Status: Confirmed = Fix Committed ** Changed in: zorba Assignee: William Candillon (wcandillon) = Dana Florescu (dflorescu) ** Changed in: zorba

[Zorba-coders] [Bug 1014994] Re: Document Zorba website, ensure several people can modify

2012-06-26 Thread Chris Hillery
** Changed in: zorba Milestone: 2.7 = 3.0 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1014994 Title: Document Zorba website, ensure several people can modify Status in Zorba - The

[Zorba-coders] [Bug 1015964] Re: PHP5 bindings build failure

2012-06-26 Thread Chris Hillery
Ok, thanks for your input and help, Pietro. I will update the build scripts and documentation to hopefullly alert future users to this problem. ** Changed in: zorba Importance: High = Medium ** Changed in: zorba Assignee: Rodolfo Ochoa (rodolfo-ochoa) = Chris Hillery (ceejatec) **

[Zorba-coders] [Bug 1018183] [NEW] XQDoc link normalization

2012-06-26 Thread William Candillon
Public bug reported: Links to external resources such as modules, examples, and schemas should be normalized in XQDoc so we can avoid deadlinks. ** Affects: zorba Importance: High Assignee: William Candillon (wcandillon) Status: New ** Changed in: zorba Milestone: None =

[Zorba-coders] [Bug 1018183] Re: XQDoc link normalization

2012-06-26 Thread William Candillon
This should be 3 days of work -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1018183 Title: XQDoc link normalization Status in Zorba - The XQuery Processor: New Bug description: Links to

[Zorba-coders] [Bug 1018182] [NEW] XQDoc link normalization

2012-06-26 Thread William Candillon
Public bug reported: Links to external resources such as modules, examples, and schemas should be normalized in XQDoc so we can avoid deadlinks. ** Affects: zorba Importance: Undecided Status: New -- You received this bug notification because you are a member of Zorba Coders,

[Zorba-coders] [Bug 1018179] Re: Integrate new XQDoc modules in the make doc command

2012-06-26 Thread William Candillon
This should be 3 days of work. ** Description changed: - The new XQDoc modules at https://code.launchpad.net/~zorba-coders/zorba - /xqdoc-module should be integrated in the new xqdoc command. + The new XQDoc modules at https://code.launchpad.net/~zorba-coders/zorba/xqdoc-module should be

[Zorba-coders] [Bug 1018179] [NEW] Integrate new XQDoc modules in the make doc command

2012-06-26 Thread William Candillon
Public bug reported: The new XQDoc modules at https://code.launchpad.net/~zorba-coders/zorba/xqdoc-module should be integrated in the new xqdoc command. This also means that the module hierarchy should be generated from the @project tag. ** Affects: zorba Importance: High Assignee:

[Zorba-coders] [Bug 1018186] [NEW] Markdown for XQDoc

2012-06-26 Thread William Candillon
Public bug reported: xqdoc:xqdoc() shouldn't try to parse tags within a comment. Markups used in the comments should maybe leverage an easier syntax such as markdown. ** Affects: zorba Importance: Undecided Assignee: William Candillon (wcandillon) Status: New ** Changed in:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba. Requested reviews: Markos Zaharioudakis (markos-za) Related bugs: Bug #1014975 in Zorba: Reworked Plan serializer https://bugs.launchpad.net/zorba/+bug/1014975 For more details, see:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/no-expr-serialization 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 no-expr-serialization-2012-06-26T23-28-56.929Z is

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

[Zorba-coders] [Bug 1018189] Re: Website deployment

2012-06-26 Thread Chris Hillery
** Changed in: zorba Assignee: (unassigned) = William Candillon (wcandillon) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1018189 Title: Website deployment Status in Zorba - The XQuery

[Zorba-coders] [Bug 1018188] Re: Generate the website localy

2012-06-26 Thread Chris Hillery
** Changed in: zorba Assignee: (unassigned) = William Candillon (wcandillon) ** Changed in: zorba Status: New = Confirmed ** Changed in: zorba Importance: Undecided = Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant

[Zorba-coders] [Bug 1018196] [NEW] Attribute constructor with empty QName

2012-06-26 Thread Christian Gruen
Public bug reported: The following query… count(( for $i in 1 to 10 where attribute { 'a'[$i] } { () } return $i )) …yields 10 instead of XPTY0004. Hope this helps, Christian ** Affects: zorba Importance: Undecided Status: New -- You received this bug notification

[Zorba-coders] [Bug 1018182] Re: XQDoc link normalization

2012-06-26 Thread Chris Hillery
*** This bug is a duplicate of bug 1018183 *** https://bugs.launchpad.net/bugs/1018183 ** This bug has been marked a duplicate of bug 1018183 XQDoc link normalization -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

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

2012-06-26 Thread Matthias Brantner
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 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:~zorba-coders/zorba/feature-base64_streambuf into lp:zorba

2012-06-26 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-base64_streambuf into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 --

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

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/feature-base64_streambuf-2012-06-27T00-07-01.759Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Bug 1018201] [NEW] Replace XQTS with FOTS

2012-06-26 Thread Chris Hillery
Public bug reported: When FOTS is complete from the W3C (or at least nearly complete), we need to replace our XQTS infrastructure in Zorba with FOTS. This means at least: 1. Remove XQTS download scripts. 2. Remove all the plumbing in CMakeLists that set up XQTS test runs. 3. Introduce new

[Zorba-coders] [Bug 1018196] Re: Attribute constructor with empty QName

2012-06-26 Thread Chris Hillery
** Changed in: zorba Assignee: (unassigned) = Markos Zaharioudakis (markos-za) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1018196 Title: Attribute constructor with empty QName Status

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

2012-06-26 Thread Chris Hillery
The changes all look good. Is there any way you can add any test cases for this? I don't know if testdriver captures fn:trace() output, but if it does (or can do so easily) I'd feel better if we had at least one or two tests showing the functionality. --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

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

2012-06-26 Thread Zorba Build Bot
Validation queue job feature-base64_streambuf-2012-06-27T00-07-01.759Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

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

2012-06-26 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/feature-base64_streambuf into lp:zorba has been updated. Status: Approved = Merged For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-base64_streambuf/+merge/111984 --

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 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/no-expr-serialization/+merge/112246 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

[Zorba-coders] [Bug 1002993] Re: Assertion `type.type_kind() == XQType::ATOMIC_TYPE_KIND' failed

2012-06-26 Thread Chris Hillery
Assigning to Cezar to get review. ** Branch linked: lp:~zorba-coders/zorba/bug-1002993 ** Changed in: zorba Assignee: Markos Zaharioudakis (markos-za) = Cezar Andrei (cezar-andrei) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/no-expr-serialization-2012-06-27T00-46-01.55Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 Your team Zorba Coders is subscribed to branch lp:zorba.

Re: [Zorba-coders] [Bug 1014984] Re: Website needs front-page news section

2012-06-26 Thread Dana Florescu
Really cool, thanks. Dana On Jun 26, 2012, at 3:16 PM, William Candillon wrote: Please mark it as fixed released if you are happy with the current status at http://www.zorba-xquery.com ** Changed in: zorba Status: Confirmed = Fix Committed ** Changed in: zorba Assignee:

[Zorba-coders] [Bug 923686] Re: If context item is set, context position and context size need to be set

2012-06-26 Thread Dana Florescu
** Changed in: zorba Assignee: Markos Zaharioudakis (markos-za) = (unassigned) ** Changed in: zorba Assignee: (unassigned) = Rodolfo Ochoa (rodolfo-ochoa) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Bug 867118] Re: detect inconsistencies in the ItemFactory

2012-06-26 Thread Dana Florescu
** Changed in: zorba Assignee: Markos Zaharioudakis (markos-za) = (unassigned) ** Changed in: zorba Assignee: (unassigned) = Till Westmann (tillw) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Bug 898792] Re: xs:QName fails for non-literal input

2012-06-26 Thread Dana Florescu
** Changed in: zorba Assignee: Markos Zaharioudakis (markos-za) = (unassigned) ** Changed in: zorba Assignee: (unassigned) = Nicolae Brinza (nbrinza) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue job no-expr-serialization-2012-06-27T00-46-01.55Z is finished. The final status was: All tests succeeded! -- https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve 1, Disapprove 1, Needs Fixing 1, Pending 1. Got: 2 Pending. -- https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list:

[Zorba-coders] [Bug 1014984] Re: Website needs front-page news section

2012-06-26 Thread Dana Florescu
** Changed in: zorba Status: In Progress = Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1014984 Title: Website needs front-page news section Status in Zorba - The XQuery

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

[Zorba-coders] [Bug 1015580] Re: Add base64_streambuf / replace inefficient base64 code

2012-06-26 Thread Paul J. Lucas
** Changed in: zorba Status: In Progress = Fix Committed ** Changed in: zorba Milestone: None = 2.7 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/1015580 Title: Add

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Needs review = Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
Validation queue starting for merge proposal. Log at: http://zorbatest.lambda.nu:8080/remotequeue/no-expr-serialization-2012-06-27T03-29-01.066Z/log.html -- https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 Your team Zorba Coders is subscribed to branch lp:zorba.

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/no-expr-serialization 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 no-expr-serialization-2012-06-27T03-29-01.066Z is

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba

2012-06-26 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/no-expr-serialization into lp:zorba has been updated. Status: Approved = Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246 --

[Zorba-coders] [Bug 866886] Re: Zorba for Windows cannot make HTTPS requests

2012-06-26 Thread Rodolfo Ochoa
** Changed in: zorba Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866886 Title: Zorba for Windows cannot make HTTPS requests Status in Zorba - The