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

Proposed by Matthias Brantner
Status: Merged
Approved by: David Graf
Approved revision: 11099
Merged at revision: 11109
Proposed branch: lp:~zorba-coders/zorba/bug-1070551
Merge into: lp:zorba
Diff against target: 36 lines (+3/-1)
3 files modified
ChangeLog (+1/-0)
modules/ExternalModules.conf (+1/-1)
src/store/naive/atomic_items.cpp (+1/-0)
To merge this branch: bzr merge lp:~zorba-coders/zorba/bug-1070551
Reviewer Review Type Date Requested Status
David Graf (community) Approve
Matthias Brantner Approve
Review via email: mp+131099@code.launchpad.net

Commit message

fix for bug #1070551 (zerr:ZOSE0003 stream read failure)

To post a comment you must log in.
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 :

Validation queue job bug-1070551-2012-10-23T21-14-48.425Z is finished. The final status was:

All tests succeeded!

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

Voting does not meet specified criteria. Required: Approve > 1, Disapprove < 1, Needs Fixing < 1, Pending < 1. Got: 1 Approve, 1 Pending.

Revision history for this message
David Graf (davidagraf) wrote :

I tested it in sausalito too. Works!

review: Approve
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-1070551-2012-10-24T11-02-48.674Z 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 'ChangeLog'
--- ChangeLog 2012-10-22 20:06:08 +0000
+++ ChangeLog 2012-10-23 21:23:21 +0000
@@ -21,6 +21,7 @@
21 * Fixed bug #1067706 (wrong const folding in mutually recursive udfs)21 * Fixed bug #1067706 (wrong const folding in mutually recursive udfs)
22 * Fixed bug #1021492 (while computeing the "sources" of a prolog var, skip22 * Fixed bug #1021492 (while computeing the "sources" of a prolog var, skip
23 any var-setting exprs that appear in non-used (and non-optimized) functions). 23 any var-setting exprs that appear in non-used (and non-optimized) functions).
24 * Fixed bug #1070551 (zerr:ZOSE0003 stream read failure)
2425
25version 2.726version 2.7
2627
2728
=== modified file 'modules/ExternalModules.conf'
--- modules/ExternalModules.conf 2012-10-08 12:09:36 +0000
+++ modules/ExternalModules.conf 2012-10-23 21:23:21 +0000
@@ -40,7 +40,7 @@
40oauth bzr lp:zorba/oauth-module zorba-2.740oauth bzr lp:zorba/oauth-module zorba-2.7
41process bzr lp:zorba/process-module zorba-2.741process bzr lp:zorba/process-module zorba-2.7
42read-pdf bzr lp:zorba/read-pdf-module zorba-2.742read-pdf bzr lp:zorba/read-pdf-module zorba-2.7
43security bzr lp:zorba/security-module zorba-2.743security bzr lp:zorba/security-module
44system bzr lp:zorba/system-module zorba-2.744system bzr lp:zorba/system-module zorba-2.7
45xqxq bzr lp:zorba/xqxq-module zorba-2.745xqxq bzr lp:zorba/xqxq-module zorba-2.7
46email bzr lp:zorba/email-module zorba-2.746email bzr lp:zorba/email-module zorba-2.7
4747
=== modified file 'src/store/naive/atomic_items.cpp'
--- src/store/naive/atomic_items.cpp 2012-09-19 21:16:15 +0000
+++ src/store/naive/atomic_items.cpp 2012-10-23 21:23:21 +0000
@@ -3711,6 +3711,7 @@
3711 std::streambuf * pbuf;3711 std::streambuf * pbuf;
3712 pbuf = theIstream.rdbuf();3712 pbuf = theIstream.rdbuf();
3713 pbuf->pubseekoff(0, std::ios::beg);3713 pbuf->pubseekoff(0, std::ios::beg);
3714 theIstream.clear();
3714 }3715 }
3715 theIsConsumed = true;3716 theIsConsumed = true;
3716 return theIstream;3717 return theIstream;

Subscribers

People subscribed via source and target branches