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

2013-03-24 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
failed. Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 
(message):
  Validation queue job feature-empty_object-2013-03-24T05-38-11.988Z 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/feature-empty_object/+merge/154989
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-empty_object into lp:zorba

2013-03-24 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Approved = Needs review

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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/couchbase-module_null-2013-03-24T06-06-41.318Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/couchbase-module_null/+merge/155128
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-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/couchbase-module_null into lp:zorba/couchbase-module

2013-03-24 Thread Zorba Build Bot
Validation queue job couchbase-module_null-2013-03-24T06-06-41.318Z is 
finished. The final status was:

All tests succeeded!
-- 
https://code.launchpad.net/~zorba-coders/zorba/couchbase-module_null/+merge/155128
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-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/couchbase-module_null into lp:zorba/couchbase-module

2013-03-24 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/couchbase-module_null into 
lp:zorba/couchbase-module has been updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/couchbase-module_null/+merge/155128
-- 
https://code.launchpad.net/~zorba-coders/zorba/couchbase-module_null/+merge/155128
Your team Zorba Coders is subscribed to branch lp:zorba/couchbase-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:~paul-lucas/zorba/pjl-misc into lp:zorba

2013-03-24 Thread Paul J. Lucas
Paul J. Lucas has proposed merging lp:~paul-lucas/zorba/pjl-misc into lp:zorba.

Commit message:
Now checking to see if dynamic context's lang is supported.

Requested reviews:
  Paul J. Lucas (paul-lucas)

For more details, see:
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155143

Now checking to see if dynamic context's lang is supported.
-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155143
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/runtime/durations_dates_times/format_dateTime.cpp'
--- src/runtime/durations_dates_times/format_dateTime.cpp	2013-03-23 00:02:16 +
+++ src/runtime/durations_dates_times/format_dateTime.cpp	2013-03-24 15:23:24 +
@@ -1182,6 +1182,14 @@
   // language defined in the dynamic context.
   //
   planState.theLocalDynCtx-get_locale( lang, country );
+  if ( !locale::is_supported( lang, country ) ) {
+//
+// If the language defined in the dynamic context isn't supported
+// either, try the host's language and hope for the best.
+//
+lang = locale::get_host_lang();
+lang_is_fallback = true;
+  }
 }
 
 char component;

=== modified file 'src/zorbautils/locale.h'
--- src/zorbautils/locale.h	2013-03-17 16:27:54 +
+++ src/zorbautils/locale.h	2013-03-24 15:23:24 +
@@ -297,8 +297,8 @@
 }
 
 /**
- * Gets the date format for the current locale.  The format is that used by
- * strptime(3).
+ * Gets the date format in the locale specified by the given language and
+ * country.  The format is that used by \c strptime(3).
  *
  * @param lang The language to use.  Defaults to host language.
  * @param country The country to use.  Defaults to host country.
@@ -308,8 +308,8 @@
  iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Gets the date and time format for the current locale.  The format is
- * that used by strptime(3).
+ * Gets the date and time format in the locale specified by the given
+ * language and country.  The format is that used by \c strptime(3).
  *
  * @param lang The language to use.  Defaults to host language.
  * @param country The country to use.  Defaults to host country.
@@ -333,7 +333,8 @@
 iso639_1::type get_host_lang();
 
 /**
- * Gets a month's abbreviation in the current locale.
+ * Gets a month's abbreviation in the locale specified by the given
+ * language and country.
  *
  * @param month_index The index of the month to get in the range 0-11.
  * @param lang The language to use.  Defaults to host language.
@@ -345,7 +346,8 @@
 iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Gets a month's full name in the current locale.
+ * Gets a month's full name in the locale specified by the given language
+ * and country.
  *
  * @param month_index The index of the month to get in the range 0-11.
  * @param lang The language to use.  Defaults to host language.
@@ -357,7 +359,8 @@
 iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Gets the time AM or PM string in the current locale.
+ * Gets the time AM or PM string in the locale specified by the given
+ * language and country.
  *
  * @param pm If \c true, gets the PM string; else the AM string.
  * @param lang The language to use.  Defaults to host language.
@@ -368,8 +371,8 @@
iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Gets the time format for the current locale.  The format is that used by
- * strptime(3).
+ * Gets the time format in the locale specified by the given language and
+ * country.  The format is that used by \c strptime(3).
  *
  * @param lang The language to use.  Defaults to host language.
  * @param country The country to use.  Defaults to host country.
@@ -379,7 +382,8 @@
  iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Gets a weekday's abbreviation in the current locale.
+ * Gets a weekday's abbreviation in the locale specified by the given
+ * language and country.
  *
  * @param day_index The index of the weekday to get in the range 0-6.
  * @param lang The language to use.  Defaults to host language.
@@ -391,7 +395,8 @@
   iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Gets a weekday's full name in the current locale.
+ * Gets a weekday's full name in the locale specified by the given language
+ * and country.
  *
  * @param day_index The index of the month to get in the range 0-6.
  * @param lang The language to use.  Defaults to host language.
@@ -403,7 +408,8 @@
   iso3166_1::type country = iso3166_1::unknown );
 
 /**
- * Checks if 

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2013-03-24 Thread Paul J. Lucas
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155143
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/hof-merge into lp:zorba

2013-03-24 Thread Markos Zaharioudakis
Markos Zaharioudakis has proposed merging lp:~zorba-coders/zorba/hof-merge into 
lp:zorba.

Commit message:
Some runtime code restructuring:
1. moved runtime/function_item/ to runtime/hof
2. renamed function_item_iter files to fn_hof_functions files
3. split function_item.h to function_item.h and function_item_iter.h (and same 
for the .cpp file)
4. Renamed DynamicFunctioniterator to FunctionItemIterator
5. Renamed DynamicFunctionInfo to FunctionItemInfo


Requested reviews:
  Markos Zaharioudakis (markos-za)

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

Some runtime code restructuring:
1. moved runtime/function_item/ to runtime/hof
2. renamed function_item_iter files to fn_hof_functions files
3. split function_item.h to function_item.h and function_item_iter.h (and same 
for the .cpp file)
4. Renamed DynamicFunctioniterator to FunctionItemIterator
5. Renamed DynamicFunctionInfo to FunctionItemInfo
-- 
https://code.launchpad.net/~zorba-coders/zorba/hof-merge/+merge/155144
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/compiler/codegen/plan_visitor.cpp'
--- src/compiler/codegen/plan_visitor.cpp	2013-03-17 13:55:28 +
+++ src/compiler/codegen/plan_visitor.cpp	2013-03-24 15:29:24 +
@@ -483,7 +483,8 @@
 fnInfo-theScopedVarsIterators.push_back(pop_itstack());
 }
 
-std::reverse(fnInfo-theScopedVarsIterators.begin(), fnInfo-theScopedVarsIterators.end());
+std::reverse(fnInfo-theScopedVarsIterators.begin(),
+ fnInfo-theScopedVarsIterators.end());
   }
 
 
@@ -494,10 +495,10 @@
 for (csize i = 0; i  numOuterVars; ++i)
 {
   var_expr* ve = theCCB-theEM-create_var_expr(fnInfo-theClosureSctx,
-NULL,
-qloc,
-var_expr::hof_var,
-fnInfo-theScopedVarsNames[i].getp());
+NULL,
+qloc,
+var_expr::hof_var,
+fnInfo-theScopedVarsNames[i].getp());
 
   if (!fnInfo-theIsGlobalVar[i])
   {

=== modified file 'src/compiler/expression/expr_clone.cpp'
--- src/compiler/expression/expr_clone.cpp	2013-03-23 15:23:57 +
+++ src/compiler/expression/expr_clone.cpp	2013-03-24 15:29:24 +
@@ -387,7 +387,6 @@
   udf,
   get_loc(),
   e-theDynamicFunctionInfo-theFunction,
-  e-theDynamicFunctionInfo-theFunction-getName(),
   e-theDynamicFunctionInfo-theArity,
   e-is_inline(),
   e-needs_context_item(),

=== modified file 'src/compiler/expression/expr_manager.cpp'
--- src/compiler/expression/expr_manager.cpp	2013-03-23 15:20:54 +
+++ src/compiler/expression/expr_manager.cpp	2013-03-24 15:29:24 +
@@ -813,14 +813,13 @@
 user_function* udf,
 const QueryLoc loc,
 function* f,
-store::Item* qname,
 uint32_t arity,
 bool isInline,
 bool needsContextItem,
 bool isCoercion)
 {
   CREATE_AND_RETURN_EXPR(function_item_expr, sctx, udf, loc,
- f, qname, arity, isInline, needsContextItem, isCoercion);
+ f, arity, isInline, needsContextItem, isCoercion);
 }
 
 

=== modified file 'src/compiler/expression/expr_manager.h'
--- src/compiler/expression/expr_manager.h	2013-03-23 15:20:54 +
+++ src/compiler/expression/expr_manager.h	2013-03-24 15:29:24 +
@@ -493,7 +493,6 @@
   user_function* udf,
   const QueryLoc loc,
   function* f,
-  store::Item* qname,
   uint32_t arity,
   bool isInline,
   bool needsContextItem,

=== modified file 'src/compiler/expression/expr_type.cpp'
--- src/compiler/expression/expr_type.cpp	2013-03-16 08:48:16 +
+++ src/compiler/expression/expr_type.cpp	2013-03-24 15:29:24 +
@@ -653,12 +653,15 @@
   case function_item_expr_kind:
   {
 theType = rtm.ANY_FUNCTION_TYPE_ONE;
+
 function_item_expr* fiExpr = static_castfunction_item_expr*(this);
+
 if (fiExpr-get_function() != NULL)
 {
   const xqtref_t retType = fiExpr-get_function()-getSignature().returnType();
+
   std::vectorxqtref_t paramTypes;
-  for (csize i=0; ifiExpr-get_function()-getSignature().paramCount(); i++ )
+  for (csize i = 0; i  fiExpr-get_function()-getSignature().paramCount(); ++i)
 paramTypes.push_back(fiExpr-get_function()-getSignature()[i]);
 
   theType = new FunctionXQType(rtm, paramTypes, retType, TypeConstants::QUANT_ONE);

=== modified file 'src/compiler/expression/function_item_expr.cpp'
--- 

Re: [Zorba-coders] [Merge] lp:~paul-lucas/zorba/pjl-misc into lp:zorba

2013-03-24 Thread Matthias Brantner
Review: Approve


-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155143
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/pjl-misc into lp:zorba

2013-03-24 Thread Matthias Brantner
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/pjl-misc-2013-03-24T17-38-46.315Z/log.html
-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155143
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/hof-merge into lp:zorba

2013-03-24 Thread Markos Zaharioudakis
Review: Approve


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

2013-03-24 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/hof-merge into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2013-03-24 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Needs review = Approved

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

2013-03-24 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/count-opt into lp:zorba has been 
updated.

Status: Needs review = Approved

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/count-opt/+merge/148586
-- 
https://code.launchpad.net/~zorba-coders/zorba/count-opt/+merge/148586
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/pjl-misc into lp:zorba

2013-03-24 Thread Zorba Build Bot
Validation queue job pjl-misc-2013-03-24T17-38-46.315Z is finished. The final 
status was:

All tests succeeded!
-- 
https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/155143
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/pjl-misc into lp:zorba

2013-03-24 Thread noreply
The proposal to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba has been 
updated.

Status: Approved = Merged

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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/hof-merge-2013-03-24T18-10-49.338Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/hof-merge/+merge/155144
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/hof-merge into lp:zorba

2013-03-24 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/hof-merge into lp:zorba failed. 
Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 
(message):
  Validation queue job hof-merge-2013-03-24T18-10-49.338Z is finished.  The
  final status was:

  

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

  Not commiting changes.


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

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

2013-03-24 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/hof-merge into lp:zorba has been 
updated.

Status: Approved = Needs review

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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/feature-empty_object-2013-03-24T18-17-20.365Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-empty_object/+merge/154989
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-empty_object into lp:zorba

2013-03-24 Thread Zorba Build Bot
The attempt to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
failed. Below is the output from the failed tests.


CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 
(message):
  Validation queue job feature-empty_object-2013-03-24T18-17-20.365Z 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/feature-empty_object/+merge/154989
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-empty_object into lp:zorba

2013-03-24 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Approved = Needs review

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

2013-03-24 Thread Zorba Build Bot
Attempt to merge into lp:zorba failed due to conflicts: 

text conflict in ChangeLog
text conflict in src/compiler/rewriter/rules/fold_rules.cpp
text conflict in src/runtime/core/path_iterators.cpp
text conflict in src/runtime/json/jsoniq_functions_impl.cpp
-- 
https://code.launchpad.net/~zorba-coders/zorba/count-opt/+merge/148586
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/count-opt into lp:zorba

2013-03-24 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/count-opt into lp:zorba has been 
updated.

Status: Approved = Needs review

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

2013-03-24 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Needs review = Approved

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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/feature-empty_object-2013-03-24T18-56-25.71Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-empty_object/+merge/154989
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-empty_object into lp:zorba

2013-03-24 Thread Zorba Build Bot
Validation queue job feature-empty_object-2013-03-24T18-56-25.71Z is finished. 
The final status was:

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

2013-03-24 Thread Zorba Build Bot
Voting does not meet specified criteria. Required: Approve  1, Disapprove  1, 
Needs Fixing  1, Pending  1, Needs Information  1, Resubmit  1. Got: 2 
Pending.
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-empty_object/+merge/154989
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-empty_object into lp:zorba

2013-03-24 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Approved = Needs review

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

2013-03-24 Thread Matthias Brantner
Review: Approve


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

2013-03-24 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Needs review = Approved

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

2013-03-24 Thread Till Westmann
Review: Approve


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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/feature-empty_object-2013-03-24T19-25-21.05Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/feature-empty_object/+merge/154989
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-empty_object into lp:zorba

2013-03-24 Thread Zorba Build Bot
Validation queue job feature-empty_object-2013-03-24T19-25-21.05Z is finished. 
The final status was:

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

2013-03-24 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/feature-empty_object into lp:zorba 
has been updated.

Status: Approved = Merged

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

2013-03-24 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/new-jsoniq into lp:zorba has been 
updated.

Status: Needs review = Merged

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

2013-03-24 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/feature-jsoniq_parser into 
lp:zorba has been updated.

Status: Needs review = Merged

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

2013-03-24 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/feature-empty_selectors into 
lp:zorba has been updated.

Status: Needs review = Merged

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

2013-03-24 Thread Markos Zaharioudakis
The proposal to merge lp:~zorba-coders/zorba/hof-merge into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2013-03-24 Thread Zorba Build Bot
Attempt to merge into lp:zorba failed due to conflicts: 

deleting parent in src/runtime/function_item
unversioned parent in src/runtime/function_item
contents conflict in src/runtime/function_item/dynamic_fncall_iterator.cpp
contents conflict in src/runtime/function_item/dynamic_fncall_iterator.h
-- 
https://code.launchpad.net/~zorba-coders/zorba/hof-merge/+merge/155144
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/hof-merge into lp:zorba

2013-03-24 Thread Zorba Build Bot
The proposal to merge lp:~zorba-coders/zorba/hof-merge into lp:zorba has been 
updated.

Status: Approved = Needs review

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

2013-03-24 Thread Matthias Brantner
The proposal to merge lp:~zorba-coders/zorba/count-opt into lp:zorba has been 
updated.

Status: Needs review = Approved

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

2013-03-24 Thread Zorba Build Bot
Validation queue starting for merge proposal.
Log at: 
http://zorbatest.lambda.nu:8080/remotequeue/count-opt-2013-03-24T20-42-56.249Z/log.html
-- 
https://code.launchpad.net/~zorba-coders/zorba/count-opt/+merge/148586
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/count-opt into lp:zorba

2013-03-24 Thread Zorba Build Bot
Validation queue job count-opt-2013-03-24T20-42-56.249Z is finished. The final 
status was:

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

2013-03-24 Thread noreply
The proposal to merge lp:~zorba-coders/zorba/count-opt into lp:zorba has been 
updated.

Status: Approved = Merged

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/count-opt/+merge/148586
-- 
https://code.launchpad.net/~zorba-coders/zorba/count-opt/+merge/148586
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