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

2012-05-18 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/fix_bug_1000895 
into lp:zorba.

Requested reviews:
  William Candillon (wcandillon)
  Paul J. Lucas (paul-lucas)
Related bugs:
  Bug #1000895 in Zorba: _php_sprintf symbol not found on Mac OS X
  https://bugs.launchpad.net/zorba/+bug/1000895

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312

Fix PHP build
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'cmake_modules/FindPHP5.cmake'
--- cmake_modules/FindPHP5.cmake	2012-05-03 12:31:51 +
+++ cmake_modules/FindPHP5.cmake	2012-05-18 06:17:18 +
@@ -103,7 +103,8 @@
 __zend_hash_add_or_update
 _php_strtolower
 _executor_globals
-_call_user_function 
+_call_user_function
+_php_sprintf
 )
 SET(CMAKE_SHARED_MODULE_CREATE_C_FLAGS
   ${CMAKE_SHARED_MODULE_CREATE_C_FLAGS},-U,${symbol})

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

2012-05-18 Thread William Candillon
The proposal to merge lp:~zorba-coders/zorba/fix_bug_1000895 into lp:zorba has 
been updated.

Commit Message changed to:

Fix PHP build

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

2012-05-18 Thread William Candillon
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
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 1000895] Re: _php_sprintf symbol not found on Mac OS X

2012-05-18 Thread William Candillon
** Branch linked: lp:~zorba-coders/zorba/fix_bug_1000895

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

Title:
  _php_sprintf symbol not found on Mac OS X

Status in Zorba - The XQuery Processor:
  New

Bug description:
  When building on Mac OS X using Xcode 4.3.2:

  Linking CXX shared module libzorba_api.so
  Undefined symbols for architecture x86_64:
_php_sprintf, referenced from:
__wrap_Item_getLongValue in zorba_apiPHP5_wrap.cxx.o
__wrap_Collection_indexOf in zorba_apiPHP5_wrap.cxx.o
  ld: symbol(s) not found for architecture x86_64
  clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
  make[2]: *** [swig/php/libzorba_api.so] Error 1
  make[1]: *** [swig/php/CMakeFiles/zorba_api.dir/all] Error 2
  make: *** [all] Error 2

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

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

Status: Needs review = Approved

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

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/fix_bug_1000895-2012-05-18T07-21-08.572Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
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/fix_bug_1000895 into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job fix_bug_1000895-2012-05-18T07-21-08.572Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
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/fix_bug_1000895 into lp:zorba

2012-05-18 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fix_bug_1000895 into lp:zorba has 
been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_1000895/+merge/106312
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 1000895] Re: _php_sprintf symbol not found on Mac OS X

2012-05-18 Thread William Candillon
** Changed in: zorba
   Status: New = 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/1000895

Title:
  _php_sprintf symbol not found on Mac OS X

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  When building on Mac OS X using Xcode 4.3.2:

  Linking CXX shared module libzorba_api.so
  Undefined symbols for architecture x86_64:
_php_sprintf, referenced from:
__wrap_Item_getLongValue in zorba_apiPHP5_wrap.cxx.o
__wrap_Collection_indexOf in zorba_apiPHP5_wrap.cxx.o
  ld: symbol(s) not found for architecture x86_64
  clang: error: linker command failed with exit code 1 (use -v to see 
invocation)
  make[2]: *** [swig/php/libzorba_api.so] Error 1
  make[1]: *** [swig/php/CMakeFiles/zorba_api.dir/all] Error 2
  make: *** [all] Error 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1000895/+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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Chris Hillery
Chris Hillery has proposed merging 
lp:~zorba-coders/zorba/util-jvm-export-std-lib into lp:zorba/util-jvm-module.

Requested reviews:
  Chris Hillery (ceejatec)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347

https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346 
will need to be merged to the trunk before this change will work.
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-module.
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt	2012-05-09 10:03:52 +
+++ CMakeLists.txt	2012-05-18 10:40:24 +
@@ -32,9 +32,6 @@
   IF (JNI_FOUND)
   SET (UTIL_JVM_VERSION 1.0)
 
-  #ENABLE_TESTING ()
-  #INCLUDE (CTest)
-
   SET_CMAKE_MODULE_PATH ()
 
   FIND_PACKAGE (Zorba REQUIRED HINTS ${ZORBA_BUILD_DIR})
@@ -47,9 +44,7 @@
   # Set up a use file for other modules to import
   SET (ZORBA_PROJECT_USE_FILE
 	${CMAKE_CURRENT_SOURCE_DIR}/config/UtilJavaUse.cmake)
-
   ADD_SUBDIRECTORY (src)
-  #ADD_TEST_DIRECTORY(${PROJECT_SOURCE_DIR}/test)
   DONE_DECLARING_ZORBA_URIS ()
 
   ELSE (JNI_FOUND)

=== modified file 'src/CMakeLists.txt'
--- src/CMakeLists.txt	2012-03-29 19:18:39 +
+++ src/CMakeLists.txt	2012-05-18 10:40:24 +
@@ -26,6 +26,17 @@
 INCLUDE_DIRECTORIES (${JAVA_INCLUDE_PATH} ${JAVA_INCLUDE_PATH2})
 INCLUDE_DIRECTORIES (${JAVA_INCLUDE_PATH})
 
+# For now, we still have a module, but it actually does nothing at all.
 DECLARE_ZORBA_MODULE (URI http://www.zorba-xquery.com/modules/util-jvm;
-VERSION 1.0 FILE util-jvm.xq LINK_LIBRARIES ${JAVA_JVM_LIBRARY})
-
+VERSION 1.0 FILE util-jvm.xq)
+
+# The important stuff is the library, which we install in Zorba's
+# default lib directory.
+ADD_LIBRARY(util-jvm SHARED util-jvm.cpp JavaVMSingleton.cpp)
+TARGET_LINK_LIBRARIES(util-jvm ${JAVA_JVM_LIBRARY})
+INSTALL(TARGETS util-jvm DESTINATION lib)
+
+# Set this in the parent scope so it will be put into our Config.cmake file.
+# As with many other things, this doesn't work when the module is installed.
+GET_TARGET_PROPERTY(_lib_loc util-jvm LOCATION)
+SET(ZORBA_PROJECT_LIBRARIES ${_lib_loc} PARENT_SCOPE)

=== renamed file 'src/util-jvm.xq.src/JavaVMSingleton.cpp' = 'src/JavaVMSingleton.cpp'
=== renamed file 'src/util-jvm.xq.src/util-jvm.cpp' = 'src/util-jvm.cpp'
=== removed directory 'src/util-jvm.xq.src'
-- 
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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/util-jvm-export-std-lib into 
lp:zorba/util-jvm-module has been updated.

Description changed to:

https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346 
will need to be merged to the trunk before this change will work.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/extra-module-libs into lp:zorba

2012-05-18 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/extra-module-libs 
into lp:zorba.

Requested reviews:
  Chris Hillery (ceejatec)
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/extra-module-libs into lp:zorba 
has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/extra-module-libs into lp:zorba 
has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/fix_bug_962255 into lp:zorba

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
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/cmake-semi-colon-windows into lp:zorba

2012-05-18 Thread Ghislain Fourny
Ghislain Fourny has proposed merging 
lp:~zorba-coders/zorba/cmake-semi-colon-windows into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380

Escaped a semi-colon in CMake file because they have a special meaning in CMake.
-- 
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'bin/CMakeLists.txt'
--- bin/CMakeLists.txt	2012-05-03 12:31:51 +
+++ bin/CMakeLists.txt	2012-05-18 13:55:26 +
@@ -112,12 +112,12 @@
   PASS_REGULAR_EXPRESSION hello, v2)
 
 IF(WIN32)
-  SET(PATH_SEP ;)
+  ZORBA_ADD_TEST(bin/zorba_module_path_1 zorbacmd -f -q ${_testdir}/external1.xq
+--module-path ${_libdir}\;${_uridir})
 ELSE(WIN32)
-  SET(PATH_SEP :)
+  ZORBA_ADD_TEST(bin/zorba_module_path_1 zorbacmd -f -q ${_testdir}/external1.xq
+--module-path ${_libdir}:${_uridir})
 ENDIF(WIN32)
-ZORBA_ADD_TEST(bin/zorba_module_path_1 zorbacmd -f -q ${_testdir}/external1.xq
-  --module-path ${_libdir}${PATH_SEP}${_uridir})
 ZORBA_SET_TEST_PROPERTY(bin/zorba_module_path_1
   PASS_REGULAR_EXPRESSION hello, v2)
 

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

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


-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
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/cmake-semi-colon-windows into lp:zorba

2012-05-18 Thread Ghislain Fourny
The proposal to merge lp:~zorba-coders/zorba/cmake-semi-colon-windows into 
lp:zorba has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
-- 
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
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/fix_bug_962255 into lp:zorba

2012-05-18 Thread Sorin Marian Nasoi
The proposal to merge lp:~zorba-coders/zorba/fix_bug_962255 into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
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/cmake-semi-colon-windows into lp:zorba

2012-05-18 Thread Ghislain Fourny
This should fix the bin/module_path test under Windows.
-- 
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
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/cmake-semi-colon-windows into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/cmake-semi-colon-windows-2012-05-18T13-57-06.082Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
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/cmake-semi-colon-windows into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job cmake-semi-colon-windows-2012-05-18T13-57-06.082Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
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/cmake-semi-colon-windows into lp:zorba

2012-05-18 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/cmake-semi-colon-windows into 
lp:zorba has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
-- 
https://code.launchpad.net/~zorba-coders/zorba/cmake-semi-colon-windows/+merge/106380
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/fix_bug_962255 into lp:zorba

2012-05-18 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/fix_bug_962255 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 fix_bug_962255-2012-05-18T14-34-05.391Z is finished.
  The final status was:

  

  1 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/fix_bug_962255/+merge/105989
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/fix_bug_962255 into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/fix_bug_962255-2012-05-18T15-42-06.591Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
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/fix_bug_962255 into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job fix_bug_962255-2012-05-18T15-42-06.591Z is finished. The 
final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
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/fix_bug_962255 into lp:zorba

2012-05-18 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fix_bug_962255 into lp:zorba has 
been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix_bug_962255/+merge/105989
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 962255] Re: integrate into XQDoc the module dependency graph generation

2012-05-18 Thread Zorba Build Bot
** Changed in: zorba
   Status: New = 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/962255

Title:
  integrate into XQDoc the module dependency graph generation

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The module dependency graph (modules.svg) if out of date.

  We should generate it on every make XQDoc *if* the Graphviz module
  is present.

  The modules.svg needs to be created after the XQDoc XML's are created
  and before xqdoc2xhtml processing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/962255/+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 872958] Re: Need way to detect non-core modules in build

2012-05-18 Thread Zorba Build Bot
** Changed in: zorba
   Status: New = 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/872958

Title:
  Need way to detect non-core modules in build

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  We have a few test cases in core Zorba which depend on non-core
  modules. We would like to add some more, including integration tests
  and utility scripts.

  What we need is some CMake flag which is set by the existence of a
  given non-core module, so the core CMakeLists.txt files can do things
  like

  IF (PROCESS_MODULE_EXISTS)
ADD_TEST(depends_on_process )
  ...

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

2012-05-18 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/extra-module-libs into lp:zorba 
has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Matthias Brantner
Review: Needs Information

Why did you remove the stuff related to testing?
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/extra-module-libs into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job extra-module-libs-2012-05-18T18-28-08.795Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/extra-module-libs into lp:zorba 
has been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/extra-module-libs into lp:zorba 
has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/extra-module-libs-2012-05-18T19-02-59.372Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job extra-module-libs-2012-05-18T19-02-59.372Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/extra-module-libs into lp:zorba

2012-05-18 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/extra-module-libs into lp:zorba 
has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
-- 
https://code.launchpad.net/~zorba-coders/zorba/extra-module-libs/+merge/106346
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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Chris Hillery
I didn't. I only removed several lines that were commented out already.
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/util-jvm-export-std-lib into 
lp:zorba/util-jvm-module has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/util-jvm-export-std-lib-2012-05-18T20-10-46.12Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread Zorba Build Bot
Validation queue job util-jvm-export-std-lib-2012-05-18T20-10-46.12Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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/util-jvm-export-std-lib into lp:zorba/util-jvm-module

2012-05-18 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/util-jvm-export-std-lib into 
lp:zorba/util-jvm-module has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
-- 
https://code.launchpad.net/~zorba-coders/zorba/util-jvm-export-std-lib/+merge/106347
Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-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 1001463] [NEW] type not available during computation of function caching

2012-05-18 Thread Matthias Brantner
Public bug reported:

The following query and schema cause an error to be raised because the
schema type doesn't seem to be available when trying to determine if
function caching should be done.

import schema namespace d = http://foo.com/schemas/schema; at
schema.xsd;

declare function local:recursion($param as element(*, d:Content)?) as xs:boolean
{
  if ($param)
  then local:recursion(())
  else false()
};

local:recursion(d:Content id=foo/)

?xml version=1.0 encoding=utf-8?
xs:schema targetNamespace=http://foo.com/schemas/schema;
  xmlns = http://foo.com/schemas/schema;
   xmlns:xs=http://www.w3.org/2001/XMLSchema; 
elementFormDefault=qualified
   
xs:complexType name=Content
  xs:attribute name=id type=xs:string/xs:attribute
/xs:complexType

   
/xs:schema

The error reported is:

type error [err:XPTY0004]: [NodeXQType elementNode?
content=[UserDefinedXQType   Content@http://foo.com/schemas/schema
isComplex emptyContent base:[XQType ANY_TYPE_KIND*] ]]: invalid type:
not among in-scope schema types; raised at
/home/mbrantner/zorba/sandbox/src/types/typeops.cpp:522

** Affects: zorba
 Importance: High
 Assignee: Matthias Brantner (matthias-brantner)
 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/1001463

Title:
  type not available during computation of function caching

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query and schema cause an error to be raised because the
  schema type doesn't seem to be available when trying to determine if
  function caching should be done.

  import schema namespace d = http://foo.com/schemas/schema; at
  schema.xsd;

  declare function local:recursion($param as element(*, d:Content)?) as 
xs:boolean
  {
if ($param)
then local:recursion(())
else false()
  };

  local:recursion(d:Content id=foo/)

  ?xml version=1.0 encoding=utf-8?
  xs:schema targetNamespace=http://foo.com/schemas/schema;
xmlns = http://foo.com/schemas/schema;
 xmlns:xs=http://www.w3.org/2001/XMLSchema; 
elementFormDefault=qualified
 
  xs:complexType name=Content
xs:attribute name=id type=xs:string/xs:attribute
  /xs:complexType

 
  /xs:schema

  The error reported is:

  type error [err:XPTY0004]: [NodeXQType elementNode?
  content=[UserDefinedXQType   Content@http://foo.com/schemas/schema
  isComplex emptyContent base:[XQType ANY_TYPE_KIND*] ]]: invalid type:
  not among in-scope schema types; raised at
  /home/mbrantner/zorba/sandbox/src/types/typeops.cpp:522

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

2012-05-18 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-1001463 into 
lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Markos Zaharioudakis (markos-za)
Related bugs:
  Bug #1001463 in Zorba: type not available during computation of function 
caching
  https://bugs.launchpad.net/zorba/+bug/1001463

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1001463/+merge/106475

fix for bug #1001463 (type not available during computation of function 
caching).

The problem is that the wrong TypeManager is used for checking the 
subtype-relationship during the computation of the function-caching property.

I'm not 100% sure whether the suggested fix is the right one. Essentially, the 
problem is that the udf doesn't have a static_context at the time 
computeResultCaching is called (I'm not even sure if it will ever have it set).
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1001463/+merge/106475
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'ChangeLog'
--- ChangeLog	2012-05-16 06:45:13 +
+++ ChangeLog	2012-05-18 21:59:20 +
@@ -4,6 +4,7 @@
 version 2.x
 
   * Fixed bug #867170 (Variables declared in Prolog are Overwritten inside the query)
+  * Fixed bug #1001463 (type not available during computation of function caching)
 
 
 version 2.5

=== modified file 'src/compiler/codegen/plan_visitor.cpp'
--- src/compiler/codegen/plan_visitor.cpp	2012-05-03 12:31:51 +
+++ src/compiler/codegen/plan_visitor.cpp	2012-05-18 21:59:20 +
@@ -2335,6 +2335,7 @@
 {
   // need to computeResultCaching here for iterprint to work
   user_function* udf = static_castuser_function*(func);
+  udf-setStaticContext(v.get_sctx());
   udf-computeResultCaching(theCCB-theXQueryDiagnostics);
 }
   }

=== modified file 'src/functions/udf.cpp'
--- src/functions/udf.cpp	2012-05-03 12:31:51 +
+++ src/functions/udf.cpp	2012-05-18 21:59:20 +
@@ -492,7 +492,7 @@
 
   // parameter and return types are subtype of xs:anyAtomicType?
   const xqtref_t lRes = theSignature.returnType();
-  TypeManager* tm = lRes-get_manager();
+  TypeManager* tm = getStaticContext()-get_typemanager();
 
   if (!TypeOps::is_subtype(tm,
*lRes,

-- 
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 1001463] Re: type not available during computation of function caching

2012-05-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug-1001463

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

Title:
  type not available during computation of function caching

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  The following query and schema cause an error to be raised because the
  schema type doesn't seem to be available when trying to determine if
  function caching should be done.

  import schema namespace d = http://foo.com/schemas/schema; at
  schema.xsd;

  declare function local:recursion($param as element(*, d:Content)?) as 
xs:boolean
  {
if ($param)
then local:recursion(())
else false()
  };

  local:recursion(d:Content id=foo/)

  ?xml version=1.0 encoding=utf-8?
  xs:schema targetNamespace=http://foo.com/schemas/schema;
xmlns = http://foo.com/schemas/schema;
 xmlns:xs=http://www.w3.org/2001/XMLSchema; 
elementFormDefault=qualified
 
  xs:complexType name=Content
xs:attribute name=id type=xs:string/xs:attribute
  /xs:complexType

 
  /xs:schema

  The error reported is:

  type error [err:XPTY0004]: [NodeXQType elementNode?
  content=[UserDefinedXQType   Content@http://foo.com/schemas/schema
  isComplex emptyContent base:[XQType ANY_TYPE_KIND*] ]]: invalid type:
  not among in-scope schema types; raised at
  /home/mbrantner/zorba/sandbox/src/types/typeops.cpp:522

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

2012-05-18 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-1001463 into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-1001463-2012-05-18T22-01-45.997Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1001463/+merge/106475
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 1001463] Re: type not available during computation of function caching

2012-05-18 Thread Matthias Brantner
** Changed in: zorba
   Status: New = In Progress

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

Title:
  type not available during computation of function caching

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  The following query and schema cause an error to be raised because the
  schema type doesn't seem to be available when trying to determine if
  function caching should be done.

  import schema namespace d = http://foo.com/schemas/schema; at
  schema.xsd;

  declare function local:recursion($param as element(*, d:Content)?) as 
xs:boolean
  {
if ($param)
then local:recursion(())
else false()
  };

  local:recursion(d:Content id=foo/)

  ?xml version=1.0 encoding=utf-8?
  xs:schema targetNamespace=http://foo.com/schemas/schema;
xmlns = http://foo.com/schemas/schema;
 xmlns:xs=http://www.w3.org/2001/XMLSchema; 
elementFormDefault=qualified
 
  xs:complexType name=Content
xs:attribute name=id type=xs:string/xs:attribute
  /xs:complexType

 
  /xs:schema

  The error reported is:

  type error [err:XPTY0004]: [NodeXQType elementNode?
  content=[UserDefinedXQType   Content@http://foo.com/schemas/schema
  isComplex emptyContent base:[XQType ANY_TYPE_KIND*] ]]: invalid type:
  not among in-scope schema types; raised at
  /home/mbrantner/zorba/sandbox/src/types/typeops.cpp:522

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1001463/+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 866922] Re: PHP: no pecl extension

2012-05-18 Thread Rodolfo Ochoa
** Changed in: zorba
   Status: New = In Progress

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

Title:
  PHP: no pecl extension

Status in Zorba - The XQuery Processor:
  In Progress

Bug description:
  Running sudo pecl install zorba in Ubuntu 10.04 x64 with PHP5.3 returns the 
following:
  
  Failed to download pecl/zorba within preferred state beta, latest release 
is version 0.9.9, stability alpha, use channel://pecl.php.net/zorba-0.9.9 
to install
  install failed
  ---

  
  So, I then ran sudo pecl install channel://pecl.php.net/zorba-0.9.9 and got 
the following error:
  -
  Could not download from http://pecl.php.net/get/zorba-0.9.9.tgz;, cannot 
download pecl/zorba (File http://pecl.php.net:80/get/zorba-0.9.9.tgz not 
valid (received: HTTP/1.1 404 Not Found
  ))
  Error: cannot download pecl/zorba
  Download failed
  install failed
  --

  
  Searching the PECL site for 'zorba' didn't return anything. I found some 
sketchy package here: http://svn.php.net/viewvc/pecl/xquery/trunk/

  It would be very nice if I could tell my users to simply run pecl install 
zorba to get the PHP module.
  Do you have any plans to bring the php module up on the pecl site?

  Thank you!

  Victor

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/866922/+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 866886] Re: Zorba for Windows cannot make HTTPS requests

2012-05-18 Thread Rodolfo Ochoa
** Changed in: zorba
   Status: New = In Progress

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

Title:
  Zorba for Windows cannot make HTTPS requests

Status in Zorba - The XQuery Processor:
  In Progress

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


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

2012-05-18 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-fetch_binary into lp:zorba 
has been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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 867223] Re: SWIG building/testing on Windows and Linux

2012-05-18 Thread Chris Hillery
I'm afraid I don't remember the issue; it was 8 months ago, after all.
If ruby is working on Linux and Windows at the moment, then I assume
this bug is no longer necessary, so go ahead and change the status to
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/867223

Title:
  SWIG building/testing on Windows and Linux

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Rodolfo made some changes to get SWIG working correctly on Windows
  that Juan incorporated in the latest installers. However, at least the
  Ruby changes caused the ruby test to fail on Linux, so those changes
  aren't checked in to svn anywhere.

  We need to get those changes verified working on Linux and Windows
  (and Mac), and checked into the trunk, before 2.1 (soonish we hope).

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/867223/+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 1001474] Re: Need Windows validation queue

2012-05-18 Thread Chris Hillery
Goal 1 is to have an advisory Windows queue, which at least builds
(and later tests) all checkins on Windows. For round 1, this will be run
in parallel to the existing Linux queue, and will only report on its
success or failure - it will not be tied into the main queue, and so
it will not be able to prevent checkins from succeeding.

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

Title:
  Need Windows validation queue

Status in Zorba - The XQuery Processor:
  New

Bug description:
  In order to truly support our goal of having the trunk always be
  releasable, we need the validation queue to build and test all changes
  on Windows as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1001474/+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 1001474] [NEW] Need Windows validation queue

2012-05-18 Thread Chris Hillery
Public bug reported:

In order to truly support our goal of having the trunk always be
releasable, we need the validation queue to build and test all changes
on Windows as well.

** Affects: zorba
 Importance: Undecided
 Assignee: Chris Hillery (ceejatec)
 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/1001474

Title:
  Need Windows validation queue

Status in Zorba - The XQuery Processor:
  New

Bug description:
  In order to truly support our goal of having the trunk always be
  releasable, we need the validation queue to build and test all changes
  on Windows as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1001474/+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 1001474] Re: Need Windows validation queue

2012-05-18 Thread Chris Hillery
As discussed, Rodolfo will provide:


1. A .zip file or other simple download of all third-party dependencies 
(hopefully not more than 500 megs).
2. A .bat file which will build Zorba unattended. This script should take 
exactly two arguments: the path to Zorba source, and the path to the unpacked 
third-party .zip file.
3. A document which describes how the .zip file was created - what sources were 
downloaded, how they were compiled (including any special build flags), etc.

Something it would be nice to have soon after that:

4. Another .bat script which runs all tests unattended. This script
should take exactly one argument: the path to the Zorba build directory.


As of today, (1) and (2) are believed done.

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

Title:
  Need Windows validation queue

Status in Zorba - The XQuery Processor:
  New

Bug description:
  In order to truly support our goal of having the trunk always be
  releasable, we need the validation queue to build and test all changes
  on Windows as well.

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

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

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1001463/+merge/106475
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1001463/+merge/106475
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-fetch_binary into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/feature-fetch_binary-2012-05-18T22-36-05.288Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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/feature-fetch_binary into lp:zorba

2012-05-18 Thread Chris Hillery
Review: Approve

Still looks good to me.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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 1001477] Re: Error on xqdoc test for windows

2012-05-18 Thread Chris Hillery
** Changed in: zorba
 Assignee: (unassigned) = Sorin Marian Nasoi (sorin.marian.nasoi)

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

Title:
  Error on xqdoc test for windows

Status in Zorba - The XQuery Processor:
  New

Bug description:
  CTest is not passing the xqdoc test,
  seems that there is an error creating the path:
  C:\zorba\trunk\build\test\rbkt\QueryResults\zorba\xqdoc\xhtml\images 
  from directory:
  C:\zorba\trunk\build\test\rbkt\QueryResults\zorba\xqdoc\xhtml
  which is correct, because the subdirectory xhtml doesn't exist

  1: Test command: C:\zorba\trunk\build\bin\zorba.bat --omit-xml-declaration 
-f -q C:/zorba/trunk/test/rbkt/Queries/zorba/xqdoc/make_xqdoc.xqi -e 
zorbaManifestPath:=C:/zorba/trunk/build/ZorbaManifest.xml -e 
xhtmlRequisitesPath:=C:/zorba/trunk/doc/zorba/xqdoc -e 
xqdocBuildPath:=C:/zorba/trunk/build/test/rbkt/QueryResults/zorba/xqdoc -e 
zorbaVersion:=2.2
  1: Test timeout computed to be: 1500
  1: zorbaManifestPath[0]: xs:string(C:/zorba/trunk/build/ZorbaManifest.xml)
  1: xhtmlRequisitesPath  [0]: xs:string(C:/zorba/trunk/doc/zorba/xqdoc)
  1: xqdocBuildPath   [0]: 
xs:string(C:/zorba/trunk/build/test/rbkt/QueryResults/zorba/xqdoc)
  1: 
C:\zorba\trunk\build\URI_PATH\com\zorba-xquery\www\modules\xqdoc2xhtml\index.xq:247,3:
 user-defined error [file:FOFL]: An unknown error occured: 
C:\zorba\trunk\build\test\rbkt\QueryResults\zorba\xqdoc\xhtml: I/O error: 5 
failed (error Access is denied.
  1: ): Can not create directory: 
C:\zorba\trunk\build\test\rbkt\QueryResults\zorba\xqdoc\xhtml\images 
  1: =
  1: xqdoc2html:copy-files#3 http://www.zorba-xquery.com/modules/xqdoc2xhtml/ 
  1: 
C:\zorba\trunk\build\URI_PATH\com\zorba-xquery\www\modules\xqdoc2xhtml\index.xq 
at line 293 column 7
  1: =
  1: xqdoc2html:copy-xhtml-requisites#2 
http://www.zorba-xquery.com/modules/xqdoc2xhtml/ 
  1: C:\zorba\trunk\test\rbkt\Queries\zorba\xqdoc\make_xqdoc.xqi at line 33 
column 1
1/3154 Test   #1: test/xqdoc/make_xqdoc 
..***Failed
  Required regular expression not found.Regex=[XQDoc generated successfully!
  ]  4.81 sec

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

2012-05-18 Thread Zorba Build Bot
Validation queue job feature-fetch_binary-2012-05-18T22-36-05.288Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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/feature-fetch_binary into lp:zorba

2012-05-18 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1. Got: 2 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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-fetch_binary into lp:zorba

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

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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 1001474] Re: Need Windows validation queue

2012-05-18 Thread Rodolfo Ochoa
Specification for (2)
build.bat [/branch branch] directory dependencies-dir
directory is always the path to compile. dependencies-dir is the path to 
the unzipped dependencies.
if /branch branch is specified, it will check out the named branch from bzr 
into directory before building.
if /branch isn't specified, it won't use bzr at all for anything.

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

Title:
  Need Windows validation queue

Status in Zorba - The XQuery Processor:
  New

Bug description:
  In order to truly support our goal of having the trunk always be
  releasable, we need the validation queue to build and test all changes
  on Windows as well.

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

2012-05-18 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~zorba-coders/zorba/feature-ft_module 
into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Paul J. Lucas (paul-lucas)
Related bugs:
  Bug #944795 in Zorba: XQDoc doesn't handle  in URLs
  https://bugs.launchpad.net/zorba/+bug/944795

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480

Fixed a couple of warnings.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/runtime/full_text/ft_module_impl.cpp'
--- src/runtime/full_text/ft_module_impl.cpp	2012-05-17 18:16:26 +
+++ src/runtime/full_text/ft_module_impl.cpp	2012-05-18 23:24:59 +
@@ -423,7 +423,15 @@
 
 ///
 
-#ifdef __GNUC__
+#if defined( __GNUC__ )  (__GNUC__ * 100 + __GNUC_MINOR__ = 460)
+# define GCC_GREATER_EQUAL_460 1
+#endif
+
+#if defined( GCC_GREATER_EQUAL_460 ) || defined( __llvm__ )
+# define GCC_PRAGMA_DIAGNOSTIC_PUSH 1
+#endif
+
+#ifdef GCC_PRAGMA_DIAGNOSTIC_PUSH
 # pragma GCC diagnostic push
 # pragma GCC diagnostic ignored -Wbind-to-temporary-copy
 #endif /* __GNUC__ */
@@ -522,7 +530,7 @@
   ZORBA_ASSERT( state-tresult_.get() );
 }
 
-#ifdef __GNUC__
+#ifdef GCC_PRAGMA_DIAGNOSTIC_PUSH
 # pragma GCC diagnostic pop
 #endif /* __GNUC__ */
 

=== modified file 'src/util/icu_streambuf.cpp'
--- src/util/icu_streambuf.cpp	2012-05-10 04:08:30 +
+++ src/util/icu_streambuf.cpp	2012-05-18 23:24:59 +
@@ -163,8 +163,12 @@
   char_type const *from = utf8_byte;
   char ebuf[ Small_External_Buf_Size ], *to = ebuf;
 
+#ifdef NDEBUG
+  to_external( from, from + 1, to, to + sizeof ebuf );
+#else
   bool const ok = to_external( from, from + 1, to, to + sizeof ebuf );
   assert( ok );
+#endif /* NDEBUG */
   if ( streamsize const n = to - ebuf ) {
 original()-sputn( ebuf, n );
 p_.reset();

-- 
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-ft_module into lp:zorba

2012-05-18 Thread Paul J. Lucas
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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/feature-ft_module into lp:zorba

2012-05-18 Thread Matthias Brantner
Review: Needs Information

Why not put the definition of the preprocessor variable into a common place 
such as zorba/include/zorba/config.h.cmake? This file already contains similar 
definitions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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/feature-ft_module into lp:zorba

2012-05-18 Thread Paul J. Lucas
Until it's actually needed in more than one place, I don't see the point.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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/feature-ft_module into lp:zorba

2012-05-18 Thread Matthias Brantner
Review: Approve

The comment is wrong: #endif /* __GNUC__ */
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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/feature-fetch_binary into lp:zorba

2012-05-18 Thread Till Westmann
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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-fetch_binary into lp:zorba

2012-05-18 Thread Till Westmann
The proposal to merge lp:~zorba-coders/zorba/feature-fetch_binary into lp:zorba 
has been updated.

Status: Needs review = Approved

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

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/feature-fetch_binary-2012-05-19T00-09-00.993Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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-ft_module into lp:zorba

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

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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-fetch_binary into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job feature-fetch_binary-2012-05-19T00-09-00.993Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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-fetch_binary into lp:zorba

2012-05-18 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/feature-fetch_binary into lp:zorba 
has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-fetch_binary/+merge/106300
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-ft_module into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/feature-ft_module-2012-05-19T00-43-06.648Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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-ft_module into lp:zorba

2012-05-18 Thread Zorba Build Bot
Validation queue job feature-ft_module-2012-05-19T00-43-06.648Z is finished. 
The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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-ft_module into lp:zorba

2012-05-18 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/feature-ft_module into lp:zorba 
has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-ft_module/+merge/106480
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 867223] Re: SWIG building/testing on Windows and Linux

2012-05-18 Thread Rodolfo Ochoa
** 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/867223

Title:
  SWIG building/testing on Windows and Linux

Status in Zorba - The XQuery Processor:
  Invalid

Bug description:
  Rodolfo made some changes to get SWIG working correctly on Windows
  that Juan incorporated in the latest installers. However, at least the
  Ruby changes caused the ruby test to fail on Linux, so those changes
  aren't checked in to svn anywhere.

  We need to get those changes verified working on Linux and Windows
  (and Mac), and checked into the trunk, before 2.1 (soonish we hope).

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