[Zorba-coders] [Bug 898064] [NEW] Stringstream error

2011-11-30 Thread William Candillon
Public bug reported:

The following query:

import module namespace http = 
http://www.zorba-xquery.com/modules/http-client;;
 
declare namespace h = http://expath.org/ns/http-client;;

let $item := http:send-request(h:request 
href=https://stream.twitter.com/1/statuses/sample.json?delimited=length;
 
method=GET
 
username=foo
 
password=bar
  /,   

https://stream.twitter.com/1/statuses/sample.json?delimited=length;,
()
)[2]
return $item

Fails when text serialization is used:
zorba  -q test.xq -f --serialize-text
Zorba error [zerr:ZXQP0003]: internal error: basic_ios::clear

** Affects: zorba
 Importance: High
 Status: New

** Changed in: zorba
   Importance: Undecided = Critical

** Changed in: zorba
   Importance: Critical = High

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

Title:
  Stringstream error

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query:

  import module namespace http = 
http://www.zorba-xquery.com/modules/http-client;;
   
  declare namespace h = http://expath.org/ns/http-client;;

  let $item := http:send-request(h:request 
href=https://stream.twitter.com/1/statuses/sample.json?delimited=length;
   
method=GET
   
username=foo
   
password=bar
/,   
  
https://stream.twitter.com/1/statuses/sample.json?delimited=length;,
  ()
  )[2]
  return $item

  Fails when text serialization is used:
  zorba  -q test.xq -f --serialize-text
  Zorba error [zerr:ZXQP0003]: internal error: basic_ios::clear

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898064/+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 898066] [NEW] Stringstream fn:trace

2011-11-30 Thread William Candillon
Public bug reported:

The following query:
let $string := http:get(blub)
return trace($string, res)

Returns the following error:
[zerr:ZSTR0055]: streamable string has already been consumed

** Affects: zorba
 Importance: High
 Status: New

** Changed in: zorba
   Importance: Undecided = High

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

Title:
  Stringstream  fn:trace

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query:
  let $string := http:get(blub)
  return trace($string, res)

  Returns the following error:
  [zerr:ZSTR0055]: streamable string has already been consumed

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898066/+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 898075] [NEW] fn:string-to-codepoints() doesn't stream

2011-11-30 Thread William Candillon
Public bug reported:

fn:string-to-codepoints($string-stream)

Doesn't work in a streaming manner.

** Affects: zorba
 Importance: High
 Status: New

** Changed in: zorba
   Importance: Undecided = High

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

Title:
  fn:string-to-codepoints() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:string-to-codepoints($string-stream)

  Doesn't work in a streaming manner.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898075/+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 898079] [NEW] fn:unparsed-text-lines() is not implemented

2011-11-30 Thread William Candillon
Public bug reported:

fn:unparsed-text-lines() from http://www.w3.org/TR/xpath-functions-30
/#func-unparsed-text-lines is not implemented.

** Affects: zorba
 Importance: High
 Status: New

** Changed in: zorba
   Importance: Undecided = High

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

Title:
  fn:unparsed-text-lines() is not implemented

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:unparsed-text-lines() from http://www.w3.org/TR/xpath-functions-30
  /#func-unparsed-text-lines is not implemented.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898079/+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 897825] Re: Wrong PHP library name on macosx

2011-11-30 Thread William Candillon
** Changed in: zorba
Milestone: None = 2.1

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

Title:
  Wrong PHP library name on macosx

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The library prefix of the PHP binding is dynamic. See swig/CMakeLists.txt:
  # on apple and cmake 2.8, the generated swig libraries are prefixed with 
lib
 SET (ZORBA_SWIG_LIB_PREFIX)
  IF (APPLE AND CMAKE_MINOR_VERSION GREATER 6)
SET (ZORBA_SWIG_LIB_PREFIX lib)
  ENDIF (APPLE AND CMAKE_MINOR_VERSION GREATER 6)

  However its reference in the PHP wrapper isn't:
  dl('zorba_api.so')

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/check-core-uris-2011-11-30T09-54-07.597Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/check-core-uris/+merge/83904
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/check-core-uris into lp:zorba

2011-11-30 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1. 
Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/check-core-uris/+merge/83904
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 898093] [NEW] Print Source Code of Current Line in Debugger Client

2011-11-30 Thread David Graf
Public bug reported:

In gdb, the source code of the current line number is printed when the
debugger breaks somewhere, e.g.:

(gdb) r
Starting program: /home/dagraf/test/test 

Breakpoint 1, main () at test.cpp:8
8 lSet.insert(david);
(gdb) n
9 lSet.insert(graf);
(gdb) n
10lSet.insert(dfa);
(gdb) n
11lSet.insert();
(gdb) n
13std::setstd::string::iterator lIter = lSet.begin();


This makes debugger much easier. Would be very helpful in xqdb.

** Affects: zorba
 Importance: Wishlist
 Assignee: Gabriel Petrovay (gabipetrovay)
 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/898093

Title:
  Print Source Code of Current Line in Debugger Client

Status in Zorba - The XQuery Processor:
  New

Bug description:
  In gdb, the source code of the current line number is printed when the
  debugger breaks somewhere, e.g.:

  (gdb) r
  Starting program: /home/dagraf/test/test 

  Breakpoint 1, main () at test.cpp:8
  8   lSet.insert(david);
  (gdb) n
  9   lSet.insert(graf);
  (gdb) n
  10  lSet.insert(dfa);
  (gdb) n
  11  lSet.insert();
  (gdb) n
  13  std::setstd::string::iterator lIter = lSet.begin();

  
  This makes debugger much easier. Would be very helpful in xqdb.

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

2011-11-30 Thread William Candillon
William Candillon has proposed merging lp:~zorba-coders/zorba/php into lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)

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

Fix bug #897825
-- 
https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83935
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'swig/php/CMakeLists.txt'
--- swig/php/CMakeLists.txt	2011-10-12 20:56:27 +
+++ swig/php/CMakeLists.txt	2011-11-30 12:50:30 +
@@ -78,6 +78,7 @@
   ### Start PHP proxy generation
   # Configure the test file
   SET (phpAPIPath ${CMAKE_CURRENT_BINARY_DIR})
+  SET (phpLibPrefix ${ZORBA_SWIG_LIB_PREFIX})
   CONFIGURE_FILE (
 ${CMAKE_CURRENT_SOURCE_DIR}/generate_proxy.php.in
 ${CMAKE_CURRENT_BINARY_DIR}/generate_proxy.php

=== modified file 'swig/php/generate_proxy.php.in'
--- swig/php/generate_proxy.php.in	2011-06-24 19:58:33 +
+++ swig/php/generate_proxy.php.in	2011-11-30 12:50:30 +
@@ -1,4 +1,5 @@
 ?php
+$libPrefix = '@phpLibPrefix@';
 $file = file_get_contents('@phpAPIPath@/zorba_api.php');
 $file = str_replace('class Iterator {', 'class IteratorImpl {', $file);
 $file = str_replace('extends Iterator {', 'extends IteratorImpl {', $file);
@@ -17,9 +18,9 @@
 if(!dl('php_zorba_api.dll')) return;
   } else {
 if(PHP_SHLIB_SUFFIX === 'PHP_SHLIB_SUFFIX' || PHP_SHLIB_SUFFIX === 'dylib') {
-  if(!dl('zorba_api.so')) return;
+  if(!dl('$libPrefix'.'zorba_api.so')) return;
 } else {
-  if(!dl('zorba_api.' . PHP_SHLIB_SUFFIX)) return;
+  if(!dl('$libPrefix'.'zorba_api.' . PHP_SHLIB_SUFFIX)) return;
 }
   }
 }

-- 
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 898208] [NEW] building xqdoc on cmake 2.8

2011-11-30 Thread Sorin Marian Nasoi
Public bug reported:

A warning is raised if the xqdoc documentation is build without the file
module.

ZORBA_WITH_FILE_ACCESS is never defined for modules being built outside
of Zorba.

Also, the change is currently only working with CMake 2.8 because
MESSAGE(WARNING only exists for CMake = 2.8.

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

** Description changed:

- A warning is raised if the xqdoc documentation is build fithout the file
+ A warning is raised if the xqdoc documentation is build without the file
  module.
  
  ZORBA_WITH_FILE_ACCESS is never defined for modules being built outside
  of Zorba.
  
  Also, the change is currently only working with CMake 2.8 because
- MESSAGE(WARNING only exists for CMake = 2.8. )
+ MESSAGE(WARNING only exists for CMake = 2.8.

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

Title:
  building xqdoc on cmake  2.8

Status in Zorba - The XQuery Processor:
  New

Bug description:
  A warning is raised if the xqdoc documentation is build without the
  file module.

  ZORBA_WITH_FILE_ACCESS is never defined for modules being built
  outside of Zorba.

  Also, the change is currently only working with CMake 2.8 because
  MESSAGE(WARNING only exists for CMake = 2.8.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898208/+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 898208] Re: building xqdoc on cmake 2.8

2011-11-30 Thread Launchpad Bug Tracker
** Branch linked: lp:~zorba-coders/zorba/bug-fixing

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

Title:
  building xqdoc on cmake  2.8

Status in Zorba - The XQuery Processor:
  New

Bug description:
  A warning is raised if the xqdoc documentation is build without the
  file module.

  ZORBA_WITH_FILE_ACCESS is never defined for modules being built
  outside of Zorba.

  Also, the change is currently only working with CMake 2.8 because
  MESSAGE(WARNING only exists for CMake = 2.8.

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

2011-11-30 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-fixing into 
lp:zorba.

Requested reviews:
  Matthias Brantner (matthias-brantner)
  Chris Hillery (ceejatec)
Related bugs:
  Bug #898208 in Zorba: building xqdoc on cmake  2.8
  https://bugs.launchpad.net/zorba/+bug/898208

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

fix for building modules outside of Zorba
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83968
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'cmake_modules/ZorbaModule.cmake'
--- cmake_modules/ZorbaModule.cmake	2011-11-11 10:37:11 +
+++ cmake_modules/ZorbaModule.cmake	2011-11-30 15:55:36 +
@@ -676,10 +676,6 @@
 # ZORBA_XHTML_REQUISITES_PATH - points to the dir containing the html requisites (images, lib, styles, templates dirs)
 # Zorba_EXE - points to zorba.exe (or zorba.bat)
 MACRO (ADD_XQDOC_TARGETS)
-	IF(NOT ZORBA_WITH_FILE_ACCESS)
-		MESSAGE(WARNING Can not build XQDoc documentation because 'File' module is not present)
-	ENDIF()
-
   MESSAGE(STATUS ADD_XQDOC_TARGETS)
 
   SET(ZORBA_XQDOC_XML_XQ

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

2011-11-30 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83935
Your team Zorba Coders is subscribed to branch lp:zorba.

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


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

2011-11-30 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83968
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/php into lp:zorba

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/php into lp:zorba has been updated.

Status: Needs review = Approved

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

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/php into lp:zorba has been updated.

Commit Message changed to:

Fix bug #897825

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

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-fixing into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-fixing-2011-11-30T15-54-16.325Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83968
Your team Zorba Coders is subscribed to branch lp:zorba.

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


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

2011-11-30 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83968
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-fixing into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue job bug-fixing-2011-11-30T15-54-16.325Z is finished. The final 
status was:

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/php-2011-11-30T16-17-08.766Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83935
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/php into lp:zorba

2011-11-30 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1. 
Got: 1 Approve.
-- 
https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83935
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/php into lp:zorba

2011-11-30 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/php into lp:zorba has been updated.

Status: Approved = Needs review

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

2011-11-30 Thread Rodolfo Ochoa
The proposal to merge lp:~zorba-coders/zorba/php into lp:zorba has been updated.

Status: Needs review = Approved

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/php-2011-11-30T17-03-02.328Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/php/+merge/83935
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/php into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue job php-2011-11-30T17-03-02.328Z is finished. The final status 
was:

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

2011-11-30 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/php into lp:zorba has been updated.

Status: Approved = Merged

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

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-fixing into lp:zorba has been 
updated.

Commit Message changed to:

fix for bug #898064 (error when text-serializing a non-seekable streamable 
string)

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

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-fixing into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83991
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83991
Your team Zorba Coders is subscribed to branch lp:zorba.

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


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

2011-11-30 Thread Zorba Build Bot
There are additional revisions which have not been approved in review. Please 
seek review and approval of these new revisions.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83991
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-fixing into lp:zorba

2011-11-30 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/bug-fixing into lp:zorba has been 
updated.

Status: Approved = Needs review

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

2011-11-30 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/bug-fixing into 
lp:zorba.

Requested reviews:
  Nicolae Brinza (nbrinza)
  William Candillon (wcandillon)
Related bugs:
  Bug #898064 in Zorba: Stringstream error
  https://bugs.launchpad.net/zorba/+bug/898064
  Bug #898208 in Zorba: building xqdoc on cmake  2.8
  https://bugs.launchpad.net/zorba/+bug/898208

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

fix for bug #898064
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83992
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/api/serialization/serializer.cpp'
--- src/api/serialization/serializer.cpp	2011-11-11 07:44:01 +
+++ src/api/serialization/serializer.cpp	2011-11-30 18:40:31 +
@@ -1682,14 +1682,18 @@
   std::streambuf *  pbuf;
   std::streamsize   read_bytes;
   std::istream is = item-getStream();
-
-  // prepare the stream
+  std::streampos pos;
   std::ios::iostate const old_exceptions = is.exceptions();
-  is.exceptions( std::ios::badbit | std::ios::failbit );
-  std::streampos const pos = is.tellg();
-  if (pos)
-is.seekg(0, std::ios::beg);
-  is.exceptions(is.exceptions()  ~std::ios::failbit);
+
+  if (item-isSeekable())
+  {
+// prepare the stream
+is.exceptions( std::ios::badbit | std::ios::failbit );
+pos = is.tellg();
+if (pos)
+  is.seekg(0, std::ios::beg);
+is.exceptions(is.exceptions()  ~std::ios::failbit);
+  }
 
   // read bytes and do string expansion
   do
@@ -1703,12 +1707,15 @@
 
   // restore stream's state
   is.clear();   // clear eofbit
-  if (pos)
+  if (item-isSeekable())
   {
-is.exceptions(is.exceptions() | std::ios::failbit);
-is.seekg(pos, std::ios::beg);
+if (pos != 0  pos != -1)
+{
+  is.exceptions(is.exceptions() | std::ios::failbit);
+  is.seekg(pos, std::ios::beg);
+}
+is.exceptions(old_exceptions);
   }
-  is.exceptions(old_exceptions);
 }
 
 

=== modified file 'src/store/api/item.h'
--- src/store/api/item.h	2011-10-15 10:41:19 +
+++ src/store/api/item.h	2011-11-30 18:40:31 +
@@ -807,6 +807,14 @@
   virtual bool isStreamable() const;
 
   /**
+   * Checks whether the item's content is streamable
+   * and the underlying stream is seekable
+   *
+   * @return true only if it is.
+   */
+  virtual bool isSeekable() const;
+
+  /**
* Gets an istream for the item's content.
*
* @return the stream.

=== modified file 'src/store/naive/item.cpp'
--- src/store/naive/item.cpp	2011-10-15 10:41:19 +
+++ src/store/naive/item.cpp	2011-11-30 18:40:31 +
@@ -1291,6 +1291,11 @@
   return false;
 }
 
+bool Item::isSeekable() const
+{
+  return false;
+}
+
 std::istream Item::getStream()
 {
   throw ZORBA_EXCEPTION(

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

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/bug-fixing into lp:zorba has been 
updated.

Commit Message changed to:

fix for bug #898064

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83992
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-fixing/+merge/83992
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 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Matthias Brantner
Paul, could you please investigate this issue. Does William's patch
resolve this?

** Changed in: zorba
 Assignee: (unassigned) = Paul J. Lucas (paul-lucas)

** Changed in: zorba
Milestone: None = 2.2

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

Title:
  fn:string-to-codepoints() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:string-to-codepoints($string-stream)

  Doesn't work in a streaming manner.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898075/+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 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread William Candillon
My patch is a little bit buggy but gives an idea on how to solve the problem.
Should I continue on the issue and make a merge proposal or I leave it to Paul?

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

Title:
  fn:string-to-codepoints() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:string-to-codepoints($string-stream)

  Doesn't work in a streaming manner.

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

2011-11-30 Thread Matthias Brantner
Matthias Brantner has proposed merging lp:~zorba-coders/zorba/fn-put-005 into 
lp:zorba.

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

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018

XQueryX test fn-put-005-fail is allowed to fail, i.e. expected an error. Hence, 
the updtestdriver passed. However, the test was erroneously marked as expected 
to fail in CMake - which is wrong. The marker should have been made for 
fn-put-005. This is corrected with this patch.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'test/update/CMakeLists.txt'
--- test/update/CMakeLists.txt	2011-09-27 15:01:33 +
+++ test/update/CMakeLists.txt	2011-11-30 21:26:38 +
@@ -107,7 +107,7 @@
 
 #copied from above, the expected failures for XQuery Update
 # We don't care that these fail
-EXPECTED_FAILURE(test/update/w3c_update_testsuite/XQueryX/Put/fn-put-005-fail 3354993)
+EXPECTED_FAILURE(test/update/w3c_update_testsuite/XQueryX/Put/fn-put-005 3354993)
 EXPECTED_FAILURE(test/update/w3c_update_testsuite/XQueryX/Put/fn-put-004-fail 3354993)
 EXPECTED_FAILURE(test/update/w3c_update_testsuite/XQueryX/Put/fn-put-003-fail 3354993)
 EXPECTED_FAILURE(test/update/w3c_update_testsuite/XQueryX/Put/fn-put-006-fail 3354993)

-- 
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/fn-put-005 into lp:zorba

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/fn-put-005-2011-11-30T21-27-13.873Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
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/fn-put-005 into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue job fn-put-005-2011-11-30T21-27-13.873Z is finished. The final 
status was:

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

2011-11-30 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1. 
Got: 1 Approve, 1 Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
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/fn-put-005 into lp:zorba

2011-11-30 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba has been 
updated.

Status: Approved = Needs review

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

2011-11-30 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
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/fn-put-005 into lp:zorba

2011-11-30 Thread Chris Hillery
The proposal to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/fn-put-005-2011-11-30T22-31-15.303Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
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 898168] Re: Windowing doesn't stream

2011-11-30 Thread Matthias Brantner
This is confirmed. The compiler currently doesn't set the lazy flag (see
translator.cpp:10471 in rev. 10564)

** Changed in: zorba
 Assignee: (unassigned) = Markos Zaharioudakis (markos-za)

** Changed in: zorba
Milestone: None = 2.2

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

Title:
  Windowing doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query:
  for tumbling window $w in (HUGE sequence of items)
  start at $s when fn:true()
  only end at $e when $e - $s eq 2
  return window{ $w }/window

  Loads the complete sequence in memory.

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

2011-11-30 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba failed. 
Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:272 
(message):
  Validation queue job fn-put-005-2011-11-30T22-31-15.303Z 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/fn-put-005/+merge/84018
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/fn-put-005 into lp:zorba

2011-11-30 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba has been 
updated.

Status: Approved = Needs review

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

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
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/modules-conf-2.1 into lp:zorba

2011-11-30 Thread Chris Hillery
Chris Hillery has proposed merging lp:~zorba-coders/zorba/modules-conf-2.1 into 
lp:zorba.

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

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
-- 
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'modules/ExternalModules.conf'
--- modules/ExternalModules.conf	2011-11-23 04:01:52 +
+++ modules/ExternalModules.conf	2011-11-30 22:54:25 +
@@ -26,17 +26,17 @@
 #   tag is the VCS tag to check out (optional - defaults to HEAD;
 #   currently only works for bzr, since svn tags are just different URLS)
 
-data-cleaning   bzr  lp:zorba/data-cleaning-module   zorba-2.0.3
-data-converters bzr  lp:zorba/data-converters-module zorba-2.0.3
-data-formatting bzr  lp:zorba/data-formatting-module zorba-2.0.3
-email   bzr  lp:zorba/email-module   zorba-2.0.3
-excel   bzr  lp:zorba/excel-module   zorba-2.0.3
-geo bzr  lp:zorba/geo-module zorba-2.0.3
-http-client bzr  lp:zorba/http-client-module zorba-2.0.3
-image   bzr  lp:zorba/image-module   zorba-2.0.3
-languages   bzr  lp:zorba/languages-module   zorba-2.0.3
-oauth   bzr  lp:zorba/oauth-module   zorba-2.0.3
-process bzr  lp:zorba/process-module zorba-2.0.3
-securitybzr  lp:zorba/security-modulezorba-2.0.3
-system  bzr  lp:zorba/system-module  zorba-2.0.3
-xqxqbzr  lp:zorba/xqxq-module
+data-cleaning   bzr  lp:zorba/data-cleaning-module   zorba-2.1
+data-converters bzr  lp:zorba/data-converters-module zorba-2.1
+data-formatting bzr  lp:zorba/data-formatting-module zorba-2.1
+email   bzr  lp:zorba/email-module   zorba-2.1
+excel   bzr  lp:zorba/excel-module   zorba-2.1
+geo bzr  lp:zorba/geo-module zorba-2.1
+http-client bzr  lp:zorba/http-client-module zorba-2.1
+image   bzr  lp:zorba/image-module   zorba-2.1
+languages   bzr  lp:zorba/languages-module   zorba-2.1
+oauth   bzr  lp:zorba/oauth-module   zorba-2.1
+process bzr  lp:zorba/process-module zorba-2.1
+securitybzr  lp:zorba/security-modulezorba-2.1
+system  bzr  lp:zorba/system-module  zorba-2.1
+xqxqbzr  lp:zorba/xqxq-modulezorba-2.1

-- 
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/modules-conf-2.1 into lp:zorba

2011-11-30 Thread Chris Hillery
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
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/modules-conf-2.1 into lp:zorba

2011-11-30 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
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/modules-conf-2.1 into lp:zorba

2011-11-30 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/modules-conf-2.1 into lp:zorba has 
been updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
-- 
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
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/fn-put-005 into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue job fn-put-005-2011-11-30T22-55-14.245Z is finished. The final 
status was:

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

2011-11-30 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/fn-put-005 into lp:zorba has been 
updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
-- 
https://code.launchpad.net/~zorba-coders/zorba/fn-put-005/+merge/84018
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/modules-conf-2.1 into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/modules-conf-2.1-2011-11-30T23-18-05.828Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
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/modules-conf-2.1 into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue job modules-conf-2.1-2011-11-30T23-18-05.828Z is finished. The 
final status was:

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

2011-11-30 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/modules-conf-2.1 into lp:zorba has 
been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
-- 
https://code.launchpad.net/~zorba-coders/zorba/modules-conf-2.1/+merge/84032
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 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Paul J. Lucas
It doesn't do anything about materializing the vector (which doesn't
need to be 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/898075

Title:
  fn:string-to-codepoints() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:string-to-codepoints($string-stream)

  Doesn't work in a streaming manner.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898075/+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 898074] Re: fn:tokenize() doesn't stream

2011-11-30 Thread Matthias Brantner
Making tokenize stream would be really difficult. The reason being that
the pattern can be an arbitrary regular expression which is a lot of
cases would require to materialize the entire stream anyway.

Hence, I'm suggestion that we define our own string:tokenize function
which accepts only separators instead of regular expressions and make
this work in a streaming fashion. Would that also do the job?

** Changed in: zorba
Milestone: None = 2.2

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

Title:
  fn:tokenize() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  The following query:
  let $content := file:read-text(huge_file.txt)
  return tokenize($content, \s)

  doesn't stream the result.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/898074/+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 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Matthias Brantner
I'm not sure I understand comment #5.

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

Title:
  fn:string-to-codepoints() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:string-to-codepoints($string-stream)

  Doesn't work in a streaming manner.

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

2011-11-30 Thread Paul J. Lucas
The proposal to merge lp:~paul-lucas/zorba/bug-897800 into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882
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:~paul-lucas/zorba/bug-897800 into lp:zorba

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/bug-897800-2011-12-01T03-37-10.592Z/log.html
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882
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 897800] Re: Full-text regressions

2011-11-30 Thread Paul J. Lucas
** 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/897800

Title:
  Full-text regressions

Status in Zorba - The XQuery Processor:
  Fix Committed

Bug description:
  The tests: examples-364-2, unconstrained-examples-364-2, FTScope-
  unconstrained-q1, FTScope-unconstrained-q2, FTScope-q1, FTScope-q2 now
  fail.

  Although the fix for bug 863320 fixed its bug, it caused at least
  examples-364-2 to fail.

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/897800/+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 898075] Re: fn:string-to-codepoints() doesn't stream

2011-11-30 Thread Paul J. Lucas
Read the TODO comment on line 113.

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

Title:
  fn:string-to-codepoints() doesn't stream

Status in Zorba - The XQuery Processor:
  New

Bug description:
  fn:string-to-codepoints($string-stream)

  Doesn't work in a streaming manner.

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

2011-11-30 Thread Zorba Build Bot
The attempt to merge lp:~paul-lucas/zorba/bug-897800 into lp:zorba failed. 
Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:272 
(message):
  Validation queue job bug-897800-2011-12-01T03-37-10.592Z 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/~paul-lucas/zorba/bug-897800/+merge/83882
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:~paul-lucas/zorba/bug-897800 into lp:zorba

2011-11-30 Thread Zorba Build Bot
The proposal to merge lp:~paul-lucas/zorba/bug-897800 into lp:zorba has been 
updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882
-- 
https://code.launchpad.net/~paul-lucas/zorba/bug-897800/+merge/83882
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/markos-no-copy into lp:zorba

2011-11-30 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/markos-no-copy into lp:zorba has 
been updated.

Status: Needs review = Approved

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

2011-11-30 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/markos-no-copy-2011-12-01T06-38-21.179Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+merge/83865
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/markos-no-copy into lp:zorba

2011-11-30 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/markos-no-copy into lp:zorba 
failed. Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:272 
(message):
  Validation queue job markos-no-copy-2011-12-01T06-38-21.179Z is finished.
  The final status was:

  

  338 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/markos-no-copy/+merge/83865
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/markos-no-copy into lp:zorba

2011-11-30 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/markos-no-copy into lp:zorba has 
been updated.

Status: Approved = Needs review

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+merge/83865
-- 
https://code.launchpad.net/~zorba-coders/zorba/markos-no-copy/+merge/83865
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