Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(98)

Issue 150041: Fix bugs in PyFullFeedback (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 7 months ago by Collin Winter
Modified:
16 years, 7 months ago
Reviewers:
Jeffrey Yasskin
CC:
unladen-swallow_googlegroups.com
Visibility:
Public.

Description

Committed as r893.

Patch Set 1 #

Total comments: 6

Patch Set 2 : Fix more bugs, add tests #

Patch Set 3 : Rename TypeSet -> ObjSet #

Total comments: 2

Patch Set 4 : Remove redundant clear #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -24 lines) Patch
M Unittests/RuntimeFeedbackTest.cc View 2 chunks +42 lines, -0 lines 0 comments Download
M Util/RuntimeFeedback.h View 2 1 chunk +5 lines, -3 lines 0 comments Download
M Util/RuntimeFeedback.cc View 1 2 3 5 chunks +31 lines, -21 lines 0 comments Download

Messages

Total messages: 5
Collin Winter
PTAL
16 years, 7 months ago (2009-11-05 21:49:34 UTC) #1
Jeffrey Yasskin
http://codereview.appspot.com/150041/diff/1/2 File Util/RuntimeFeedback.cc (right): http://codereview.appspot.com/150041/diff/1/2#newcode274 Line 274: for (TypeSet::iterator it = rhs.data_.begin(), end = rhs.data_.end(); ...
16 years, 7 months ago (2009-11-05 21:54:31 UTC) #2
Collin Winter
PTAL http://codereview.appspot.com/150041/diff/1/2 File Util/RuntimeFeedback.cc (right): http://codereview.appspot.com/150041/diff/1/2#newcode274 Util/RuntimeFeedback.cc:274: for (TypeSet::iterator it = rhs.data_.begin(), end = rhs.data_.end(); ...
16 years, 7 months ago (2009-11-10 21:19:50 UTC) #3
Jeffrey Yasskin
LGTM http://codereview.appspot.com/150041/diff/2007/3005 File Util/RuntimeFeedback.cc (right): http://codereview.appspot.com/150041/diff/2007/3005#newcode257 Util/RuntimeFeedback.cc:257: this->data_.clear(); No need to clear this->data_. It was ...
16 years, 7 months ago (2009-11-10 21:26:29 UTC) #4
Collin Winter
16 years, 7 months ago (2009-11-10 21:42:29 UTC) #5
Committing.

http://codereview.appspot.com/150041/diff/2007/3005
File Util/RuntimeFeedback.cc (right):

http://codereview.appspot.com/150041/diff/2007/3005#newcode257
Util/RuntimeFeedback.cc:257: this->data_.clear();
On 2009/11/10 21:26:29, Jeffrey Yasskin wrote:
> No need to clear this->data_. It was just created, so it's definitely empty.

Done.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b