Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Issue 421223003: [Findit] Plain objects to represent the returned result from running the algorithm, (Closed)

Created:
6 years, 4 months ago by jeun1
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Findit] Plain objects to represent the returned result from running the algorithm, NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289949

Patch Set 1 #

Total comments: 64

Patch Set 2 : addressed codereview #

Total comments: 5

Patch Set 3 : addressed code review / added git support. #

Total comments: 4

Patch Set 4 : Addressed codereview. #

Patch Set 5 : fixed bug on blame prettify #

Patch Set 6 : Refactored matchset/blame and added object result to represent both of them. #

Total comments: 8

Patch Set 7 : added JSON format #

Total comments: 4

Patch Set 8 : addressed codereview. #

Total comments: 44

Patch Set 9 : addressed code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+307 lines, -0 lines) Patch
A tools/findit/blame.py View 1 2 3 4 5 6 7 8 1 chunk +162 lines, -0 lines 0 comments Download
A tools/findit/match_set.py View 1 2 3 4 5 6 7 8 1 chunk +128 lines, -0 lines 0 comments Download
A tools/findit/result.py View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
jeun
6 years, 4 months ago (2014-07-31 00:48:14 UTC) #1
stgao
https://codereview.chromium.org/421223003/diff/1/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/421223003/diff/1/tools/findit/blame.py#newcode4 tools/findit/blame.py:4: from threading import Lock, Thread Please add an empty ...
6 years, 4 months ago (2014-08-04 20:44:58 UTC) #2
jeun
https://codereview.chromium.org/421223003/diff/1/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/421223003/diff/1/tools/findit/blame.py#newcode4 tools/findit/blame.py:4: from threading import Lock, Thread On 2014/08/04 20:44:56, Shuotao ...
6 years, 4 months ago (2014-08-06 21:33:05 UTC) #3
stgao
https://codereview.chromium.org/421223003/diff/1/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/421223003/diff/1/tools/findit/blame.py#newcode26 tools/findit/blame.py:26: url: url of this revision On 2014/08/06 21:33:04, jeun ...
6 years, 4 months ago (2014-08-09 19:51:02 UTC) #4
jeun
Hi Shoutao, I have addressed the code review. Would you mind taking another look? Thanks! ...
6 years, 4 months ago (2014-08-12 18:17:34 UTC) #5
stgao
Hi Jason, The CL looks good to me. I just posted two small comments. Feel ...
6 years, 4 months ago (2014-08-12 19:12:18 UTC) #6
jeun
Hi Shuotao, I have addressed the code review. Marty and Abhishek, can you take a ...
6 years, 4 months ago (2014-08-12 20:21:05 UTC) #7
jeun
Hi Shuotao, I have refactored the code and added the result object. Would you mind ...
6 years, 4 months ago (2014-08-13 23:30:03 UTC) #8
stgao
After addressing my comments, this CL could be committed today. https://codereview.chromium.org/421223003/diff/100001/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/421223003/diff/100001/tools/findit/blame.py#newcode106 ...
6 years, 4 months ago (2014-08-14 16:31:19 UTC) #9
jeun
Hi Shuotao, I have addressed the codereview and added JSON format support. thanks! https://codereview.chromium.org/421223003/diff/100001/tools/findit/blame.py File ...
6 years, 4 months ago (2014-08-14 17:38:57 UTC) #10
stgao
One more nit. Please also update the description and subject of this CL. Use the ...
6 years, 4 months ago (2014-08-14 17:47:16 UTC) #11
jeun
Hi Shuotao, I have updated the files as suggested. Thanks! https://codereview.chromium.org/421223003/diff/120001/tools/findit/result.py File tools/findit/result.py (right): https://codereview.chromium.org/421223003/diff/120001/tools/findit/result.py#newcode25 ...
6 years, 4 months ago (2014-08-14 18:04:00 UTC) #12
stgao
lgtm
6 years, 4 months ago (2014-08-14 18:28:19 UTC) #13
stgao
Hi Jason, You could check the "commit" box to make this CL into Commit Queue. ...
6 years, 4 months ago (2014-08-14 18:28:59 UTC) #14
aarya
https://codereview.chromium.org/421223003/diff/140001/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/421223003/diff/140001/tools/findit/blame.py#newcode17 tools/findit/blame.py:17: content: The content of the line to find the ...
6 years, 4 months ago (2014-08-14 20:22:21 UTC) #15
aarya
some more comments, make sure to fix the old ones too (in last comment.) https://codereview.chromium.org/421223003/diff/140001/tools/findit/blame.py ...
6 years, 4 months ago (2014-08-14 21:14:40 UTC) #16
jeun
Hi, I have addressed the code review. Thanks! https://codereview.chromium.org/421223003/diff/140001/tools/findit/blame.py File tools/findit/blame.py (right): https://codereview.chromium.org/421223003/diff/140001/tools/findit/blame.py#newcode17 tools/findit/blame.py:17: content: ...
6 years, 4 months ago (2014-08-14 22:16:49 UTC) #17
aarya
lgtm
6 years, 4 months ago (2014-08-15 05:31:55 UTC) #18
jeun
The CQ bit was checked by jeun@google.com
6 years, 4 months ago (2014-08-15 16:30:53 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jeun@chromium.org/421223003/200001
6 years, 4 months ago (2014-08-15 16:32:23 UTC) #20
commit-bot: I haz the power
6 years, 4 months ago (2014-08-15 18:36:30 UTC) #21
Message was sent while issue was closed.
Committed patchset #9 (200001) as 289949

Powered by Google App Engine
This is Rietveld 408576698