Merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba

Proposed by Paul J. Lucas
Status: Merged
Approved by: Paul J. Lucas
Approved revision: 11043
Merged at revision: 11195
Proposed branch: lp:~paul-lucas/zorba/pjl-misc
Merge into: lp:zorba
Diff against target: 18 lines (+1/-8)
1 file modified
src/diagnostics/xquery_diagnostics.h (+1/-8)
To merge this branch: bzr merge lp:~paul-lucas/zorba/pjl-misc
Reviewer Review Type Date Requested Status
Matthias Brantner Approve
Paul J. Lucas Approve
Review via email: mp+144361@code.launchpad.net

Commit message

Removed ZORBA_ERROR_DESC_OSS (finally, no longer used anywhere).

Description of the change

Removed ZORBA_ERROR_DESC_OSS (finally, no longer used anywhere).

To post a comment you must log in.
Revision history for this message
Paul J. Lucas (paul-lucas) :
review: Approve
Revision history for this message
Matthias Brantner (matthias-brantner) :
review: Approve
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 (message):
  Validation queue job pjl-misc-2013-01-22T18-24-45.13Z is finished. The
  final status was:

  3 tests did not succeed - changes not commited.

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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

The attempt to merge lp:~paul-lucas/zorba/pjl-misc into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:275 (message):
  Validation queue job pjl-misc-2013-01-23T00-05-38.536Z is finished. The
  final status was:

  1 tests did not succeed - changes not commited.

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

Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :
Revision history for this message
Zorba Build Bot (zorba-buildbot) wrote :

Validation queue job pjl-misc-2013-01-23T01-52-50.057Z is finished. The final status was:

All tests succeeded!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/diagnostics/xquery_diagnostics.h'
2--- src/diagnostics/xquery_diagnostics.h 2013-01-12 00:48:23 +0000
3+++ src/diagnostics/xquery_diagnostics.h 2013-01-22 18:19:27 +0000
4@@ -123,14 +123,7 @@
5 warnings_type warnings_;
6 };
7
8-////////// TEMPORARY TRANSITION MACROS: THESE WILL BE REMOVED /////////////////
9-
10-#define ZORBA_ERROR_DESC_OSS(LOCALNAME,MSG) \
11- do { \
12- std::ostringstream oss; \
13- oss << MSG; \
14- throw XQUERY_EXCEPTION( LOCALNAME, ERROR_PARAMS( oss.str() ) ); \
15- } while (0)
16+///////////////////////////////////////////////////////////////////////////////
17
18 } // namespace zorba
19

Subscribers

People subscribed via source and target branches