[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 Zorba.
https://bugs.launchpad.net/bugs/866886

Title:
  Zorba for Windows cannot make HTTPS requests

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  We just discovered that under Windows, making requests to:
  https://api-3t.sandbox.paypal.com/nvp
  or
  https://www.credit-suisse.com

  using the http-client, one gets back a response with status -1.

  The command line Curl tool on Windows also reject such calls because
  it cannot verify the certificates, reporting:

  curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
  error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify 
failed
  More details here: http://curl.haxx.se/docs/sslcerts.html

  curl performs SSL certificate verification by default, using a bundle
   of Certificate Authority (CA) public keys (CA certs). If the default
   bundle file isn't adequate, you can specify an alternate file
   using the --cacert option.
  If this HTTPS server uses a certificate signed by a CA represented in
   the bundle, the certificate verification probably failed due to a
   problem with the certificate (it might be expired, or the name might
   not match the domain name in the URL).
  If you'd like to turn off curl's verification of the certificate, use
   the -k (or --insecure) option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/866886/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 +
 +++ src/functions/func_jsoniq_functions_impl.h  2012-06-25 21:25:49 +
 @@ -47,7 +47,7 @@
 
}
 
 -  short getScriptingKind() const { return UPDATING_EXPR; }
 +  unsigned short getScriptingKind() const { return UPDATING_EXPR; }
 
 - second problem
 
 /home/mbrantner/zorba/jsandbox/src/runtime/json/jsoniq_functions_impl.cpp:542:
 1: error: ‘TYPE_JSONObjectInsertIterator’ is not a member of
 ‘zorba::serialization’
 
 if I delete this line, I get similar errors as follows:
 
 /home/mbrantner/zorba/jsandbox/src/runtime/json/json_constructors.cpp:37:1:
 error: ‘TYPE_JSONObjectIterator’ is not a member of ‘zorba::serialization’
 /home/mbrantner/zorba/jsandbox/src/runtime/json/json_constructors.cpp:39:1:
 error: ‘TYPE_JSONArrayIterator’ is not a member of ‘zorba::serialization’
 /home/mbrantner/zorba/jsandbox/src/runtime/json/json_constructors.cpp:41:1:
 error: ‘TYPE_JSONDirectObjectIterator’ is not a member of
 ‘zorba::serialization’
-- 
https://code.launchpad.net/~zorba-coders/zorba/jsoniq/+merge/92171
Your team Zorba Coders is requested to review the proposed merge of 
lp:~zorba-coders/zorba/jsoniq into lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413
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-coders
More help   : https://help.launchpad.net/ListHelp


[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 lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/ordpath-bitlength-assert/+merge/111413
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-coders
More help   : https://help.launchpad.net/ListHelp


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 invariants that are more precise.

Does it make sense?

-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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:
https://code.launchpad.net/~davidagraf/zorba/email-module-fixes/+merge/112051

Several email module fixes:
- case insensitive email attribute comparison
- catch more attachment filenames
- don't create empty recipients and email tags
- fixed typos
- made constant for namespace prefix
- introduced default mime charset
- remove newlines from base64 that comes from uw-imap
- if email content is quoted-printable encoded and the content type binary, it 
needs to be encoded into base64
- fixed content type check
- decode all email headers
- non-ascii (non encoded) chars are not allowed in email headers - we ignore 
them
- added missing namespaces
-- 
https://code.launchpad.net/~davidagraf/zorba/email-module-fixes/+merge/112051
Your team Zorba Coders is subscribed to branch lp:zorba/email-module.
=== modified file 'src/com/zorba-xquery/www/modules/email/imap.xq.src/imap_function.cpp'
--- src/com/zorba-xquery/www/modules/email/imap.xq.src/imap_function.cpp	2012-06-01 13:35:25 +
+++ src/com/zorba-xquery/www/modules/email/imap.xq.src/imap_function.cpp	2012-06-26 10:10:34 +
@@ -21,10 +21,11 @@
 #include map
 #include sstream
 
-#include zorba/zorba.h
+#include zorba/base64.h
+#include zorba/diagnostic_list.h
 #include zorba/iterator.h
 #include zorba/user_exception.h
-#include zorba/diagnostic_list.h
+#include zorba/zorba.h
 
 #include unicode/ucnv.h
 #include unicode/ustring.h
@@ -36,6 +37,7 @@
 namespace zorba { namespace emailmodule {
 
 const char* ImapFunction::SCHEMA_NAMESPACE = http://www.zorba-xquery.com/modules/email;;  
+const char* ImapFunction::SCHEMA_PREFIX = email;  
 
 ImapFunction::ImapFunction(const ImapModule* aModule)
   : theModule(aModule)
@@ -297,11 +299,11 @@
   const bool aQualified) const
 {
   NsBindings ns_binding;
-  ns_binding.push_back(std::pairString, String(email, SCHEMA_NAMESPACE));
+  ns_binding.push_back(std::pairString, String(SCHEMA_PREFIX, SCHEMA_NAMESPACE));
   
   // if aParent is null, then we want to have the flags node qualified (so that it can be shema validated)
   Item lFlagsName;
-  lFlagsName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, email, flags);
+  lFlagsName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, SCHEMA_PREFIX, flags);
   Item lFlagsType = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE,  flagsType);
   aFlags = theModule-getItemFactory()-createElementNode(aParent, lFlagsName, lFlagsType, false, false, ns_binding);
 
@@ -327,7 +329,7 @@
 break;
   }
   
-  Item lOneFlagName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, email, lFlagName);
+  Item lOneFlagName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, SCHEMA_PREFIX, lFlagName);
   Item lOneFlagType = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, emptyType);
   Item lOneFlag = theModule-getItemFactory()-createElementNode(aFlags, lOneFlagName, lOneFlagType, false, true, ns_binding);
 }
@@ -366,7 +368,7 @@
   Item lNullItem;

   NsBindings null_binding;
-  Item lName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, email, content);
+  Item lName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, SCHEMA_PREFIX, content);
   Item lType = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, contentType );
   Item lItem = theModule-getItemFactory()-createElementNode(aParent, lName, lType, false, false, null_binding);
   
@@ -390,37 +392,51 @@
   const char* aMailbox,
   const char* aHost) const
 {
-  Item lType = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, emailAddress);
-  Item lName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, email,  aName);
-
-  NsBindings ns_binding;
-  ns_binding.push_back(std::pairString, String(email, SCHEMA_NAMESPACE));
- 
-  Item lItem = theModule-getItemFactory()-createElementNode(aParent, lName, lType, false, false, ns_binding);
-  if (aPersonal) {
-createInnerNodeWithText(lItem, SCHEMA_NAMESPACE, email, name, http://www.w3.org/2001/XMLSchema;, string, aPersonal);
-  }
   if ((aMailbox)  (aHost)) {
-createInnerNodeWithText(lItem, SCHEMA_NAMESPACE, email, email, SCHEMA_NAMESPACE, emailAddressType, std::string(aMailbox) + @ + std::string(aHost));  
+// mailbox and host needs to be available, otherwise broken
+Item lType = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, emailAddress);
+Item lName = theModule-getItemFactory()-createQName(SCHEMA_NAMESPACE, SCHEMA_PREFIX,  aName);
+
+NsBindings ns_binding;
+ns_binding.push_back(std::pairString, String(SCHEMA_PREFIX, SCHEMA_NAMESPACE));
+   
+Item lItem = theModule-getItemFactory()-createElementNode(aParent, lName, lType, false, false, ns_binding);
+if (aPersonal) {
+  std::string 

[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
- fixed typos
- made constant for namespace prefix
- introduced default mime charset
- remove newlines from base64 that comes from uw-imap
- if email content is quoted-printable encoded and the content type binary, it 
needs to be encoded into base64
- fixed content type check
- decode all email headers
- non-ascii (non encoded) chars are not allowed in email headers - we ignore 
them
- added missing namespaces

For more details, see:
https://code.launchpad.net/~davidagraf/zorba/email-module-fixes/+merge/112051
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
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-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 inside 
the simple store (would this work for the Sausalito store as well?). So, you 
don't have to do anything about it in this branch. 


 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 invariants that are more precise.
 
 Does it make sense?

Ok.
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 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-coders
More help   : https://help.launchpad.net/ListHelp


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: 
/home/dagraf/zorba/build/LIB_PATH/com/zorba-xquery/www/modules/email/libsmtp_1.0.so:
 undefined symbol: crypt; raised at 
/home/dagraf/zorba/sandbox/src/context/dynamic_loader.cpp:168

But it has nothing to do with the change.
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
and expects it as well in the output thereof.

** Affects: zorba
 Importance: Undecided
 Assignee: Matthias Brantner (matthias-brantner)
 Status: New

** Changed in: zorba
 Assignee: (unassigned) = Matthias Brantner (matthias-brantner)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1017924

Title:
  tokenize-node does not consider the language passed as a parameter

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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 and expects it as well in the output thereof.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1017924/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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

** Changed in: zorba
 Assignee: (unassigned) = Matthias Brantner (matthias-brantner)

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1017939

Title:
  test/rbkt/zorba/index/numbers fails under Windows in release mode

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1017939/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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·, ·context-dependent·, 
and ·focus-dependent·.

The two-argument form of this function is ·deterministic·, ·context-
independent·, and ·focus-independent·.

Rules
The behavior of the function if the argument is omitted is exactly the same as 
if the context item (.) had been passed as the argument.

If $arg is the empty sequence, the function returns the empty sequence.

If $arg is a document node, the function returns the string /.

Otherwise, the function constructs a string that consists of a sequence
of steps, one for each ancestor-or-self of $arg other than the root
node. This string is prefixed by Q{http://www.w3.org/2005/xpath-
functions}root() if the root node is not a document node. Each step
consists of the character / followed by a string whose form depends on
the kind of node selected by that step, as follows:

For an element node, Q{uri}local[position], where uri is the namespace URI of 
the node name or the empty string if the node is in no namespace, local is the 
local part of the node name, and position is an integer representing the 
position of the selected node among its like-named siblings.
For an attribute node:
if the node is in no namespace, @local, where local is the local part of the 
node name
otherwise, @Q{uri}local, where uri is the namespace URI of the node name, and 
local is the local part of the node name
For a text node: text()[position] where position is an integer representing the 
position of the selected node among its text node siblings
For a comment node: comment()[position] where position is an integer 
representing the position of the selected node among its comment node siblings
For a processing-instruction node: processing-instruction(local)[position] 
where local is the name of the processing instruction node and position is an 
integer representing the position of the selected node among its like-named 
processing-instruction node siblings
For a namespace node:
If the namespace node has a name: namespace::prefix, where prefix is the local 
part of the name of the namespace node (which represents the namespace prefix).
If the namespace node has no name (that is, it represents the default 
namespace): 
namespace::*[Q{http://www.w3.org/2005/xpath-functions}local-name()=]
Examples
let $e :=

fn:parse-xml('?xml version=1.0?
p xmlns=http://example.com/one; xml:lang=de author=Friedrich von Schiller
Freude, schöner Götterfunken,br/
Tochter aus Elysium,br/
Wir betreten feuertrunken,br/
Himmlische, dein Heiligtum./p')
 
The expression fn:path($e) returns '/'.

The expression fn:path($e/*:p) returns '/Q{http://example.com/one}p[1]'.

The expression fn:path($e/*:p/@xml:lang) returns
'/Q{http://example.com/one}p[1]/@Q{http://www.w3.org/XML/1998/namespace}lang'.

The expression fn:path($e/*:p/@author) returns
'/Q{http://example.com/one}p[1]/@author'.

The expression fn:path($e/*:p/*:br[2]) returns
'/Q{http://example.com/one}p[1]/Q{http://example.com/one}br[2]'.

The expression fn:path($e//text()[starts-with(normalize-space(),
'Tochter')]) returns '/Q{http://example.com/one}p[1]/text()[2]'.

let $emp :=

employee xml:id=ID21256
   empnrE21256/empnr
   firstJohn/first
   lastBrown/last
/employee
 
The expression fn:path($emp) returns 
'Q{http://www.w3.org/2005/xpath-functions}root()'.

The expression fn:path($emp/@xml:id) returns 'Q{http://www.w3.org/2005
/xpath-functions}root()/@Q{http://www.w3.org/XML/1998/namespace}id'.

The expression fn:path($emp/empnr) returns 'Q{http://www.w3.org/2005
/xpath-functions}root()/Q{}empnr'.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1005995

Title:
  fn:path() should support fragments as well as documents

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Modify fn:path to add support for fragments

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1005995/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/1017924

Title:
  tokenize-node does not consider the language passed as a parameter

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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 and expects it as well in the output thereof.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1017924/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 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-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/867124

Title:
  ZORBA_NO_ICU and fn:codepoints-to-string()

Status in Zorba - The XQuery Processor:
  Invalid

Bug description:
  When Zorba is compiled with ZORBA_NO_ICU=ON, the function fn
  :codepoints-to-string() defined in strings_impl.cpp won't compile
  because it makes reference to utf8::encode() that takes a
  unicode::code_point argument. When ZORBA_NO_ICU=ON, the unicode
  namespace is not declared, so of course code_point is not declared.

  The solution suggested on zorba-coders was to disable (not compile) fn
  :codepoints-to-string() -- and probably any other XQuery function that
  involves code-points.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867124/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 Processor:
  In Progress

Bug description:
  Add a function to the full-text module having the signature:

  declare function ft:tokenize-nodes( $includes as node()+,
  $excludes as node()* )
    as element(ft:token)* external;

  where $includes lists all those nodes to include and $excludes lists
  all those nodes to exclude.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014999/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: iso639_1::string_of[ lang ]

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1017924

Title:
  tokenize-node does not consider the language passed as a parameter

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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 and expects it as well in the output thereof.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1017924/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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:
  New

Bug description:
  Currently the Zorba documentation on http://www.zorba-xquery.com/
  mentions that C++, C, Java, XQJ, PHP, Python, and Ruby APIs exist. As
  of Zorba 2.5 we provide full API documentation for these (possibly not
  C), so we need to make it easy for website visitors to find and use
  this documentation.

  Rodolfo was primarily involved in creating the language-binding
  documentation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014983/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
   Status: Fix Committed = 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/1014984

Title:
  Website needs front-page news section

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  http://www.zorba-xquery.com/ needs a separate News section where we
  can link to release announcements, blog entries, and so on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014984/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 XQuery Processor:
  New

Bug description:
  Right now http://www.zorba-xquery.com/ is pretty much a one-person
  game; as far as I know, only William can update it, add new features,
  or even modify content.

  We need to open up the responsibility for this site. Even if William
  is the primary designer, it only makes sense to ensure that others can
  make modification, re-deploy when necessary, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014994/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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)

** Summary changed:

- PHP5 bindings build failure
+ Add warning re: SWIG 2.0.7 for PHP binding

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1015964

Title:
  Add warning re: SWIG 2.0.7 for PHP binding

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Hello, I'm the maintainer of the zorba port to FreeBSD. I'm preparing
  the update of our port to 2.5.0 and I have an issue while building the
  PHP5 bindings.

  Here's a snippet from CMake's output with CMAKE_VERBOSE_MAKEFILE on.
  Please also find attached the CMakeCache.txt file generated for this
  build.

  [ 99%] Building CXX object 
swig/php/CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o
  cd /usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php  
/usr/bin/c++   -Dzorba_api_EXPORTS -O2 -pipe -fno-strict-aliasing -Wall -Wextra 
-D_FILE_OFFSET_BITS=64 -Wctor-dtor-privacy -Woverloaded-virtual -Wsign-promo 
-Winit-self -Wno-unused-parameter -fPIC -fvisibility=hidden 
-fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -fPIC 
-I/usr/local/include/libxml2 -I/usr/local/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/include 
-I/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/zorba-2.5.0/include 
-I/usr/local/include/php -I/usr/local/include/php/main 
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend 
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -o 
CMakeFiles/zorba_api.dir/zorba_apiPHP5_wrap.cxx.o -c 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1486:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/TypeIdentifier.h:102:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1488:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Iterator.h:105:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1489:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DynamicContext.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1490:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticContext.h:440:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1491:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XQuery.h:161:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1492:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemFactory.h:604:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1494:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/ItemSequence.h:53:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1495:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/Collection.h:180:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1496:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/CollectionManager.h:115:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1497:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/StaticCollectionManager.h:196:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1498:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/DocumentManager.h:35:7:
 warning: no newline at end of file
  In file included from 
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/zorba_apiPHP5_wrap.cxx:1499:
  
/usr/home/cerutti/FreeBSD/ports/textproc/zorba/work/.build/swig/php/XmlDataManager.h:88:7:
 warning: no newline at end of file
  

[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 = 2.7

** Changed in: zorba
 Assignee: (unassigned) = William Candillon (wcandillon)

** 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.
https://bugs.launchpad.net/bugs/1018183

Title:
  XQDoc link normalization

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Links to external resources such as modules, examples, and schemas
  should be normalized in XQDoc so we can avoid deadlinks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018183/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 external resources such as modules, examples, and schemas
  should be normalized in XQDoc so we can avoid deadlinks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018183/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1018182

Title:
  XQDoc link normalization

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Links to external resources such as modules, examples, and schemas
  should be normalized in XQDoc so we can avoid deadlinks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018182/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 
integrated in the new xqdoc command.
+ This also means that the module hierarchy should be generated from the 
@project tag.

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1018179

Title:
  Integrate new XQDoc modules in the make doc command

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018179/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: William Candillon (wcandillon)
 Status: New

** Changed in: zorba
 Assignee: (unassigned) = William Candillon (wcandillon)

** Changed in: zorba
Milestone: None = 2.7

** 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.
https://bugs.launchpad.net/bugs/1018179

Title:
  Integrate new XQDoc modules in the make doc command

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018179/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
Milestone: None = 2.7

** 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/1018186

Title:
  Markdown for XQDoc

Status in Zorba - The XQuery Processor:
  New

Bug description:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018186/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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:
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246

replaced serialize_long() method with operator
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/expression/var_expr.cpp'
--- src/compiler/expression/var_expr.cpp	2012-06-18 10:06:47 +
+++ src/compiler/expression/var_expr.cpp	2012-06-26 23:25:23 +
@@ -142,7 +142,7 @@
 
   SERIALIZE_ENUM(var_kind, theVarKind);
 
-  serialize_ulong(ar, theUniqueId);
+  ar  theUniqueId;
 
   ar  theName;
   ar  theDeclaredType;

=== modified file 'src/runtime/booleans/BooleanImpl.cpp'
--- src/runtime/booleans/BooleanImpl.cpp	2012-06-21 09:10:57 +
+++ src/runtime/booleans/BooleanImpl.cpp	2012-06-26 23:25:23 +
@@ -350,7 +350,7 @@
   SERIALIZE_ENUM(CompareConsts::CompareType, theCompType)
   ar  theIsGeneralComparison;
   SERIALIZE_TYPEMANAGER(TypeManager, theTypeManager);
-  serialize_long(ar, theTimezone);
+  ar  theTimezone;
   ar  theCollation;
 }
 
@@ -1027,7 +1027,7 @@
   (NaryBaseIteratorTypedValueCompareIteratorATC, PlanIteratorState*)this);
 
   SERIALIZE_ENUM(CompareConsts::CompareType, theCompType);
-  serialize_long(ar, theTimezone);
+  ar  theTimezone;
   ar  theCollation;
 }
 
@@ -1178,7 +1178,7 @@
   (BinaryBaseIteratorAtomicValuesEquivalenceIterator, PlanIteratorState*)this);
 
   SERIALIZE_TYPEMANAGER(TypeManager, theTypeManager);
-  serialize_long(ar, theTimezone);
+  ar  theTimezone;
   ar  theCollation;
 }
 

=== modified file 'src/runtime/core/gflwor/window_iterator.cpp'
--- src/runtime/core/gflwor/window_iterator.cpp	2012-06-18 10:06:47 +
+++ src/runtime/core/gflwor/window_iterator.cpp	2012-06-26 23:25:23 +
@@ -614,7 +614,7 @@
   ar  theEndClause;
   ar  theLazyEval;
 
-  serialize_ulong(ar, theMaxNeededHistory);
+  ar  theMaxNeededHistory;
 }
 
 

=== modified file 'src/runtime/core/var_iterators.cpp'
--- src/runtime/core/var_iterators.cpp	2012-06-18 10:06:47 +
+++ src/runtime/core/var_iterators.cpp	2012-06-26 23:25:23 +
@@ -82,7 +82,7 @@
   serialize_baseclass(ar,
   (NaryBaseIteratorCtxVarDeclareIterator, PlanIteratorState*)this);
 
-  serialize_ulong(ar, theVarId);
+  ar  theVarId;
   ar  theVarName;
   ar  theIsExternal;
   ar  theSingleItem;
@@ -148,7 +148,7 @@
   serialize_baseclass(ar,
   (UnaryBaseIteratorCtxVarAssignIterator, PlanIteratorState*)this);
 
-  serialize_ulong(ar, theVarId);
+  ar  theVarId;
 
   ar  theVarName;
   ar  theIsLocal;
@@ -211,7 +211,7 @@
   serialize_baseclass(ar,
   (NoaryBaseIteratorCtxVarIsSetIterator, PlanIteratorState*)this);
 
-  serialize_ulong(ar, theVarId);
+  ar  theVarId;
 
   ar  theVarName;
 }
@@ -286,7 +286,7 @@
   serialize_baseclass(ar,
   (NoaryBaseIteratorCtxVarIterator, CtxVarState*)this);
 
-  serialize_ulong(ar, theVarId);
+  ar  theVarId;
 
   ar  theVarName;
   ar  theIsLocal;

=== modified file 'src/zorbaserialization/serialize_basic_types.cpp'
--- src/zorbaserialization/serialize_basic_types.cpp	2012-06-22 15:19:14 +
+++ src/zorbaserialization/serialize_basic_types.cpp	2012-06-26 23:25:23 +
@@ -37,50 +37,6 @@
 /***
 
 /
-void serialize_long_long(Archiver ar, long long obj)
-{
-  assert(sizeof(long long) == 8);
-
-  if (ar.is_serializing_out())
-  {
-int64_t int64v = obj;
-ar.add_simple_temp_field(TYPE_INT64, int64v);
-  }
-  else
-  {
-int64_t int64v;
-ar.read_next_simple_temp_field(TYPE_INT64, int64v);
-
-obj = static_castlong long(int64v);
-  }
-}
-
-
-/***
-
-/
-void serialize_ulong_long(Archiver ar, unsigned long long obj)
-{
-  assert(sizeof(unsigned long long) == 8);
-
-  if (ar.is_serializing_out())
-  {
-uint64_t uint64v = obj;
-ar.add_simple_temp_field(TYPE_UINT64, uint64v);
-  }
-  else
-  {
-uint64_t uint64v;
-ar.read_next_simple_temp_field(TYPE_UINT64, uint64v);
-
-obj = static_castunsigned long long(uint64v);
-  }
-}
-
-
-/***
-
-/
 void operator(Archiver ar, int64_t obj)
 {
   if (ar.is_serializing_out())
@@ -113,68 +69,6 @@
 /***
 
 /
-void 

[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


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
  finished.  The final status was:

  

  No tests were run - build or configure step must have failed.

  Not commiting changes.


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

-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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 Processor:
  New

Bug description:
  Website deployment should be better documented and leverage scripts
  versus manual process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018189/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 for Zorba.
https://bugs.launchpad.net/bugs/1018188

Title:
  Generate the website localy

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  I should be possible to generate the website locally from zorba source
  code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018188/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 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 in Zorba - The XQuery Processor:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018196/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/1018182

Title:
  XQDoc link normalization

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Links to external resources such as modules, examples, and schemas
  should be normalized in XQDoc so we can avoid deadlinks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018182/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 lp:zorba.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 processess/scripts to generate conformance reports for FOTS.
4. Have a mechanism to run FOTS (with new XQXQ-based testdriver) on validation 
queue, tied in correctly to the EXPECTED_FAILURE() mechanism.

** Affects: zorba
 Importance: Medium
 Assignee: Sorin Marian Nasoi (sorin.marian.nasoi)
 Status: Confirmed

** Changed in: zorba
 Assignee: (unassigned) = Sorin Marian Nasoi (sorin.marian.nasoi)

** Changed in: zorba
   Importance: Undecided = Medium

** Changed in: zorba
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1018201

Title:
  Replace XQTS with FOTS

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  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 processess/scripts to generate conformance reports for FOTS.
  4. Have a mechanism to run FOTS (with new XQXQ-based testdriver) on 
validation queue, tied in correctly to the EXPECTED_FAILURE() mechanism.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018201/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 in Zorba - The XQuery Processor:
  New

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1018196/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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.
-- 
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 : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
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 : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/1002993

Title:
  Assertion `type.type_kind() == XQType::ATOMIC_TYPE_KIND' failed

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  The following query and schema cause an assertion to fail.

  src/types/typeops.cpp:145: static zorba::store::SchemaTypeCode
  zorba::TypeOps::get_atomic_type_code(const zorba::XQType): Assertion
  `type.type_kind() == XQType::ATOMIC_TYPE_KIND' failed.

  -- query --

  import schema namespace f =
  http://www.evaluescience.com/schemas/forms; at forms.xsd;

  declare namespace an = http://www.zorba-xquery.com/annotations;;

  declare %an:no-cache %an:sequential function local:test2() {

 variable $form := validate strict {
   f:form
 f:hidden name=myid value=3/
   /f:form
 };
 replace value of node $form/f:hidden/@value with hello;

 ok
  };

  local:test2()

  -- schema --

  ?xml version=1.0 encoding=utf-8?
  xs:schema targetNamespace=http://www.evaluescience.com/schemas/forms;
 xmlns = http://www.evaluescience.com/schemas/forms;
 xmlns:xs=http://www.w3.org/2001/XMLSchema; 
elementFormDefault=qualified

  xs:complexType name=Form
   xs:sequence
xs:any namespace=##targetNamespace minOccurs=0
 maxOccurs=unbounded
/xs:any
   /xs:sequence
  /xs:complexType

xs:element name=form type=Form/xs:element

  xs:complexType name=Hidden
   xs:attribute name=name type=xs:string 
use=required/xs:attribute
xs:attribute name=value type=xs:anySimpleType
  use=optional /
  /xs:complexType

  xs:element name=hidden type=Hidden/xs:element

  /xs:schema

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1002993/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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: William Candillon (wcandillon) = Dana Florescu (dflorescu)
 
 ** Changed in: zorba
   Status: Fix Committed = In Progress
 
 -- 
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1014984
 
 Title:
  Website needs front-page news section
 
 Status in Zorba - The XQuery Processor:
  In Progress
 
 Bug description:
  http://www.zorba-xquery.com/ needs a separate News section where we
  can link to release announcements, blog entries, and so on.
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/zorba/+bug/1014984/+subscriptions

-- 
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 Processor:
  In Progress

Bug description:
  http://www.zorba-xquery.com/ needs a separate News section where we
  can link to release announcements, blog entries, and so on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014984/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/923686

Title:
  If context item is set, context position and context size need to be
  set

Status in Zorba - The XQuery Processor:
  New

Bug description:
  According to http://www.w3.org/TR/xquery-30/#id-xq-evaluation-context-
  components, context position and context size need to be set if the
  context item is set.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/923686/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/867118

Title:
  detect inconsistencies in the ItemFactory

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The ItemFactory currently allows inconsistent parameters when creating
  elements. For example

  theFactory-createQName(theNamespace, header), theUntypedQName,
  false, ...)

  Here the type is untyped but false specifies that the element doesn't
  have a typed value. This inconsistency might cause FOTY0012 to be
  reported in ElementNode::getTypedValue (but should have been detected
  much earlier).

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867118/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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.
https://bugs.launchpad.net/bugs/898792

Title:
  xs:QName fails for non-literal input

Status in Zorba - The XQuery Processor:
  New

Bug description:
  xs:QName(concat('local:', 'list')) fails with

  1,1: type error [err:XPTY0004]: Cannot treat xs:string as xs:QName

  but xs:QName(local:list) works

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898792/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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 Processor:
  Fix Released

Bug description:
  http://www.zorba-xquery.com/ needs a separate News section where we
  can link to release announcements, blog entries, and so on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1014984/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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 base64_streambuf / replace inefficient base64 code

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  Add a base64_streambuf so that reading or writing base64-encoded data
  is easy. Also replace the horribly inefficient base64 code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1015580/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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.

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp


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
  finished.  The final status was:

  

  No tests were run - build or configure step must have failed.

  Not commiting changes.


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

-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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
-- 
https://code.launchpad.net/~zorba-coders/zorba/no-expr-serialization/+merge/112246
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-coders
More help   : https://help.launchpad.net/ListHelp


[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 XQuery Processor:
  Fix Committed

Bug description:
  We just discovered that under Windows, making requests to:
  https://api-3t.sandbox.paypal.com/nvp
  or
  https://www.credit-suisse.com

  using the http-client, one gets back a response with status -1.

  The command line Curl tool on Windows also reject such calls because
  it cannot verify the certificates, reporting:

  curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
  error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify 
failed
  More details here: http://curl.haxx.se/docs/sslcerts.html

  curl performs SSL certificate verification by default, using a bundle
   of Certificate Authority (CA) public keys (CA certs). If the default
   bundle file isn't adequate, you can specify an alternate file
   using the --cacert option.
  If this HTTPS server uses a certificate signed by a CA represented in
   the bundle, the certificate verification probably failed due to a
   problem with the certificate (it might be expired, or the name might
   not match the domain name in the URL).
  If you'd like to turn off curl's verification of the certificate, use
   the -k (or --insecure) option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/866886/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp