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

Issue 6646040: suppress messages for PresubmitAddText results (Closed)

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

Description

suppress messages for PresubmitAddText results Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=77700

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M presubmit_support.py View 2 chunks +10 lines, -0 lines 1 comment Download
M tests/presubmit_unittest.py View 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Dirk Pranke
9 years, 9 months ago (2011-03-10 04:28:29 UTC) #1
M-A Ruel
lgtm with interrogations about life and everything. http://codereview.chromium.org/6646040/diff/1/presubmit_support.py File presubmit_support.py (right): http://codereview.chromium.org/6646040/diff/1/presubmit_support.py#newcode157 presubmit_support.py:157: def IsMessage(self): ...
9 years, 9 months ago (2011-03-10 13:41:44 UTC) #2
Dirk Pranke
9 years, 9 months ago (2011-03-10 19:31:28 UTC) #3
Yeah, it's kind of a toss-up. I'll leave it as-is for now.

-- Dirk

On Thu, Mar 10, 2011 at 5:41 AM,  <maruel@chromium.org> wrote:
> lgtm with interrogations about life and everything.
>
>
>
>
> http://codereview.chromium.org/6646040/diff/1/presubmit_support.py
> File presubmit_support.py (right):
>
> http://codereview.chromium.org/6646040/diff/1/presubmit_support.py#newcode157
> presubmit_support.py:157: def IsMessage(self):
> I'm wondering;
>
> this should have all been properties instead, so for instance you set a
> class member
> is_message = True
>
> and just set is_message = False in PresubmitAddText. But that would make
> it different from the rest of the code, which wouldn't be nice.
>
> http://codereview.chromium.org/6646040/
>

Powered by Google App Engine
This is Rietveld 408576698