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

Issue 6609012: rename OwnersFor() to ReviewersFor(), add SyntaxError exception, ANYONE wildcard constant (Closed)

Created:
9 years, 9 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

rename OwnersFor() to ReviewersFor(), add SyntaxError exception, ANYONE wildcard constant neither SyntaxError or ANYONE is used at, but they will be shortly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76978

Patch Set 1 #

Total comments: 1

Patch Set 2 : rename SyntaxError, call super #

Total comments: 1

Patch Set 3 : use super() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -6 lines) Patch
M owners.py View 1 2 2 chunks +29 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Dirk Pranke
9 years, 9 months ago (2011-03-03 03:56:25 UTC) #1
M-A Ruel
http://codereview.chromium.org/6609012/diff/1/owners.py File owners.py (right): http://codereview.chromium.org/6609012/diff/1/owners.py#newcode12 owners.py:12: def __init__(self, path, line, msg): Call the constructor so ...
9 years, 9 months ago (2011-03-03 16:16:25 UTC) #2
Dirk Pranke
On Thu, Mar 3, 2011 at 8:16 AM, <maruel@chromium.org> wrote: > > http://codereview.chromium.org/6609012/diff/1/owners.py > File ...
9 years, 9 months ago (2011-03-03 17:26:00 UTC) #3
M-A Ruel
On 2011/03/03 17:26:00, dpranke wrote: > According to the docs, that exception is for parsing ...
9 years, 9 months ago (2011-03-03 17:28:07 UTC) #4
Dirk Pranke
On Thu, Mar 3, 2011 at 9:28 AM, <maruel@chromium.org> wrote: > On 2011/03/03 17:26:00, dpranke ...
9 years, 9 months ago (2011-03-03 17:29:42 UTC) #5
Dirk Pranke
updated.
9 years, 9 months ago (2011-03-03 21:10:20 UTC) #6
M-A Ruel
http://codereview.chromium.org/6609012/diff/5001/owners.py File owners.py (right): http://codereview.chromium.org/6609012/diff/5001/owners.py#newcode13 owners.py:13: Exception.__init__(self, (path, line, msg)) Use the super() form please.
9 years, 9 months ago (2011-03-03 21:13:50 UTC) #7
Dirk Pranke
Okay. Any particular reason, apart from the fact that it'll actually work right in a ...
9 years, 9 months ago (2011-03-03 22:42:48 UTC) #8
Dirk Pranke
9 years, 9 months ago (2011-03-03 22:47:10 UTC) #9
M-A Ruel
9 years, 9 months ago (2011-03-04 14:49:36 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698