zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #18087
[Merge] lp:~nbrinza/zorba/error-messages into lp:zorba
Nicolae Brinza has proposed merging lp:~nbrinza/zorba/error-messages into lp:zorba.
Commit message:
Test merge to check the new FOTS remote queue.
Requested reviews:
Zorba Coders (zorba-coders)
Related bugs:
Bug #855533 in Zorba: "parser error messages should contain the actual value of the offending QName"
https://bugs.launchpad.net/zorba/+bug/855533
Bug #866958 in Zorba: "Parsing error not explicit enough"
https://bugs.launchpad.net/zorba/+bug/866958
Bug #867227 in Zorba: "Confusing error message"
https://bugs.launchpad.net/zorba/+bug/867227
Bug #867357 in Zorba: "Improved parser error message"
https://bugs.launchpad.net/zorba/+bug/867357
Bug #949064 in Zorba: "The faulty QName should be printed in the parser error messages"
https://bugs.launchpad.net/zorba/+bug/949064
Bug #997045 in Zorba: "EQName regressions"
https://bugs.launchpad.net/zorba/+bug/997045
Bug #1072644 in Zorba: "broken error location"
https://bugs.launchpad.net/zorba/+bug/1072644
For more details, see:
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/148300
Test merge to check the new FOTS remote queue.
--
https://code.launchpad.net/~nbrinza/zorba/error-messages/+merge/148300
Your team Zorba Coders is requested to review the proposed merge of lp:~nbrinza/zorba/error-messages into lp:zorba.
=== modified file 'src/compiler/translator/translator.cpp'
--- src/compiler/translator/translator.cpp 2013-02-09 00:26:52 +0000
+++ src/compiler/translator/translator.cpp 2013-02-13 19:33:27 +0000
@@ -15,6 +15,8 @@
*/
#include "stdafx.h"
+// TODO: remove this line. Added just to test the new FOTS remote queue.
+
#include <sstream>
#include <iterator>
#include <stack>
Follow ups