Merge lp:~zorba-coders/zorba/bug-1038934 into lp:zorba

Proposed by Chris Hillery
Status: Merged
Approved by: Chris Hillery
Approved revision: 10980
Merged at revision: 11016
Proposed branch: lp:~zorba-coders/zorba/bug-1038934
Merge into: lp:zorba
Diff against target: 69 lines (+46/-1)
2 files modified
src/diagnostics/diagnostic_en.xml (+37/-1)
src/diagnostics/pregenerated/dict_en.cpp (+9/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1038934
Reviewer Review Type Date Requested Status
William Candillon Approve
Chris Hillery Approve
Review via email: mp+120446@code.launchpad.net

Commit message

Fixes debug mode crash because of missing dictionary entries.

To post a comment you must log in.
Revision history for this message
Chris Hillery (ceejatec) :
review: Approve
Revision history for this message
William Candillon (wcandillon) :
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:~zorba-coders/zorba/bug-1038934 into lp:zorba failed. Below is the output from the failed tests.

CMake Error at /home/ceej/zo/testing/zorbatest/tester/TarmacLander.cmake:274 (message):
  Validation queue job bug-1038934-2012-08-31T15-23-59.95Z 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

lp:~zorba-coders/zorba/bug-1038934 updated
10980. By Chris Hillery

Updated pre-generated file.

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 bug-1038934-2012-08-31T19-28-56.904Z 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/diagnostic_en.xml'
2--- src/diagnostics/diagnostic_en.xml 2012-08-30 13:45:43 +0000
3+++ src/diagnostics/diagnostic_en.xml 2012-08-31 19:28:19 +0000
4@@ -3697,7 +3697,43 @@
5 <entry key="JSONiq error">
6 <value>JSONIQ error</value>
7 </entry>
8-
9+
10+ <entry key="JSONiq type error">
11+ <value>JSONIQ type error</value>
12+ </entry>
13+
14+ <entry key="JSONiq static error">
15+ <value>JSONIQ static error</value>
16+ </entry>
17+
18+ <entry key="JSONiq dynamic error">
19+ <value>JSONIQ dynamic error</value>
20+ </entry>
21+
22+ <entry key="JSONiq serialization error">
23+ <value>JSONIQ serialization error</value>
24+ </entry>
25+
26+ <entry key="JSONiq warning">
27+ <value>JSONIQ warning</value>
28+ </entry>
29+
30+ <entry key="JSONiq type warning">
31+ <value>JSONIQ type warning</value>
32+ </entry>
33+
34+ <entry key="JSONiq static warning">
35+ <value>JSONIQ static warning</value>
36+ </entry>
37+
38+ <entry key="JSONiq dynamic warning">
39+ <value>JSONIQ dynamic warning</value>
40+ </entry>
41+
42+ <entry key="JSONiq serialization warning">
43+ <value>JSONIQ serialization warning</value>
44+ </entry>
45+
46 <entry key="dynamic error">
47 <value>dynamic error</value>
48 </entry>
49
50=== modified file 'src/diagnostics/pregenerated/dict_en.cpp'
51--- src/diagnostics/pregenerated/dict_en.cpp 2012-08-30 13:45:43 +0000
52+++ src/diagnostics/pregenerated/dict_en.cpp 2012-08-31 19:28:19 +0000
53@@ -609,7 +609,16 @@
54 { "~JSON_ILLEGAL_NUMBER", "illegal JSON number${ at 2}" },
55 { "~JSON_UNEXPECTED_TOKEN", "\"$2\": unexpected JSON token${ at 3}" },
56 { "~JSON_UNTERMINATED_STRING", "unterminated JSON string${ at 2}" },
57+ { "~JSONiq dynamic error", "JSONIQ dynamic error" },
58+ { "~JSONiq dynamic warning", "JSONIQ dynamic warning" },
59 { "~JSONiq error", "JSONIQ error" },
60+ { "~JSONiq serialization error", "JSONIQ serialization error" },
61+ { "~JSONiq serialization warning", "JSONIQ serialization warning" },
62+ { "~JSONiq static error", "JSONIQ static error" },
63+ { "~JSONiq static warning", "JSONIQ static warning" },
64+ { "~JSONiq type error", "JSONIQ type error" },
65+ { "~JSONiq type warning", "JSONIQ type warning" },
66+ { "~JSONiq warning", "JSONIQ warning" },
67 { "~LibModVersionMismatch_3", "XQuery library version can not be imported by a $3 version module" },
68 { "~ModuleNotFound", "module not found" },
69 { "~MustBeAbsoluteURI", "must be absolute" },

Subscribers

People subscribed via source and target branches