[Zorba-coders] [Merge] lp:~zorba-coders/zorba/unneeded-link-directory into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/unneeded-link-directory-2012-04-06T06-53-54.785Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/unneeded-link-directory into 
lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Markos Zaharioudakis
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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 972855] Re: Simplestore is not compiling on windows

2012-04-05 Thread Sorin Marian Nasoi
My fault: I did not do a clean build ...

Indeed both VS10 and NMAKE builds are OK: thanks for the fix.

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

Title:
  Simplestore is not compiling on windows

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Currently, simplestore is not compiling on windows with error:
  zorba::simplestore::Store' : base class undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/972855/+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/bug972855 into lp:zorba

2012-04-05 Thread Sorin Marian Nasoi
Review: Approve

My fault: I did not do a clean build ...

Indeed both VS10 and NMAKE builds are OK: thanks for the fix.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug972855/+merge/100697
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 972855] Re: Simplestore is not compiling on windows

2012-04-05 Thread Sorin Marian Nasoi
I have attached a RAR archive of the following logs:
- cmake.txt is the output of "cmake -G 'NMake Makefiles' .."
- nmake.txt is the output of "namke /D"

As you see in the nmake.txt:

[ 68%] Building CXX object 
src/CMakeFiles/zorba_simplestore.dir/store/naive/store.cpp.obj
store.cpp
c:\work\flwor\zorba\src\store\naive\simple_store.h(42) : error C2504: 
'zorba::simplestore::Store' : base class undefined
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C2143: syntax 
error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : warning C4183: 
'createNodeFactory': missing return type; assumed to be a member function 
returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(75) : error C2061: syntax 
error : identifier 'NodeFactory'
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C2143: syntax 
error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : warning C4183: 
'createPULFactory': missing return type; assumed to be a member function 
returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(87) : error C2061: syntax 
error : identifier 'PULPrimitiveFactory'
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C2143: syntax 
error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : warning C4183: 
'createTreeIdGeneratorFactory': missing return type; assumed to be a member 
function returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(95) : error C2061: syntax 
error : identifier 'TreeIdGeneratorFactory'

** Attachment added: "RAR archive with the logs of cmake and nmake commands."
   
https://bugs.launchpad.net/zorba/+bug/972855/+attachment/3013956/+files/build_nmake.rar

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

Title:
  Simplestore is not compiling on windows

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Currently, simplestore is not compiling on windows with error:
  zorba::simplestore::Store' : base class undefined

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/972855/+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/bug972855 into lp:zorba

2012-04-05 Thread Sorin Marian Nasoi
Review: Needs Fixing

> I don't have such error... my branch builds good on NMake...
> from your error code I see that you are working on bug_962881, perhaps that's
> what causing the error...
That was simply the name for the lp:zorba checkout.

I have attached a RAR archive of the following logs:
- cmake.txt is the output of "cmake -G 'NMake Makefiles' .."
- nmake.txt is the output of "namke /D"

As you see in the nmake.txt:

[ 68%] Building CXX object 
src/CMakeFiles/zorba_simplestore.dir/store/naive/store.cpp.obj
store.cpp
c:\work\flwor\zorba\src\store\naive\simple_store.h(42) : error C2504: 
'zorba::simplestore::Store' : base class undefined
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C2143: syntax 
error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(73) : warning C4183: 
'createNodeFactory': missing return type; assumed to be a member function 
returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(75) : error C2061: syntax 
error : identifier 'NodeFactory'
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C2143: syntax 
error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(85) : warning C4183: 
'createPULFactory': missing return type; assumed to be a member function 
returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(87) : error C2061: syntax 
error : identifier 'PULPrimitiveFactory'
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C2143: syntax 
error : missing ';' before '*'
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : error C4430: missing 
type specifier - int assumed. Note: C++ does not support default-int
c:\work\flwor\zorba\src\store\naive\simple_store.h(93) : warning C4183: 
'createTreeIdGeneratorFactory': missing return type; assumed to be a member 
function returning 'int'
c:\work\flwor\zorba\src\store\naive\simple_store.h(95) : error C2061: syntax 
error : identifier 'TreeIdGeneratorFactory'

-- 
https://code.launchpad.net/~zorba-coders/zorba/bug972855/+merge/100697
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/clang-friend into lp:zorba

2012-04-05 Thread David Graf
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/virtual-destructors into lp:zorba

2012-04-05 Thread David Graf
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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_unicode into lp:zorba

2012-04-05 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/no_unicode into lp:zorba has been 
updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
-- 
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
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_unicode into lp:zorba

2012-04-05 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/no_unicode 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_unicode-2012-04-06T00-21-13.829Z is finished.  The
  final status was:

  

  6 tests did not succeed - changes not commited.


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

-- 
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
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_unicode into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/no_unicode-2012-04-06T00-21-13.829Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
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_unicode into lp:zorba

2012-04-05 Thread Paul J. Lucas
The proposal to merge lp:~zorba-coders/zorba/no_unicode into lp:zorba has been 
updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
-- 
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
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_unicode into lp:zorba

2012-04-05 Thread Paul J. Lucas
The proposal to merge lp:~zorba-coders/zorba/no_unicode into lp:zorba has been 
updated.

Commit Message changed to:

"No Unicode" is now "No ICU."

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
-- 
https://code.launchpad.net/~zorba-coders/zorba/no_unicode/+merge/101052
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 867243] Re: regex tests fail in no_unicode branch

2012-04-05 Thread Paul J. Lucas
*** This bug is a duplicate of bug 855715 ***
https://bugs.launchpad.net/bugs/855715

For now, tests regex_m11 and regex_err15 should be marked as "expected
failure" only when ZORBA_NO_ICU=OFF. The relevant bug is bug #866874.

The tests regex_err7, regex_err12, and regex_err25 have been fixed.
The test regex_err10 has a new, specific bug opened for it: bug #974474.
The test regex_err16 has a new, specific bug opened for it: bug #974477.

Note that both the existing and new bugs are pre-existing failures and
have nothing to do with the no-Unicode changes. Therefore, they should
not stop the merge of the no_unicode branch.

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

Title:
  regex tests fail in no_unicode branch

Status in Zorba - The XQuery Processor:
  Invalid

Bug description:
  Some regex tests fail in no_unicode branch when executed with ICU regex.
  Those tests are:

  1458:test/rbkt/zorba/string/Regex/regex_err10
  1460:test/rbkt/zorba/string/Regex/regex_err12
  1463:test/rbkt/zorba/string/Regex/regex_err15
  1464:test/rbkt/zorba/string/Regex/regex_err16
  1474:test/rbkt/zorba/string/Regex/regex_err25
  1478:test/rbkt/zorba/string/Regex/regex_err7
  1483:test/rbkt/zorba/string/Regex/regex_m11

  I mark them as expected failures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867243/+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 974477] [NEW] Invalid regex character class not reported with ICU

2012-04-05 Thread Paul J. Lucas
Public bug reported:

When using ICU, the query:

  fn:matches( "a", "[\s-e]" )

returns "false" even though it should raise err:FORX0002 because \s
can't be used in a character class.

** Affects: zorba
 Importance: Low
 Assignee: Paul J. Lucas (paul-lucas)
 Status: Confirmed


** Tags: regex

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

Title:
  Invalid regex character class not reported with ICU

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  When using ICU, the query:

fn:matches( "a", "[\s-e]" )

  returns "false" even though it should raise err:FORX0002 because \s
  can't be used in a character class.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/974477/+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 974474] [NEW] invalid regex Block Escapes not reported for ICU

2012-04-05 Thread Paul J. Lucas
Public bug reported:

When using ICU, a query such as:

  fn:matches( "a", "\p{IsBasic-Latin}" )

returns "true" even though it should raise error err:FORX0002 since
IsBasic-Latin is not a valid Block Escape according to:

  http://www.w3.org/TR/xmlschema-2/#charcter-classes

in [36]. (It should be IsBasicLatin -- no '-'.)

** Affects: zorba
 Importance: Low
 Assignee: Paul J. Lucas (paul-lucas)
 Status: 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/974474

Title:
  invalid regex Block Escapes not reported for ICU

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  When using ICU, a query such as:

fn:matches( "a", "\p{IsBasic-Latin}" )

  returns "true" even though it should raise error err:FORX0002 since
  IsBasic-Latin is not a valid Block Escape according to:

http://www.w3.org/TR/xmlschema-2/#charcter-classes

  in [36]. (It should be IsBasicLatin -- no '-'.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/974474/+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 866874] Re: regex "range subtraction" not supported for ICU

2012-04-05 Thread Paul J. Lucas
** Summary changed:

- regex "range subtraction" not supported
+ regex "range subtraction" not supported for ICU

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

Title:
  regex "range subtraction" not supported for ICU

Status in Zorba - The XQuery Processor:
  Triaged

Bug description:
  XQuery regular expressions are based on those specified by "XML Schema
  Part 2: Datatypes Second Edition," Appendix F, "Regular Expressions."
  Said regexps support "Character Class Subtraction" as specified in
  section F.1, "[16] charClassSub."

  Zorba currently used ICU for Unicode regular expressions.
  Unfortunately, ICU doesn't support "Character Class Subtraction";
  hence the following W3C tests fail:

  caselessmatch10
  caselessmatch11

  This bug is more specific than bug 2988205 that will be closed and
  replaced by this bug and a few other more specific bugs.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/866874/+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/clang-friend into lp:zorba

2012-04-05 Thread Till Westmann
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Till Westmann
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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 888242] Re: FTST0018 raised at runtime

2012-04-05 Thread Paul J. Lucas
** Changed in: zorba
   Status: New => Triaged

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

Title:
  FTST0018 raised at runtime

Status in Zorba - The XQuery Processor:
  Triaged

Bug description:
  The error FTST0018 is currently raised at runtime. However, the error
  should be raise during compile-time because it is a static error. To
  quote the spec "During the dynamic evaluation phase, only dynamic
  errors or type errors may be raised."

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/888242/+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 951016] Re: integer comparison warning in integer.h

2012-04-05 Thread Paul J. Lucas
** 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/951016

Title:
  integer comparison warning in integer.h

Status in Zorba - The XQuery Processor:
  Confirmed

Bug description:
  In file included from 
/home/mbrantner/zorba/sandbox/src/zorbatypes/integer.cpp:25:0:
  /home/mbrantner/zorba/sandbox/src/zorbatypes/integer.h: In member function 
‘bool zorba::IntegerImpl::is_long() const [with IntType = long long unsigned 
int]’:
  /home/mbrantner/zorba/sandbox/src/zorbatypes/integer.cpp:300:16:   
instantiated from here
  /home/mbrantner/zorba/sandbox/src/zorbatypes/integer.h:570:52: warning: 
comparison between signed and unsigned integer expressions
  /home/mbrantner/zorba/sandbox/src/zorbatypes/integer.h:570:52: warning: 
comparison between signed and unsigned integer expressions

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/951016/+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/virtual-destructors into lp:zorba

2012-04-05 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba 
has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 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/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue job virtual-destructors-2012-04-05T15-11-00.373Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/clang-friend into lp:zorba

2012-04-05 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/clang-friend into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/virtual-destructors into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/virtual-destructors-2012-04-05T15-11-00.373Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/clang-friend into lp:zorba

2012-04-05 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/clang-friend/+merge/100978
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/clang-friend into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue job clang-friend-2012-04-05T14-39-06.813Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/virtual-destructors into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba 
has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba 
has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 Thread Zorba Build Bot
No approved revision specified.
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba 
has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba 
has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/virtual-destructors into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/virtual-destructors into lp:zorba 
has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
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/clang-friend into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/clang-friend-2012-04-05T14-39-06.813Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/clang-friend into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/clang-friend into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/virtual-destructors into lp:zorba

2012-04-05 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/virtual-destructors 
into lp:zorba.

Requested reviews:
  Till Westmann (tillw)
  David Graf (davidagraf)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979

Making destructors virtual for several classes that have virtual functions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/virtual-destructors/+merge/100979
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'include/zorba/audit.h'
--- include/zorba/audit.h	2012-03-28 05:19:57 +
+++ include/zorba/audit.h	2012-04-05 14:38:22 +
@@ -80,6 +80,8 @@
 virtual const Property* getDynamicProperty(const String&) const = 0;
 
 virtual std::ostream& write(std::ostream&) const = 0;
+
+virtual ~Configuration() {}
   };
 
   class ZORBA_DLL_PUBLIC Record {
@@ -109,6 +111,8 @@
 virtual const Record* at(size_t) const = 0;
 
 virtual std::ostream& write(std::ostream&) const = 0;
+
+virtual ~Event() {}
   };
 
   class ZORBA_DLL_PUBLIC Provider {

=== modified file 'src/api/auditimpl.h'
--- src/api/auditimpl.h	2012-03-28 05:19:57 +
+++ src/api/auditimpl.h	2012-04-05 14:38:22 +
@@ -142,6 +142,8 @@
 friend class EventImpl;
 
 RecordImpl(EventImpl* event) : m_event(event) {}
+virtual ~RecordImpl() {}
+
 EventImpl* m_event;
 std::vector m_parameters;
   };

-- 
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/clang-friend into lp:zorba

2012-04-05 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/clang-friend into lp:zorba has 
been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/clang-friend into lp:zorba

2012-04-05 Thread Zorba Build Bot
No approved revision specified.
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/clang-friend into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/clang-friend into lp:zorba has 
been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
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/clang-friend into lp:zorba

2012-04-05 Thread Ghislain Fourny
Ghislain Fourny has proposed merging lp:~zorba-coders/zorba/clang-friend into 
lp:zorba.

Requested reviews:
  David Graf (davidagraf)
  Till Westmann (tillw)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978

Added __llvm__ test because Apple LLVM compiler also does not recognize the + 
operator as a friend of zorba::rstring.
-- 
https://code.launchpad.net/~zorba-coders/zorba/clang-friend/+merge/100978
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/util/string/rstring.h'
--- src/util/string/rstring.h	2012-03-28 05:19:57 +
+++ src/util/string/rstring.h	2012-04-05 14:31:22 +
@@ -2051,7 +2051,7 @@
 
   string_data data_;
 
-#if defined _MSC_VER || defined CLANG
+#if defined _MSC_VER || defined CLANG || __llvm__
 //
 // Microsoft's Visual Studio C++ compiler doesn't consider the operator+()
 // functions as friends even though they're declared as such.

-- 
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/unneeded-link-directory into 
lp:zorba has been updated.

Status: Approved => Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, 
Needs Fixing < 1, Pending < 1. Got: 3 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue job unneeded-link-directory-2012-04-05T13-38-58.412Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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 949910] Re: fn:has-children segfaults on comment nodes

2012-04-05 Thread Ghislain Fourny
** Changed in: zorba
   Status: In Progress => 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/949910

Title:
  fn:has-children segfaults on comment nodes

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  When fn:has-children is called (for example) on a comment node, the
  C++ function zorba::store::Item::getChildren() is called on the
  parameter item, which leads to an error because this method is not
  implemented for nodes other than document nodes or element nodes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/949910/+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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/unneeded-link-directory-2012-04-05T13-38-58.412Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/unneeded-link-directory into 
lp:zorba has been updated.

Status: Needs review => Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
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/unneeded-link-directory into lp:zorba

2012-04-05 Thread Ghislain Fourny
Ghislain Fourny has proposed merging 
lp:~zorba-coders/zorba/unneeded-link-directory into lp:zorba.

Requested reviews:
  Till Westmann (tillw)
  Markos Zaharioudakis (markos-za)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969

Removed unused link directory.
-- 
https://code.launchpad.net/~zorba-coders/zorba/unneeded-link-directory/+merge/100969
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/rbkt/CMakeLists.txt'
--- test/rbkt/CMakeLists.txt	2012-03-28 05:19:57 +
+++ test/rbkt/CMakeLists.txt	2012-04-05 13:38:51 +
@@ -80,7 +80,6 @@
 
 IF (ZORBATEST_TESTDRIVER_MT_AVAILABLE)
   INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
-  LINK_DIRECTORIES(${Boost_LIBRARY_DIRS})
 
   SET (TESTDRIVER_MT_SRCS
 testdriver_mt.cpp

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