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

2012-02-28 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/https-win/+merge/95060 Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/https-win into lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.la

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

2012-02-28 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/https-win/+merge/95060 Your team Zorba Coders is requested to review the proposed merge of lp:~zorba-coders/zorba/https-win into lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : zorba-coders@lists.la

[Zorba-coders] [Bug 918626] Re: Debugger: Add unit tests

2012-01-26 Thread Gabriel Petrovay
removing myself as assignee from this bug. ** Changed in: zorba Status: In Progress => Opinion ** Changed in: zorba Assignee: Gabriel Petrovay (gabipetrovay) => Matthias Brantner (matthias-brantner) -- You received this bug notification because you are a member of Zorba Coders,

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

2012-01-24 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/email_sausalito_fixes_r2651_and_r2676 into lp:zorba/email-module has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/email_sausalito_fixes_r2651_and_r2676/+merge/88236 -- https

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

2012-01-24 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/email_sausalito_fixes_r2651_and_r2676/+merge/88236 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 Unsubsc

[Zorba-coders] [Bug 918634] Re: Segfault: test/unit/debug_iter_serialization

2012-01-19 Thread Gabriel Petrovay
pushed in lp:~zorba-coders/zorba/debugger_tests ** Changed in: zorba Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/918634 Title: Segfault: test/unit

[Zorba-coders] [Bug 918723] [NEW] Debugger: evaluation failure then evaluating the context item

2012-01-19 Thread Gabriel Petrovay
Public bug reported: Search in the DebuggerServer for the following comment: // TODO: currently we don't evaluate the context item because of an exception // thrown in the dynamic context that messes up the plan wrapper in the eval // iterator and subsequent evals will fail Th

[Zorba-coders] [Bug 918720] [NEW] Debugger: failing to retrieve the query filename on non-WIN32 platforms

2012-01-19 Thread Gabriel Petrovay
Public bug reported: In the DebuggerServer, the query file name is needed to be sent to the debugger clients in the DBGP protocol. But this call fails under on Unix based systems: aQuery->getFileName() Therefore there is this comment in the code: // TODO: under Linux, when trying to get the f

[Zorba-coders] [Bug 918634] Re: Segfault: test/unit/debug_iter_serialization

2012-01-19 Thread Gabriel Petrovay
Access violation in DebuggerRuntime::getAndClearInterruptBreak() probably when reading the global variable theInterruptBreak hmmm... -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/918634 Title:

[Zorba-coders] [Bug 918634] [NEW] Segfault: test/unit/debug_iter_serialization

2012-01-19 Thread Gabriel Petrovay
Public bug reported: The test was not run because of mis-configuration in the test/unit/CMakeLists.txt. After CMakeLists.txt being corrected, it turns out that the test is segfaulting. ** Affects: zorba Importance: High Assignee: Gabriel Petrovay (gabipetrovay) Status: In

[Zorba-coders] [Bug 867205] Re: Debugger: Add xqdb command line testing

2012-01-19 Thread Gabriel Petrovay
. ** 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. https://bugs.launchpad.net/bugs/867205 Title: Debugger: Add xqdb command line testing Sta

[Zorba-coders] [Bug 918626] [NEW] Debugger: Add unit tests

2012-01-19 Thread Gabriel Petrovay
Public bug reported: New debugger unit tests are needed with the introduction of the new debugger in Zorba 2.2. ** Affects: zorba Importance: Medium Assignee: Gabriel Petrovay (gabipetrovay) Status: In Progress ** Tags: debugger test testing tests unit ** Changed in: zorba

[Zorba-coders] [Bug 867205] Re: Debugger: Add command line testing

2012-01-19 Thread Gabriel Petrovay
** Summary changed: - Add debugger tests + Debugger: Add command line testing ** Changed in: zorba Importance: Medium => Wishlist ** Changed in: zorba Milestone: None => 3.0 ** Summary changed: - Debugger: Add command line testing + Debugger: Add xqdb command line testing -- You recei

[Zorba-coders] [Bug 867205] Re: Add debugger tests

2012-01-19 Thread Gabriel Petrovay
Adding now findings about command line testing frameworks that could be used for testing the xqdb command line http://search.cpan.org/~lbrocard/Test-Expect-0.31/lib/Test/Expect.pm -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. h

[Zorba-coders] [Bug 913822] Re: Debugger: Interrupt execution with Ctrl-C and stop at next breakable expression

2012-01-18 Thread Gabriel Petrovay
** Summary changed: - Debugger: Interrupt execution with Ctrl-C and stop at next breakpoint + Debugger: Interrupt execution with Ctrl-C and stop at next breakable expression -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https:

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

2012-01-18 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_ctrl_c into lp:zorba has been updated. Commit Message changed to: Added Ctrl-C hooking in the debugger. Ctrl-C can not kill the debugger anymore. It will only stop the running query. For more details, see: https://code.launchpad.net/~zorba-

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

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

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

2012-01-18 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_ctrl_c/+merge/89014 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/debugger_ctrl_c into lp:zorba

2012-01-18 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_ctrl_c into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) David Graf (davidagraf) Related bugs: Bug #913822 in Zorba: "Debugger: Interrupt execution with Ctrl-C and stop at next breakpoint&quo

[Zorba-coders] [Bug 913822] Re: Debugger: Interrupt execution with Ctrl-C and stop at next breakpoint

2012-01-17 Thread Gabriel Petrovay
** Changed in: zorba Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/913822 Title: Debugger: Interrupt execution with Ctrl-C and stop at next breakpoin

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

2012-01-17 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_ctrl_c/+merge/88918 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/debugger_ctrl_c into lp:zorba

2012-01-17 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_ctrl_c into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) David Graf (davidagraf) Related bugs: Bug #913822 in Zorba: "Debugger: Interrupt execution with Ctrl-C and stop at next breakpoint&quo

[Zorba-coders] [Bug 913822] Re: Debugger: Interrupt execution with Ctrl-C and stop at next breakpoint

2012-01-17 Thread Gabriel Petrovay
Added this functionality in lp:~zorba-coders/zorba/debugger_ctrl_c. ** Changed in: zorba Assignee: (unassigned) => Gabriel Petrovay (gabipetrovay) ** Changed in: zorba Milestone: None => 2.2 ** Changed in: zorba Status: New => Incomplete ** Changed in: zorba

[Zorba-coders] [Bug 914655] Re: XQDB: Assertion `str.size() == length' failed.

2012-01-11 Thread Gabriel Petrovay
in eval.cpp:187 at "=" (something that has to do with an RCObject that calls ~PlanWrapper. What I don't know is how to simulate state->thePlanWrapper = NULL; from a catch outside the caller of the eval iterator's nextImpl Assigning to Markos. ** Changed in: zorba Assignee:

[Zorba-coders] [Bug 914655] Re: XQDB: Assertion `str.size() == length' failed.

2012-01-11 Thread Gabriel Petrovay
** Changed in: zorba Status: In Progress => Confirmed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/914655 Title: XQDB: Assertion `str.size() == length' failed. Status in Zorba - The XQ

[Zorba-coders] [Bug 914655] Re: XQDB: Assertion `str.size() == length' failed.

2012-01-11 Thread Gabriel Petrovay
The error generated by the command: print -c x will cause a second evaluation command to fail whatever that is (even if a correct expression), for example: print -c $x ** Changed in: zorba Importance: Undecided => Medium ** Changed in: zorba Importance: Medium => High ** Changed in: zorb

[Zorba-coders] [Bug 912936] Re: Debugger: implement stop command

2012-01-11 Thread Gabriel Petrovay
** Changed in: zorba Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/912936 Title: Debugger: implement stop command Status in Zorba - The XQuery Proce

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

2012-01-11 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/email_sausalito_fixes_r2651_and_r2676 into lp:zorba/email-module. Requested reviews: Gabriel Petrovay (gabipetrovay) David Graf (davidagraf) For more details, see: https://code.launchpad.net/~zorba-coders/zorba

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

2012-01-11 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_stop_command into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_stop_command/+merge/88107 -- https://code.launchpad.net/~zorba-coders/zorba/debu

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

2012-01-10 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_stop_command/+merge/88107 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/debugger_stop_command into lp:zorba

2012-01-10 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_stop_command into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) David Graf (davidagraf) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_stop_command/+merge/88107 Implemented

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

2012-01-09 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_client_extras into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_client_extras/+merge/87817 -- https://code.launchpad.net/~zorba-coders/zorba/de

[Zorba-coders] [Bug 912936] Re: Debugger: implement stop command

2012-01-09 Thread Gabriel Petrovay
** Changed in: zorba Status: New => In Progress -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/912936 Title: Debugger: implement stop command Status in Zorba - The XQuery Processor: In

[Zorba-coders] [Bug 913822] [NEW] Debugger: Interrupt execution with Ctrl-C and stop at next breakpoint

2012-01-09 Thread Gabriel Petrovay
Public bug reported: When a long query runs and the user presses Ctrl-C, the zorba execution must be stopped at the next breakable position. The debugger client must not be quit. ** Affects: zorba Importance: Wishlist Status: New ** Tags: break debugger execution interrupt -- Yo

[Zorba-coders] [Bug 904657] Re: Debugger: run command is confusing - Replace with alias?

2012-01-06 Thread Gabriel Petrovay
This problem will not make anymore sense if Bug #901160 is implemented. Moreover, Bug #912936 should be implemented instead to complete the DBGP functionality. ** Summary changed: - Debugger: run command is confusion - Replace with alias? + Debugger: run command is confusing - Replace with alias

[Zorba-coders] [Bug 912936] [NEW] Debugger: implement stop command

2012-01-06 Thread Gabriel Petrovay
Public bug reported: The "stop" DBGP continuation command is missing and must be implemented. ** Affects: zorba Importance: High Assignee: Gabriel Petrovay (gabipetrovay) Status: New ** Tags: command dbgp debugger stop -- You received this bug notification becau

[Zorba-coders] [Bug 901160] Re: Debugger: gdb way of adding breakpoints

2012-01-06 Thread Gabriel Petrovay
nds should make some guesses if some arguments are missing as the first example David gave: (xqdb) b 9 This should already guess that a breakpoint is needed either in the current file (if during execution) or the main module (if before execution) ** Changed in: zorba Assignee: Gabrie

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

2012-01-06 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_client_windows_termination/+merge/87820 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://

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

2012-01-06 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_client_windows_termination into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba

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

2012-01-06 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_client_windows_termination into lp:zorba has been updated. Status: Merged => Needs review For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_client_windows_termination/+merge/87662 -- https://code.launchpad.n

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

2012-01-06 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_client_extras/+merge/87817 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/debugger_client_extras into lp:zorba

2012-01-06 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_client_extras into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) David Graf (davidagraf) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_client_extras/+merge/87817 Fixed

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

2012-01-05 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_client_windows_termination/+merge/87662 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://

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

2012-01-05 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_client_windows_termination into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Juan Zacarias (juan457) For more details, see: https://code.launchpad.net/~zorba-coders/zorba

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

2012-01-04 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_broken_mac_build into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87506 -- https://code.launchpad.net/~zorba-coders/zo

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

2012-01-04 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87506 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.

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

2012-01-04 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_broken_mac_build into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Paul J. Lucas (paul-lucas) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87506

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

2012-01-04 Thread Gabriel Petrovay
I have removed the wait call. The behavior is the same. I thought that the usage of wait is a safe way to not delete theClient too early and crashing the child process when this still tries to access the client. -- https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/

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

2012-01-04 Thread Gabriel Petrovay
The main process would exit and you get a console prompt even though the zorba debugger did not finish. -- https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87469 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba

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

2012-01-04 Thread Gabriel Petrovay
I want to quit, whatever the status is. What would be the solution in this case? -- https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87469 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~zorba-coders Post to : z

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

2012-01-04 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87469 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.

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

2012-01-04 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_broken_mac_build into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Paul J. Lucas (paul-lucas) For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_broken_mac_build/+merge/87469

[Zorba-coders] [Bug 867205] Re: Add debugger tests

2012-01-04 Thread Gabriel Petrovay
** Tags removed: v2.1 ** Tags added: test tests -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867205 Title: Add debugger tests Status in Zorba - The XQuery Processor: New Bug description:

[Zorba-coders] [Bug 868329] Re: URI resolver does not work well on Windows

2012-01-04 Thread Gabriel Petrovay
Followups in the discussion on zorba-coders: "File API extension for resolving path against a base URI/path" ** Changed in: zorba Assignee: Gabriel Petrovay (gabipetrovay) => (unassigned) -- You received this bug notification because you are a member of Zorba Coders,

[Zorba-coders] [Bug 904656] Re: Debugger: history in debugger client

2012-01-04 Thread Gabriel Petrovay
** Changed in: zorba Status: New => Fix Committed ** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/904656 Title: Debugger: history in debugg

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

2011-12-24 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_enhancements into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_enhancements/+merge/86801 -- https://code.launchpad.net/~zorba-coders/zorba/debu

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

2011-12-23 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_enhancements/+merge/86801 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/debugger_enhancements into lp:zorba

2011-12-23 Thread Gabriel Petrovay
Gabriel Petrovay has proposed merging lp:~zorba-coders/zorba/debugger_enhancements into lp:zorba. Requested reviews: Gabriel Petrovay (gabipetrovay) Juan Zacarias (juan457) David Graf (davidagraf) Related bugs: Bug #898581 in Zorba: "Debugger: syntax error client block&quo

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_dc into lp:zorba/data-cleaning-module

2011-12-23 Thread Gabriel Petrovay
Review: Approve I was wrong. It FIXES the issue. -- https://code.launchpad.net/~zorba-coders/zorba/fix_bug_dc/+merge/86706 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.launchpa

Re: [Zorba-coders] [Merge] lp:~zorba-coders/zorba/fix_bug_dc into lp:zorba/data-cleaning-module

2011-12-23 Thread Gabriel Petrovay
Review: Needs Fixing This doesn't fix the issue: The following tests FAILED: 2516 - zorba_data-cleaning_module/data-cleaning/conversion/address-from-user.xq (Failed) 2520 - zorba_data-cleaning_module/data-cleaning/conversion/phone-from-user.xq (Failed) 2523 - zorba_data

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

2011-12-21 Thread Gabriel Petrovay
** Changed in: zorba Milestone: None => 2.2 ** Changed in: zorba Status: New => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898581 Title: Debugger: syntax error clie

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

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

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

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

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

2011-12-20 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/debugger_client into lp:zorba has been updated. Commit Message changed to: Mature zorba debugger with graceful degradation if libedit not found. For more details, see: https://code.launchpad.net/~zorba-coders/zorba/debugger_client/+merge/86305 -- ht

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

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

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

2011-12-20 Thread Gabriel Petrovay
Use the conversation "Can we please have libedit on the build server?" for opinions about ZORBA_WITH_DEBUGGER_CLIENT. -- https://code.launchpad.net/~zorba-coders/zorba/debugger_client/+merge/86305 Your team Zorba Coders is subscribed to branch lp:zorba. -- Mailing list: https://launchpad.net/~z

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

2011-12-20 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/debugger_enhancements -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898581 Title: Debugger: syntax error client block Status in Zorba - The XQuery Proc

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

2011-12-19 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_client/+merge/86305 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] [Bug 868329] Re: URI resolver does not work well on Windows

2011-12-14 Thread Gabriel Petrovay
I would say that such an addition, if accepted, should be added to the resolve-path function. I will send a couple of emails regarding this extension. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bug

[Zorba-coders] [Bug 901173] Re: Debugger: Interactive Console Input

2011-12-13 Thread Gabriel Petrovay
A basic version should be fixed in r10590. ** Changed in: zorba Status: New => Fix Committed ** Changed in: zorba Milestone: None => 2.2 ** Branch linked: lp:~zorba-coders/zorba/debugger_client -- You received this bug notification because you are a member of Zorba Coders, which is

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

2011-12-13 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/debugger_client/+merge/85567 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/markos-scratch into lp:zorba

2011-12-09 Thread Gabriel Petrovay
The proposal to merge lp:~zorba-coders/zorba/markos-scratch into lp:zorba has been updated. Status: Needs review => Approved For more details, see: https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/84652 -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+me

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

2011-12-09 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/84652 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-

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

2011-12-09 Thread Gabriel Petrovay
Leaving a note here as well: 176 +void debugger_expr::compute_scripting_kind() 177 +{ 178 + theScriptingKind = SEQUENTIAL_FUNC_EXPR; 179 +} This is not good since it forces the entire to be sequential, and errors will be thrown for all simple functions since now they all have se

[Zorba-coders] [Bug 901676] Re: Clean the URIHelper decodeFileURI & encodeFileURI mess iin debugger_runtime.cpp

2011-12-08 Thread Gabriel Petrovay
Fixed now in the lp:~zorba-coders/zorba/debugger_client branch in r10585. ** Changed in: zorba Status: New => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/901676 Title: C

[Zorba-coders] [Bug 898593] Re: Debugger: query body not always breakable

2011-12-08 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/debugger_client ** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898593 Title: Debugger: query body not al

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

2011-12-08 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/debugger_client ** Changed in: zorba Status: In Progress => Fix Committed ** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bu

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

2011-12-08 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/debugger_client ** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867377 Title: Add debugger client command

[Zorba-coders] [Bug 898093] Re: Debugger: print source code of current line in debugger client

2011-12-08 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/debugger_client -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898093 Title: Debugger: print source code of current line in debugger client Status in Zo

[Zorba-coders] [Bug 898575] Re: Debugger: crash when breakpoint remove

2011-12-08 Thread Gabriel Petrovay
** Branch linked: lp:~zorba-coders/zorba/debugger_client ** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898575 Title: Debugger: crash when breakp

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

2011-12-08 Thread Gabriel Petrovay
** Changed in: zorba Milestone: None => 2.2 -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898580 Title: Debugger: starting query with "over" blocks the debugger client Status in Zorba - Th

[Zorba-coders] [Bug 898093] Re: Debugger: print source code of current line in debugger client

2011-12-08 Thread Gabriel Petrovay
Implemented also the source code lines. Noe at "break" you see the source code line of the entire expression. If you see more than one line, that means you stopped at an expression that spans more than one line. This makes a difference when repeatedly stopping in the same line because of multiple

[Zorba-coders] [Bug 901676] [NEW] Clean the URIHelper decodeFileURI & encodeFileURI mess iin debugger_runtime.cpp

2011-12-08 Thread Gabriel Petrovay
file. The whole should be unified probably to URIs. The debug server should be the one to align these URIs with the DBGP implenmentation. ** Affects: zorba Importance: Medium Assignee: Gabriel Petrovay (gabipetrovay) Status: New ** Tags: debugger file runtime uri ** Changed

[Zorba-coders] [Bug 901669] [NEW] Stack frames on windows have invalid URIs

2011-12-08 Thread Gabriel Petrovay
Public bug reported: I get stack frames for debugger purposes and I see in the frames such file URIs: file:///C:\Users\Gabriel\Work\28msec\zorba\builds\debug\dist\share\zorba\uris\core\2.1.0\com/zorba-xquery/www/modules/debugger/dbgp-message-handler.xq This combination of slashes and backslashe

[Zorba-coders] [Bug 901669] Re: Stack frames on windows have invalid URIs

2011-12-08 Thread Gabriel Petrovay
Search for this bug number in the src\debugger\debugger_runtime.cpp and clean the code back. -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/901669 Title: Stack frames on windows have invalid URI

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

2011-12-07 Thread Gabriel Petrovay
> This is wrong. theScriptingKind will, in general, be an ORing of the > expr_script_kind_t enum values. You should probably have 2 separate bool > params - isSequential and isUpdating - to the EvalIterator constructor, like > this: > > argv.push_back(new EvalIterator(sctx, >

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

2011-12-06 Thread Gabriel Petrovay
Review: Needs Fixing That is: zorba::expr_script_kind_t get_scripting_kind() was added because it is needed in plan_visitor.cpp in void end_visit(debugger_expr& v) (see the lp:~zorba-coders/zorba/debugger_client branch): argv.push_back(new EvalIterator(sctx, q

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

2011-12-06 Thread Gabriel Petrovay
Review: Needs Fixing I see though some things in: src/compiler/expression/expr.cpp for the debugger expression in my debugger branch I have now: void debugger_expr::compute_scripting_kind() { theScriptingKind = theExpr->get_scripting_detail(); } zorba::expr_script_kind_t debugger_expr::get_s

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

2011-12-06 Thread Gabriel Petrovay
Review: Approve -- https://code.launchpad.net/~zorba-coders/zorba/markos-scratch/+merge/84652 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] [Bug 898093] Re: Debugger: print source code of current line in debugger client

2011-12-06 Thread Gabriel Petrovay
This should be available now in r10577 in lp:~zorba- coders/zorba/debugger_client. The format is: break in ns:foo#2 at file:///my_file.xq:23 ** Changed in: zorba Status: New => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the reg

[Zorba-coders] [Bug 898593] Re: Debugger: query body not always breakable

2011-12-02 Thread Gabriel Petrovay
Fixed by adding the breakable for the MainModule query body. Now step in will stop at this breakable. Setting a breakpoint on this breakable is not allowed though. ** Changed in: zorba Status: New => Fix Committed -- You received this bug notification because you are a member of Zorba Co

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

2011-12-02 Thread Gabriel Petrovay
lp:~zorba-coders/zorba/debugger_client r10572. ** Changed in: zorba Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898580 Title: Debugger: starting q

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

2011-12-01 Thread Gabriel Petrovay
** Changed in: zorba Status: New => In Progress -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898580 Title: Debugger: starting query with "over" blocks the debugger client Status in Zor

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

2011-12-01 Thread Gabriel Petrovay
During my last changes this bug could have been corrected. I cannot reproduce it anymore. Juan, can you please check with r10570? If it works, marked it as fixed Committed. Thanks! ** Changed in: zorba Status: New => In Progress ** Changed in: zorba Assignee: Gabriel Petro

[Zorba-coders] [Bug 898575] Re: Debugger: crash when breakpoint remove

2011-12-01 Thread Gabriel Petrovay
The problem was with unprotected call to: theRuntime->removeBreakpoint(lBID) which throws an exception if the breakpoint id is wrong. Now surrounded with try catch and properly displaying the information in the client. ** Changed in: zorba Status: New => In Progress ** Changed in: zorba

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

2011-12-01 Thread Gabriel Petrovay
** Description changed: 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) br -d 0 (xqdb) r break This should have been "stopping" not "break"!!! -- You received this bug notification because you are

[Zorba-coders] [Bug 898093] Re: Debugger: print source code of current line in debugger client

2011-12-01 Thread Gabriel Petrovay
** Summary changed: - Print Source Code of Current Line in Debugger Client + Debugger: print source code of current line in debugger client -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898093 T

[Zorba-coders] [Bug 898575] Re: Debugger: crash when breakpoint remove

2011-12-01 Thread Gabriel Petrovay
** Summary changed: - Debugger: Crash when breakpoint remove + Debugger: crash when breakpoint remove -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/898575 Title: Debugger: crash when breakpoin

[Zorba-coders] [Bug 898593] [NEW] Debugger: query body not always breakable

2011-12-01 Thread Gabriel Petrovay
Public bug reported: The query body should always be breakable if no other breakpoint is set on the topmost expression. This functionality was added but it was reported by Juan for the following query: 500 eq ** Affects: zorba Importance: High Assignee: Gabriel Petrovay

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

2011-12-01 Thread Gabriel Petrovay
** Summary changed: - ImageMagick (6.6.9) segfauls on Windows + ImageMagick (6.6.9) segfaults on Windows -- You received this bug notification because you are a member of Zorba Coders, which is the registrant for Zorba. https://bugs.launchpad.net/bugs/867693 Title: ImageMagick (6.6.9) segfaul

  1   2   3   >