~zorba-coders/zorba/trunk

« back to all changes in this revision

Viewing changes to src/diagnostics/pregenerated/dict_en.cpp

  • Committer: Tarmac
  • Author(s): David Graf
  • Date: 2012-04-13 09:17:58 UTC
  • mfrom: (10744.4.4 ordpathmsgs)
  • Revision ID: tarmac-20120413091758-j8svpeqfzais0ycy
Bug #980600.
Introduced ZORBA_ASSERT_WITH_MSG macro to give additional debugging information in case an assertion fails. Currently used in Ordpath functions. Approved: Till Westmann, Markos Zaharioudakis

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
  { "ZXQD0006", "\"$1\": invalid UTF-8 byte sequence" },
393
393
  { "ZXQP0000", "no error" },
394
394
  { "ZXQP0001", "dynamic runtime error${: 1}" },
395
 
  { "ZXQP0002", "\"$1\": assertion failed" },
 
395
  { "ZXQP0002", "\"$1\": assertion failed.${ The following information might help: 2}" },
396
396
  { "ZXQP0003", "internal error${: 1}" },
397
397
  { "ZXQP0004", "not yet implemented: $1" },
398
398
  { "ZXQP0005", "\"$1\": feature not enabled" },