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
=== modified file 'src/diagnostics/xquery_diagnostics.h'
--- src/diagnostics/xquery_diagnostics.h 2013-01-12 00:48:23 +0000
+++ src/diagnostics/xquery_diagnostics.h 2013-01-22 18:19:27 +0000
@@ -123,14 +123,7 @@
123 warnings_type warnings_;123 warnings_type warnings_;
124};124};
125125
126////////// TEMPORARY TRANSITION MACROS: THESE WILL BE REMOVED /////////////////126///////////////////////////////////////////////////////////////////////////////
127
128#define ZORBA_ERROR_DESC_OSS(LOCALNAME,MSG) \
129 do { \
130 std::ostringstream oss; \
131 oss << MSG; \
132 throw XQUERY_EXCEPTION( LOCALNAME, ERROR_PARAMS( oss.str() ) ); \
133 } while (0)
134127
135} // namespace zorba128} // namespace zorba
136129

Subscribers

People subscribed via source and target branches