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

2013-02-15 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/feature-xqxq_variable-value/+merge/148617 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://launchp

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

2013-02-15 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/feature-xqxq_variable-value into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/feature-xqxq_variable-value/+merge/148617 -- https://code.launchpad.net/~zorba-code

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/read-pdf-installer-changes into lp:zorba/read-pdf-module

2013-02-19 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/read-pdf-installer-changes into lp:zorba/read-pdf-module. Commit message: Fixes to allows the module to be compiled as a stand alone module Requested reviews: Cezar Andrei (cezar-andrei) Chris Hillery (ceejatec) Related bugs: Bug

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/couchbase-tests-keys into lp:zorba/couchbase-module

2013-02-22 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/couchbase-tests-keys into lp:zorba/couchbase-module. Commit message: Changed the name of the keys used in tests to avoid problems between tests. Requested reviews: Juan Zacarias (juan457) Chris Hillery (ceejatec) For more details

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/couchbase-tests-keys into lp:zorba/couchbase-module

2013-02-22 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/couchbase-tests-keys/+merge/150089 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

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

2013-02-22 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1129950 into lp:zorba. Commit message: Fix for bug1129950 memory problem when closing xqxq Requested reviews: Chris Hillery (ceejatec) Related bugs: Bug #1129950 in Zorba: "Memory problem when closing XQXQ&quo

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

2013-02-22 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug1129950/+merge/150105 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-cod

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

2013-02-22 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1129950 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1129950/+merge/150105 -- https://code.launchpad.net/~zorba-coders/zorba/bug1129950/+merge/150105

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

2013-02-25 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1017924 into lp:zorba. Commit message: Fix for bug 1017924 tokenize-node does not consider the language passed as a parameter. Requested reviews: Paul J. Lucas (paul-lucas) Chris Hillery (ceejatec) Related bugs: Bug #1017924 in

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

2013-02-26 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1064978 into lp:zorba. Commit message: Implementation of features requested in bug1064978 xqxq: add new bind-variable signature * Added to the DynamicContext API getVariableType function. * Added xqxq module function xqxq:variable

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

2013-02-26 Thread Juan Zacarias
This is a proposal for solving the requested issue with current bind-variables. This new function called xqxq:set-variable($query-key as xs:anyURI, $var-name as xs:QName, $value as xs:string*) fulfills the requested feature of casting an xs:string to the corresponding type of a defined external

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/canonicalize-core-fixed into lp:zorba

2013-02-27 Thread Juan Zacarias
> - Which options are enabled by default? The only option available as default is XML_PARSE_NOERROR this way zorba can manage the error messages and no extra message are shown, but this option is not optional. -- https://code.launchpad.net/~zorba-coders/zorba/canonicalize-core-fixed/+merge/14239

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/canonicalize-core-fixed into lp:zorba

2013-03-01 Thread Juan Zacarias
Hi the changes for the private function are already there, when you said something else was missing I thought you meant >The example doesn't mention that the options are in a namespace? According to >the schema they should be. According to the implementation, the namespace >isn't considered.

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/read-pdf-installer-changes into lp:zorba/read-pdf-module

2013-03-04 Thread Juan Zacarias
Its now using ZORBA_FIND_JAR correclty but it seems this didn't solve the problem of the module not working it just builds. The module works on Windows. -- https://code.launchpad.net/~zorba-coders/zorba/read-pdf-installer-changes/+merge/149359 Your team Zorba Coders is subscribed to branch lp:zo

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

2013-03-14 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1147563 into lp:zorba. Commit message: Fixes for nilled function Requested reviews: Sorin Marian Nasoi (sorin.marian.nasoi) Chris Hillery (ceejatec) Related bugs: Bug #1147563 in Zorba: "FOTS: fn:nilled failures (at lea

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

2013-03-20 Thread Juan Zacarias
I will take a look of this but if I am not wrong the ones failing are not actually using the function nilled. not sure why these tests are done for nilled but I will take a look. And actually not only 7 tests were solved the whole function was actually broken it had a behavior in which it alway

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

2013-03-22 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1123016 into lp:zorba. Commit message: Implmentation of two new functions for xqxq module xqxq:query-plan and xqxq:load-from-query-plan Requested reviews: Matthias Brantner (matthias-brantner) Chris Hillery (ceejatec) Related

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

2013-03-25 Thread Juan Zacarias
I added the comments and changed std::stringstream to an auto_ptr. For names of the function something simple like xqxq:get-serialized-query and xqxq:load-serialized-query could work in my opnion -- https://code.launchpad.net/~zorba-coders/zorba/bug1123016/+merge/155082 Your team Zorba Coders is

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

2013-03-26 Thread Juan Zacarias
Hi, I fixed all the tests including the ones that were not using fn:nill and were using fn:data and instance of functions, this functions should work now correctly with nilled documents now. I am not sure if this 2 functions had errors of their own when handling nilled elements, if so they sho

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

2013-03-27 Thread Juan Zacarias
> - in the documentation, I wouldn't use the word serialized because it's > heavily overloaded I removed the world serialized and just mentioned it was being returned as xs:base64binary. > - xs:Base64Binary => xs:base64Binary typo corrected. > - why does the xqxq:query-plan function raise xqxq:U

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

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

2013-04-01 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/156422 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

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Approved => Work in progress For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Approved => Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

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

2013-04-01 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Approved => Work in progress For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153

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

2013-04-02 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bug-1133260/+merge/155878 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-co

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

2013-04-02 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1147563 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485 -- https://code.launchpad.net/~zorba-coders/zorba/bug1147563/+merge/153485

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/security-module-bug-1133260 into lp:zorba/security-module

2013-04-03 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/security-module-bug-1133260/+merge/155880 Your team Zorba Coders is subscribed to branch lp:zorba/security-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe :

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/security-module-bug-1133260 into lp:zorba/security-module

2013-04-03 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/security-module-bug-1133260 into lp:zorba/security-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/security-module-bug-1133260/+merge/155880 -- https://code.launchpad

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/html-module-bug-1133260 into lp:zorba/html-module

2013-04-03 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/html-module-bug-1133260/+merge/155879 Your team Zorba Coders is subscribed to branch lp:zorba/html-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https:/

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/html-module-bug-1133260 into lp:zorba/html-module

2013-04-03 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/html-module-bug-1133260 into lp:zorba/html-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/html-module-bug-1133260/+merge/155879 -- https://code.launchpad.net/~zorba-

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

2013-04-03 Thread Juan Zacarias
The changes suggested by Chris have been included can you review again? -- https://code.launchpad.net/~zorba-coders/zorba/bug1064978/+merge/150696 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launch

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

2013-04-08 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1082740_fn_subsequence into lp:zorba. Commit message: Added support for INF and -INF values in fn:subsequence function. Requested reviews: Chris Hillery (ceejatec) Related bugs: Bug #1082740 in Zorba: "subsequence&quo

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

2013-04-10 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1064978 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1064978/+merge/150696 -- https://code.launchpad.net/~zorba-coders/zorba/bug1064978/+merge/150696

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

2013-04-11 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1064978 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1064978/+merge/150696 -- https://code.launchpad.net/~zorba-coders/zorba/bug1064978/+merge/150696

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

2013-04-11 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/158443 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

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

2013-04-11 Thread Juan Zacarias
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/158443 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/158443 Your team Zo

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

2013-04-11 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug11369_xqxq_bind_cast_variable into lp:zorba. Commit message: Added Implementation and test for xqxq module functions xqxq:variable-type and xqxq:bind-cast-variable. Also added function getVariable to the Dynamic Context

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

2013-04-11 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug11369_xqxq_bind_cast_variable into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug11369_xqxq_bind_cast_variable/+merge/158480 -- https://code.launchpad.net/~

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

2013-04-15 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1082740_fn_subsequence into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1082740_fn_subsequence/+merge/157755 -- https://code.launchpad.net/~zorba-coders/z

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

2013-04-15 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1123835 into lp:zorba. Commit message: Fixes for FOTS errors in fn:unparsed-text* functions Requested reviews: Chris Hillery (ceejatec) Related bugs: Bug #1123835 in Zorba: "fn-unparsed-text* failures (at least 20 fai

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

2013-04-15 Thread Juan Zacarias
This branch doesn't solve all the errors yet this is the list of errors missing solution with a brief description of the current problem. The missing errors are caused by 3 problems * utf-8 encoding: missing the stream suggested to Paul that can handle errors when invalid utf-8 are found. * unkn

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

2013-04-15 Thread Juan Zacarias
Hi regarding the issue of not using the flag for INF values. The thing is the following whenever you ask for the value of a INF or -INF number you will get the highest positive or negative number available 9223372036854775807 or -9223372036854775807 being the case for 32 bits. So I though of u

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

2013-04-15 Thread Juan Zacarias
I made some modifications and the current solution uses 1 less check which will make it 3 and 4 and the numeric solution would have 0 extra flag checks but it still has the problem that with INF values it will do extra operations. -- https://code.launchpad.net/~zorba-coders/zorba/bug1082740_fn_s

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

2013-04-15 Thread Juan Zacarias
I apologize I made a mistake the numeric Value for INF and -INF is the same -9223372036854775808 (0x8000) which would make solving this issue with flags more complex than what I described. -- https://code.launchpad.net/~zorba-coders/zorba/bug1082740_fn_subsequence/+merge/157755 Your

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

2013-04-15 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1082740_fn_subsequence into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1082740_fn_subsequence/+merge/157755 -- https://code.launchpad.net/~zorba-coders/z

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

2013-04-18 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1082740_fn_subsequence into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1082740_fn_subsequence/+merge/157755 -- https://code.launchpad.net/~zorba-coders/z

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

2013-04-19 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable/+merge/158480 -- https://code.launchpad.n

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

2013-04-22 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable/+merge/158480 -- https://code.launchpad.n

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

2013-04-22 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/windows_fix/+merge/160156 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-co

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

2013-04-22 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/windows_fix into lp:zorba. Commit message: Added missing header, needed for Windows build Requested reviews: Paul J. Lucas (paul-lucas) Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba

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

2013-04-22 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable into lp:zorba. Commit message: *Implementation of Dynamic Context function getVariableType. *Included new Function getVariableType to the dynamicContext API. *Implementation of new xqxq functions

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

2013-04-22 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bug1064978_xqxq_bind_cast_variable/+merge/160214 -- https://code.launchpad.n

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

2013-04-22 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/windows_fix into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/windows_fix/+merge/160156 -- https://code.launchpad.net/~zorba-coders/zorba/windows_fix/+merge/1601

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

2013-04-22 Thread Juan Zacarias
So, should I remove the xml dependency from the function? or should I remove the whole function? If we remove the function the user should be able to create the same function by themselves using xqxq:get-type-variable I will make the changes to getVariableType so it returns a TypeIdentifier or

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

2013-04-23 Thread Juan Zacarias
> > So, should I remove the xml dependency from the function? or should I remove > > the whole function? > > If we remove the function the user should be able to create the same > function > > by themselves using xqxq:get-type-variable > I think we should remove the entire function. It leaves to ma

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

2013-04-24 Thread Juan Zacarias
> > > > So, should I remove the xml dependency from the function? or should I > > remove > > > > the whole function? > > > > If we remove the function the user should be able to create the same > > > function > > > > by themselves using xqxq:get-type-variable > > > I think we should remove the enti

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

2013-04-24 Thread Juan Zacarias
> > > > > > So, should I remove the xml dependency from the function? or should > I > > > > remove > > > > > > the whole function? > > > > > > If we remove the function the user should be able to create the same > > > > > function > > > > > > by themselves using xqxq:get-type-variable > > > > > I t

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/rq-xerces-311 into lp:zorba

2013-04-24 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/rq-xerces-311/+merge/160781 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-

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/rq-xerces-311 into lp:zorba

2013-04-24 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/rq-xerces-311 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/rq-xerces-311/+merge/160781 -- https://code.launchpad.net/~zorba-coders/zorba/rq-xerces-311/+merg

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

2013-04-25 Thread Juan Zacarias
> I talked to Markos and there are some more issues here. > > 1. The function should probably go into the static context instead of the > dynamic context. But the Static context doesn't have functions to access the external variables, so if this function is to be implemented in the static context

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

2013-04-25 Thread Juan Zacarias
> > > I talked to Markos and there are some more issues here. > > > > > > 1. The function should probably go into the static context instead of the > > > dynamic context. > > But the Static context doesn't have functions to access the external > > variables, so if this function is to be implemented

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

2013-04-30 Thread Juan Zacarias
> import module namespace xqxq = 'http://www.zorba-xquery.com/modules/xqxq'; > > variable $queryID := xqxq:prepare-main-module('declare variable $ext2 > external; $ext2'); > > fn:local-name-from-QName(xqxq:variable-type-name($queryID, xs:QName('ext2'))) > > returns xs:anyType. Shouldn't it be an

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

2013-04-30 Thread Juan Zacarias
This changes remove the constant return String on xs:anyType it now uses the type manager to create an anyType item type and return it's string value. With this change the query you mentioned using local-name-from-QName works correctly. -- https://code.launchpad.net/~zorba-coders/zorba/bug10649

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

2013-04-30 Thread Juan Zacarias
> Why don't you use XQType::getQName to get the QName directly and return it? Because if the type is not atomic, if it is an element or an object it throws a zorba exception. -- https://code.launchpad.net/~zorba-coders/zorba/bug1064978/+merge/150696 Your team Zorba Coders is subscribed to branch

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/util-jvm-rpath into lp:zorba/util-jvm-module

2013-05-08 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/util-jvm-rpath into lp:zorba/util-jvm-module. Commit message: Fixes for Debian Installers. Requested reviews: Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/util-jvm-rpath/+merge/163074

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

2013-05-13 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/163627 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

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

2013-05-13 Thread Juan Zacarias
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/163627 -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/163627 Your team Zo

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

2013-05-15 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~paul-lucas/zorba/pjl-misc/+merge/164051 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

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/prune-rbkt into lp:zorba

2013-05-16 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/prune-rbkt/+merge/164088 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-cod

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

2013-05-16 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/winfix into lp:zorba. Commit message: Windows fix for src/util/stl_util.h Requested reviews: Juan Zacarias (juan457) Paul J. Lucas (paul-lucas) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/winfix/+merge

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

2013-05-16 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/winfix/+merge/164239 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

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/install-symlink-jars into lp:zorba

2013-05-21 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/install-symlink-jars/+merge/164993 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/

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bump-module-versions into lp:zorba

2013-05-22 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bump-module-versions/+merge/165030 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] [Merge] lp:~zorba-coders/zorba/bump-module-versions into lp:zorba

2013-05-22 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bump-module-versions into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bump-module-versions/+merge/165030 -- https://code.launchpad.net/~zorba-coders/zorba/bump-

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/bump-2.9.1 into lp:~zorba-coders/zorba/zorba-2.9

2013-05-27 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/bump-2.9.1 into lp:~zorba-coders/zorba/zorba-2.9 has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/bump-2.9.1/+merge/165823 -- https://code.launchpad.net/~zorba-coders/zorba/b

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bump-2.9.1 into lp:~zorba-coders/zorba/zorba-2.9

2013-05-27 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bump-2.9.1/+merge/165823 Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/zorba-2.9. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/data-formatting-installer-fix into lp:zorba/data-formatting-module

2013-05-27 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/data-formatting-installer-fix into lp:zorba/data-formatting-module. Commit message: Fix for Ubuntu Installer. Requested reviews: Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/data

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/data-formatting-installer-fix into lp:zorba/data-formatting-module

2013-05-27 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/data-formatting-installer-fix/+merge/165914 Your team Zorba Coders is subscribed to branch lp:zorba/data-formatting-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsu

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/util-jvm-rpath into lp:zorba/util-jvm-module

2013-05-27 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/util-jvm-rpath/+merge/163074 Your team Zorba Coders is subscribed to branch lp:zorba/util-jvm-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://laun

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:zorba

2013-05-27 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/language-bindings-install-fix into lp:zorba. Commit message: php swig was creating the zorba_api.so with a wrong name. Requested reviews: Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-installer-fix into lp:zorba/schema-tools-module

2013-05-27 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/schema-tools-installer-fix into lp:zorba/schema-tools-module. Commit message: Changes for Ubuntu Packages. Requested reviews: Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/schema-tools

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/schema-tools-installer-fix into lp:zorba/schema-tools-module

2013-05-27 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/schema-tools-installer-fix/+merge/165918 Your team Zorba Coders is subscribed to branch lp:zorba/schema-tools-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscrib

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9

2013-05-27 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9. Commit message: Fix for php api Install. Requested reviews: Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/language

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module

2013-05-28 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module. Commit message: Fixes for Ubuntu Packages. Requested reviews: Juan Zacarias (juan457) Chris Hillery (ceejatec) For more details, see: https://code.launchpad.net/~zorba-coders/zorba

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module

2013-05-28 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/pdf-installer-fix/+merge/166107 -- https://code.launchpad.net/~zorba-coders/z

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module

2013-05-28 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/pdf-installer-fix/+merge/166107 -- https://code.launchpad.net/~zorba-coders/z

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/pdf-installer-fix into lp:zorba/read-pdf-module

2013-05-28 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/pdf-installer-fix/+merge/166107 Your team Zorba Coders is subscribed to branch lp:zorba/read-pdf-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://l

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9

2013-05-28 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9 has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/language-bindings-install-fix/+merge/165932 -- https://co

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:zorba

2013-05-28 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/language-bindings-install-fix into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/language-bindings-install-fix/+merge/165917 -- https://code.launchpad.net/~zorba-

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:zorba

2013-05-28 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/language-bindings-install-fix/+merge/165917 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://launc

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9

2013-05-28 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/language-bindings-install-fix/+merge/165932 Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/zorba-2.9. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Uns

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9

2013-05-28 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/language-bindings-install-fix/+merge/165932 Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/zorba-2.9. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Uns

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/bump-module-versions into lp:~zorba-coders/zorba/zorba-2.9

2013-05-28 Thread Juan Zacarias
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/bump-module-versions/+merge/165976 Your team Zorba Coders is subscribed to branch lp:~zorba-coders/zorba/zorba-2.9. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9

2013-05-28 Thread Juan Zacarias
The proposal to merge lp:~zorba-coders/zorba/language-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9 has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/language-bindings-install-fix/+merge/165932 -- https://co

[Zorba-coders] [Merge] lp:~zorba-coders/zorba/lang-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9

2013-05-28 Thread Juan Zacarias
Juan Zacarias has proposed merging lp:~zorba-coders/zorba/lang-bindings-install-fix into lp:~zorba-coders/zorba/zorba-2.9. Commit message: Fixes for php in Ubuntu Packages. Requested reviews: Juan Zacarias (juan457) Chris Hillery (ceejatec) For more details, see: https

  1   2   3   4   >