[Zorba-coders] [Bug 898580] [NEW] Debugger: starting query with "over" blocks the debugger client

2011-12-01 Thread Gabriel Petrovay
Public bug reported: starting with "over" will deadlock/block the execution. Test this also after one execution in the same debugger session. ** Affects: zorba Importance: High Assignee: Gabriel Petrovay (gabipetrovay) Status: New ** Tags: block client deadloc

[Zorba-coders] [Bug 898581] [NEW] Debugger: syntax error client block

2011-12-01 Thread Gabriel Petrovay
Public bug reported: If one submits a query with syntax errors, the debugger command line reports the error but it blocks. (On Windows at least) ** Affects: zorba Importance: High Assignee: Gabriel Petrovay (gabipetrovay) Status: New ** Tags: block client debugger error

[Zorba-coders] [Bug 898575] [NEW] Debugger: Crash when breakpoint remove

2011-12-01 Thread Gabriel Petrovay
Public bug reported: query mm.xq: 1 | for $x in 1 to 3 2 | return 3 | $x (xqdb) bs -f q -l 3 (xqdb) br -i 0 !!!CRASH!!! ** Affects: zorba Importance: High Assignee: Gabriel Petrovay (gabipetrovay) Status: New ** Tags: breakpoint crash debugger remove -- You

[Zorba-coders] [Bug 898578] [NEW] Debugger: breakpoint not removed from runtime during execution

2011-12-01 Thread Gabriel Petrovay
Public bug reported: Query mm.xq: 1 | for $x in 1 to 3 2 | return 3 | $x (xqdb) bs -f q -l 1 (xqdb) r break (xqdb) br -i 0 (xqdb) r break This should have been "stopping" not "break"!!! ** Affects: zorba Importance: High Assignee: Gabriel Petrovay (gabipetro

[Zorba-coders] [Bug 867373] Re: fn:serialize() must support binary serialization

2011-11-29 Thread Gabriel Petrovay
pushed lp:~zorba-coders/zorba/binary_serialization with the current work on this problem -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867373 Title: fn:serialize() must support binary serializa

[Zorba-coders] [Bug 867373] Re: fn:serialize() must support binary serialization

2011-11-29 Thread Gabriel Petrovay
What should be the result of the call: fn:serialize($base64BinaryContent, $params) (: i.e. readin from a file :) fn:serialize($xmlData, $params) (: i.e. XDM data :) where $params contains the zorba custom binary serialization method? -- You received this bug notification because you are a memb

[Zorba-coders] [Bug 867373] Re: fn:serialize() must support binary serialization

2011-11-23 Thread Gabriel Petrovay
** Changed in: zorba Status: New => Opinion -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867373 Title: fn:serialize() must support binary serialization Status in Zorba - The XQuery Pro

[Zorba-coders] [Bug 867373] Re: fn:serialize() must support binary serialization

2011-11-23 Thread Gabriel Petrovay
Solving this bug requires (probably) an API change. Escalating to zorba- zoders. ** Summary changed: - ser:serialize() must support binary serialization + fn:serialize() must support binary serialization -- You received this bug notification because you are a member of Zorba Coders, which is th

[Zorba-coders] [Bug 894009] [NEW] Schema validation: can not cast to "02B6E590"

2011-11-23 Thread Gabriel Petrovay
Public bug reported: Query: import schema namespace union = "http://my.schema"; at "sch.xsd"; validate strict { http://my.schema";>+ } Schema: http://www.w3.org/2001/XMLSchema"; xmlns:this="http://my.schema"; targetNamespace="http://my.schema";> Result: :3,1

[Zorba-coders] [Bug 867042] Re: Add support for character maps in serializer

2011-11-23 Thread Gabriel Petrovay
Why is this marked as invalid? The query below: let $sp := http://www.w3.org/2010/xslt-xquery-serialization";> return fn:serialize(#abc, $sp) issues the result: #abc Shouldn't this be: 123abc ? ** Changed in: zorba Status: Invalid => New --

[Zorba-coders] [Bug 867042] Re: Add support for character maps in serializer

2011-11-23 Thread Gabriel Petrovay
If the bug is still invalid, please clean up the code referencing it in parsing_and_serializing_impl.cpp -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867042 Title: Add support for character ma

[Zorba-coders] [Bug 874676] Re: Remove SET_CMAKE_MODULE_PATH

2011-11-22 Thread Gabriel Petrovay
not defined, it will have the default values: ${PROJECT_SOURCE_DIR}/cmake_modules ${PROJECT_SOURCE_DIR}/cmake_modules/Windows With those two parameters the developer can provide whatever path he wants to his cmake modules. Opinions? ** Changed in: zorba Assignee: Gabriel Petrovay

[Zorba-coders] [Bug 867266] Re: Unexpected updating expression illegal here

2011-11-22 Thread Gabriel Petrovay
This is an optimization (hoisting) problem. Reassigning to Markos. ** Changed in: zorba Assignee: Gabriel Petrovay (gabipetrovay) => Markos Zaharioudakis (markos-za) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. ht

[Zorba-coders] [Bug 874679] Re: Clean up second arg to ADD_TEST_DIRECTORY()

2011-11-22 Thread Gabriel Petrovay
I was about to do this but I still have some question: You say: "In order to do this, ADD_TEST_DIRECTORY() needs to either accept a list of pairs of the form (testname, bug ID), or else accept two parallel lists (testnames and bug IDs), so it can pass the bug number to EXPECTED_FAILURE()." With t

[Zorba-coders] [Bug 874679] Re: Clean up second arg to ADD_TEST_DIRECTORY()

2011-11-22 Thread Gabriel Petrovay
Correction: This would only *work* for tests that failing uniformly on all platforms. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/874679 Title: Clean up second arg to ADD_TEST_DIRECTORY() St

[Zorba-coders] [Bug 867266] Re: Unexpected updating expression illegal here

2011-11-22 Thread Gabriel Petrovay
** Description changed: This raises an error: - 4,1: update static error [err:XUST0001]: updating expression illegal here; raised at /zorba/trunksrc/src/compiler/expression/fo_expr.cpp:23 + 4,1: update static error [err:XUST0001]: updating expression illegal here; raised at /zorba/trunksrc/src

[Zorba-coders] [Bug 874679] Re: Clean up second arg to ADD_TEST_DIRECTORY()

2011-11-22 Thread Gabriel Petrovay
** Changed in: zorba Assignee: Gabriel Petrovay (gabipetrovay) => Chris Hillery (ceejatec) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/874679 Title: Clean up second arg

[Zorba-coders] [Bug 867159] Re: fn:match fails if the string is non-utf8

2011-11-22 Thread Gabriel Petrovay
I am not sure if I am the right person to do this. Removing myself from this bug. ** Changed in: zorba Assignee: Gabriel Petrovay (gabipetrovay) => (unassigned) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. ht

[Zorba-coders] [Bug 867373] Re: ser:serialize() must support binary serialization

2011-11-22 Thread Gabriel Petrovay
** Changed in: zorba Importance: High => Medium -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867373 Title: ser:serialize() must support binary serialization Status in Zorba - The XQuery Pr

[Zorba-coders] [Bug 867344] Re: Implementation of fn:parse and fn:serialize planned?

2011-11-22 Thread Gabriel Petrovay
** Changed in: zorba Status: New => Fix Released -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867344 Title: Implementation of fn:parse and fn:serialize planned? Status in Zorba - The X

[Zorba-coders] [Bug 867377] Re: Add debugger client command line execution support

2011-11-22 Thread Gabriel Petrovay
This has been build and is available in the branch: lp:~zorba-coders/zorba/debugger_client ** Description changed: That is: - xqdb.exe zorba.exe -f -g mm.xq ... + xqdb.exe -f -q mm.xq ... This should start the debugger client AND zorba in background such that the user does not have t

[Zorba-coders] [Bug 866980] Re: Python compilation failing on Windows/debug

2011-11-22 Thread Gabriel Petrovay
** Changed in: zorba Assignee: Gabriel Petrovay (gabipetrovay) => (unassigned) ** Changed in: zorba Status: New => Won't Fix -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/

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

2011-10-18 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/file_regex into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/file_regex/+merge/79543 -- https://code.launchpad.net/~zorba-coders/zorba/file_regex/+merge/79543 Yo

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

2011-10-18 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/file_regex/+merge/79543 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-code

[Zorba-coders] [Bug 867040] Re: Most Geo tests failing on Windows (segfaults + fail)

2011-10-17 Thread Gabriel Petrovay
I build zorba with geos 3.3.1 from lp:~zorba-coders/zorba/geo-win-build and I still: 42% tests passed, 201 tests failed out of 345 The following tests FAILED: 2891 - zorba_geo_module/geo/area10.xq (Failed) 2892 - zorba_geo_module/geo/area2.xq (Failed) 2893 - zorba_geo_modu

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/geo-win-build into lp:zorba/geo-module

2011-10-17 Thread Gabriel Petrovay
Less segmentation faults but the same number of failures. The following tests FAILED: 2891 - zorba_geo_module/geo/area10.xq (Failed) 2892 - zorba_geo_module/geo/area2.xq (Failed) 2893 - zorba_geo_module/geo/area3.xq (Failed) 2894 - zorba_geo_module/geo/area4.xq (Fai

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/geo-win-build into lp:zorba/geo-module

2011-10-17 Thread Gabriel Petrovay
At rev. 42 still not working. -- https://code.launchpad.net/~zorba-coders/zorba/geo-win-build/+merge/78602 Your team Zorba Coders is subscribed to branch lp:zorba/geo-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https:/

[Zorba-coders] [Bug 874679] Re: Clean up second arg to ADD_TEST_DIRECTORY()

2011-10-17 Thread Gabriel Petrovay
You say: "ADD_TEST_DIRECTORY() needs to [...] accept a list of pairs [...] so it can pass the bug number to EXPECTED_FAILURE()." And how is this disabling tests on Windows? (because EXPECTED_FAILURE is not good enough on Windows) -- You received this bug notification because you are a member of

[Zorba-coders] [Bug 855709] Re: Construction of invalid regular expression

2011-10-17 Thread Gabriel Petrovay
Fix on: https://code.launchpad.net/~zorba-coders/zorba/file_regex/+merge/79543 ** Branch linked: lp:~zorba-coders/zorba/file_regex ** Changed in: zorba Status: New => In Progress -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Z

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

2011-10-17 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/file_regex into lp:zorba. Requested reviews: Paul J. Lucas (paul-lucas) Related bugs: Bug #855709 in Zorba: "Construction of invalid regular expression" https://bugs.launchpad.net/zorba/+bug/855709 For more details,

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/expath_file_added_missing_write-2 into lp:zorba

2011-10-14 Thread Gabriel Petrovay
Review: Approve Default review -- https://code.launchpad.net/~gabipetrovay/zorba/expath_file_added_missing_write-2/+merge/79395 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscrib

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/expath_file_added_missing_write-2 into lp:zorba

2011-10-14 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/expath_file_added_missing_write-2 into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Matthias Brantner (matthias-brantner) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba

[Zorba-coders] [Bug 867040] Re: Failing Geo tests

2011-10-12 Thread Gabriel Petrovay
ctest detailed result log ** Attachment added: "LastTest.log" https://bugs.launchpad.net/zorba/+bug/867040/+attachment/2537975/+files/LastTest.log ** Summary changed: - Failing Geo tests + Most Geo tests failing on Windows (segfaults + fail) -- You received this bug notification because yo

[Zorba-coders] [Bug 867040] Re: Failing Geo tests

2011-10-12 Thread Gabriel Petrovay
Now the situation is worse (lp:~zorba-coders/zorba/geo-win-build rev. 40): 27% tests passed, 252 tests failed out of 345 Total Test time (real) = 327.35 sec The following tests FAILED: 2880 - zorba_geo_module/geo/area10.xq (SEGFAULT) 2881 - zorba_geo_module/geo/area2.xq (SEGFAULT

[Zorba-coders] [Bug 872386] [NEW] inconsistent build and install directories

2011-10-11 Thread Gabriel Petrovay
Public bug reported: I have refactored a few classes in the http_client module and brought the CMake build directory in an inconsistent state with the install directory. That is, running any query using the http-client module I got this error: zerr::ZXQP0028_TARGET_NAMESPACE_NOT_PROVIDED. And th

[Zorba-coders] [Bug 867262] Re: Ext func arg item seq can not be consumed 2 times

2011-10-11 Thread Gabriel Petrovay
What about this bug? Is it 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/867262 Title: Ext func arg item seq can not be consumed 2 times Status in Zorba - The XQuery Processor: New Bu

[Zorba-coders] [Bug 867040] Re: Failing Geo tests

2011-10-10 Thread Gabriel Petrovay
The ctest results: LastTest.log ** Attachment added: "LastTest.log" https://bugs.launchpad.net/zorba/+bug/867040/+attachment/2534562/+files/LastTest.log -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.n

[Zorba-coders] [Bug 871481] Re: java test failing on Windows

2011-10-09 Thread Gabriel Petrovay
Disabled in: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/doc/java/examples/CMakeLists.txt#L26 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871481 Title: java test failing

[Zorba-coders] [Bug 871481] [NEW] java test failing on Windows

2011-10-09 Thread Gabriel Petrovay
Public bug reported: On Windows 7, java 1.6 jdk: ctest -R java The CTest output is in the attached file. ** Affects: zorba Importance: Undecided Status: New ** Tags: fail java test windows -- You received this bug notification because you are a member of Zorba Coders, which is

[Zorba-coders] [Bug 871481] Re: java test failing on Windows

2011-10-09 Thread Gabriel Petrovay
** Attachment added: "java.txt" https://bugs.launchpad.net/bugs/871481/+attachment/2533377/+files/java.txt ** Branch linked: lp:~gabipetrovay/zorba/bug-871481 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launch

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/bug-871481 into lp:zorba

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/bug-871481 into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/bug-871481/+merge/78780 -- https://code.launchpad.net/~gabipetrovay/zorba/bug-871481/+merge/78780 Yo

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/bug-871481/+merge/78780 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-code

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/bug-871481 into lp:zorba

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/bug-871481 into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Related bugs: Bug #871481 in Zorba: "java test failing on Windows" https://bugs.launchpad.net/zorba/+bug/871481 For more details,

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting into lp:zorba/email-module

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/formatting into lp:zorba/email-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/formatting/+merge/78774 -- https://code.launchpad.net/~gabipetrovay/zorba/formatting/+m

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting into lp:zorba/email-module

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/formatting/+merge/78774 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.ne

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting into lp:zorba/email-module

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/formatting into lp:zorba/email-module. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/formatting/+merge/78774 Formatting and usage of the new macro

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/bug-866979 into lp:zorba/process-module

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/bug-866979 into lp:zorba/process-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/bug-866979/+merge/78773 -- https://code.launchpad.net/~gabipetrovay/zorba/bug-866979/

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/bug-866979 into lp:zorba/process-module

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/bug-866979/+merge/78773 Your team Zorba Coders is subscribed to branch lp:zorba/process-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/bug-866979 into lp:zorba/process-module

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/bug-866979 into lp:zorba/process-module. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/bug-866979/+merge/78773 Marked process test as expected failure due

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78770 -- https://code.launchpad.net/~gabipetrovay/zorba/f

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78770 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launch

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78770 Formtting, corrected documentation

[Zorba-coders] [Bug 871335] Re: correct moduleDocumentation for image modules

2011-10-09 Thread Gabriel Petrovay
Currently disabled in: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt#L49 But a better way to disable this in the test itself to skip a problematic module: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/zorba/x

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78766 -- https://code.launchpad.net/~gabipetrovay/zorba/f

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78766 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launch

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78766 Formtting, corrected documentation

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

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78765 -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDo

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78765 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/~z

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

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78765 The previous commit brakes the Windows

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

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78764 -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDo

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78764 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/~z

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

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78764 The previous commit brakes the Windows

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

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78763 -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDo

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78763 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/~z

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

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78763 Disabled moduleDocumentation test due to

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

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78762 -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDo

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78762 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/~z

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

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78762 Disabled moduleDocumentation test due to

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

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78761 -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDo

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

2011-10-09 Thread Gabriel Petrovay
The proposal to merge lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78761 -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDo

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78761 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/~z

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

2011-10-09 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/moduleDocumentation into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/moduleDocumentation/+merge/78761 Disabled moduleDocumentation test due to

[Zorba-coders] [Bug 871335] [NEW] correct moduleDocumentation for image modules

2011-10-09 Thread Gabriel Petrovay
Public bug reported: See the attached file for errors. ** Affects: zorba Importance: Undecided Status: New ** Tags: documentation image module xqdoc -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.la

[Zorba-coders] [Bug 871335] Re: correct moduleDocumentation for image modules

2011-10-09 Thread Gabriel Petrovay
** Attachment added: "323.txt" https://bugs.launchpad.net/bugs/871335/+attachment/2532687/+files/323.txt -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871335 Title: correct moduleDocumentati

[Zorba-coders] [Bug 871061] Re: test/rbkt/zorba/versioning/link1 failing on Windows

2011-10-09 Thread Gabriel Petrovay
Wrong data above. Corrected: Disabled here: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt#L252 Error: 1894: === end of Query === 1894: Unexpected error executing query: 1894: http://www.zorba-xquery.com/errors:ZXQP0008: http://www.zorba-xquery.

[Zorba-coders] [Bug 871061] Re: test/rbkt/zorba/versioning/link1 failing on Windows

2011-10-09 Thread Gabriel Petrovay
Disabled here: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt#L253 Error: 2012: === end of Query === 2012: Unexpected error executing query: 2012: http://expath.org/ns/file:FOFL0001: http://expath.org/ns/file:FOFL0001A file does not exist at this

[Zorba-coders] [Bug 871062] Re: test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

2011-10-09 Thread Gabriel Petrovay
Disabled here: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt#L253 Error: 2012: === end of Query === 2012: Unexpected error executing query: 2012: http://expath.org/ns/file:FOFL0001: http://expath.org/ns/file:FOFL0001A file does not exist at this

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting-image into lp:zorba/image-module

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/formatting-image/+merge/78759 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launch

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/formatting into lp:zorba/email-module

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/formatting/+merge/78757 Your team Zorba Coders is subscribed to branch lp:zorba/email-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : https://launchpad.ne

[Zorba-coders] [Bug 866979] Re: process test failing on windows

2011-10-09 Thread Gabriel Petrovay
The last diff I sent on e-mail to try fix the Windows problem ** Patch added: "process.diff" https://bugs.launchpad.net/zorba/+bug/866979/+attachment/2532569/+files/process.diff -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba.

[Zorba-coders] [Bug 866979] Re: process test failing on windows

2011-10-09 Thread Gabriel Petrovay
I guess this is related to the problem we discussed on email. This is now disabled from: zorba_modules/process/CMakeLists.txt only for Windows ** Changed in: zorba Status: Fix Released => New ** Changed in: zorba Assignee: Dennis Knochenwefel (dennis-knochenwefel) => Matthias Brantne

[Zorba-coders] [Bug 866979] Re: process test failing on windows

2011-10-09 Thread Gabriel Petrovay
I mean marked as EXPECTED_FAILURE (not disabled) -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/866979 Title: process test failing on windows Status in Zorba - The XQuery Processor: New Bug

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/FindJNI/+merge/78754 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 Unsubscribe : https://launc

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

2011-10-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/proxy/+merge/78753 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 Mo

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/add-test-directory-exceptions into lp:zorba

2011-10-08 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/add-test-directory-exceptions/+merge/78742 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://launch

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/ImageMagick-win-segfault-bug-867693 into lp:zorba/image-module

2011-10-08 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/ImageMagick-win-segfault-bug-867693/+merge/78743 Your team Zorba Coders is subscribed to branch lp:zorba/image-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscri

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/two-expected-failures into lp:zorba

2011-10-08 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/two-expected-failures/+merge/78741 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] [Bug 871061] [NEW] test/rbkt/zorba/versioning/link1 failing on Windows

2011-10-08 Thread Gabriel Petrovay
Public bug reported: test/rbkt/zorba/versioning/link1 is failing on Windows Using Windows 7 32-bit. Debug build The test is disabled from: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt ** Affects: zorba Importance: Undecided Stat

[Zorba-coders] [Bug 871062] [NEW] test/rbkt/zorba/xqdoc/moduleDocumentation failing on Windows

2011-10-08 Thread Gabriel Petrovay
Public bug reported: test/rbkt/zorba/versioning/link1 is failing on Windows Using Windows 7 32-bit. Debug build The test is disabled from: http://bazaar.launchpad.net/~zorba-coders/zorba/trunk/view/head:/test/rbkt/Queries/CMakeLists.txt ** Affects: zorba Importance: Undecided Stat

[Zorba-coders] [Bug 867693] Re: ImageMagick (6.6.9) segfauls on Windows

2011-10-08 Thread Gabriel Petrovay
** Description changed: Release mode: The following tests FAILED: -3251 - zorba_image_module/image/basic_svg.xq (SEGFAULT) +    3251 - zorba_image_module/image/basic_svg.xq (SEGFAULT) Errors while running CTest - Debug mode: The following tests FAILED: -3244

[Zorba-coders] [Bug 871051] Re: 3 data-cleaning tests failing

2011-10-08 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/3-expected-failures -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/871051 Title: 3 data-cleaning tests failing Status in Zorba - The XQuery Processor:

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/3-expected-failures into lp:zorba/data-cleaning-module

2011-10-08 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~gabipetrovay/zorba/3-expected-failures/+merge/78740 Your team Zorba Coders is subscribed to branch lp:zorba/data-cleaning-module. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.launchpad.net Unsubscribe : htt

[Zorba-coders] [Bug 871051] [NEW] 3 data-cleaning tests failing

2011-10-08 Thread Gabriel Petrovay
Public bug reported: Reported also by Markos on the list in the dicussion: "URGENT 3 data- cleaning tests failing" zorba_data-cleaning_module/data-cleaning/conversion/address-from-user.xq zorba_data-cleaning_module/data-cleaning/conversion/phone-from-user.xq zorba_data-cleaning_module/data-cleani

[Zorba-coders] [Bug 870991] [NEW] Failing on Windows: test/rbkt/zorba/versioning/external

2011-10-08 Thread Gabriel Petrovay
Public bug reported: These tests are failing on Windows: 1881 - test/rbkt/zorba/versioning/external1 (Failed) 1882 - test/rbkt/zorba/versioning/external2 (Failed) ** Affects: zorba Importance: Undecided Status: New ** Tags: external fail test versioning windows -

[Zorba-coders] [Bug 867040] Re: Failing Geo tests

2011-10-08 Thread Gabriel Petrovay
On Windows with geos 3.3.1 build from source: 42% tests passed, 201 tests failed out of 345 Total Test time (real) = 313.44 sec The following tests FAILED: 2879 - zorba_geo_module/geo/area10.xq (Failed) 2880 - zorba_geo_module/geo/area2.xq (Failed) 2881 - zorba_geo_module

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module

2011-10-08 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module. Requested reviews: Daniel Turcanu (danielturcanu) Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/geo-win-build/+merge/78724 UPDATE: replaces

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

2011-10-08 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/proxy_curl into lp:zorba. Requested reviews: David Graf (davidagraf) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/proxy_curl/+merge/78720 Enhanced CURL search on windows. Both a CURL binary distribution

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/imap_warnings into lp:zorba/email-module

2011-10-08 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/imap_warnings into lp:zorba/email-module. Requested reviews: David Graf (davidagraf) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/imap_warnings/+merge/78718 Please quick look and fix this issue. Thanks

[Zorba-coders] [Merge] lp:~gabipetrovay/zorba/ImageMagick into lp:zorba/image-module

2011-10-08 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~gabipetrovay/zorba/ImageMagick into lp:zorba/image-module. Requested reviews: Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~gabipetrovay/zorba/ImageMagick/+merge/78717 1. Removed: image/cmake_modules/FindImageMagick.cmake

Re: [Zorba-coders] [Merge] lp:~gabipetrovay/zorba/geo-win-build into lp:zorba/geo-module

2011-10-07 Thread Gabriel Petrovay
> I updated geos to latest trunk, and indeed now it used CMake and builds the > geos lib as dll. It is called geos.dll. > But it also has geos_static project, so I used that for linking. You mean that you "are using" it for linking? For that I guess we have to ask on the list what is the choice b

<    1   2   3   >