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

Issue 150041: Fix bugs in PyFullFeedback (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 weeks, 1 day ago by Collin Winter
Modified:
3 weeks, 3 days ago
Reviewers:
Jeffrey Yasskin
CC:
unladen-swallow_googlegroups.com
SVN Base:
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 Patch
M Unittests/RuntimeFeedbackTest.cc View 2 chunks 60 lines 0 comments Download
M Util/RuntimeFeedback.cc View 1 2 3 5 chunks 99 lines 0 comments Download
M Util/RuntimeFeedback.h View 2 1 chunk 25 lines 0 comments Download

Messages

Total messages: 5
Collin Winter
PTAL
4 weeks, 1 day ago
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(); ...
4 weeks, 1 day ago
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(); ...
3 weeks, 3 days ago
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 ...
3 weeks, 3 days ago
Collin Winter
3 weeks, 3 days ago
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 r497