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

Issue 1114343003: [Telemetry] Set dummy variable regex in tools/telemetry and tools/perf (Closed)

Created:
5 years, 7 months ago by eakuefner
Modified:
5 years, 1 month ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Set dummy variable regex in tools/telemetry and tools/perf This change sets Pylint's dummy-variables-rgx variable so that variable names consisting entirely of underscores will not trigger unused argument warnings. BUG=475714 R=dtu,aiolos,nednguyen@google.com Committed: https://crrev.com/0ee5d1c3e7b926381f4662222cefbb4224d66d63 Cr-Commit-Position: refs/heads/master@{#357130}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address Dave's comment #

Total comments: 2

Patch Set 3 : Address Dave's second comment #

Patch Set 4 : Address Kari's comment #

Total comments: 1

Patch Set 5 : freshen CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M tools/perf/pylintrc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M tools/telemetry/pylintrc View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/benchmark_run_unittest.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 41 (8 generated)
eakuefner
Please, take a look.
5 years, 7 months ago (2015-05-04 21:53:32 UTC) #1
dtu
https://codereview.chromium.org/1114343003/diff/1/tools/perf/pylintrc File tools/perf/pylintrc (right): https://codereview.chromium.org/1114343003/diff/1/tools/perf/pylintrc#newcode16 tools/perf/pylintrc:16: dummy-variables-rgx=_+ I think these need to be in a ...
5 years, 7 months ago (2015-05-04 22:19:18 UTC) #2
eakuefner
https://codereview.chromium.org/1114343003/diff/1/tools/perf/pylintrc File tools/perf/pylintrc (right): https://codereview.chromium.org/1114343003/diff/1/tools/perf/pylintrc#newcode16 tools/perf/pylintrc:16: dummy-variables-rgx=_+ On 2015/05/04 22:19:18, dtu wrote: > I think ...
5 years, 7 months ago (2015-05-04 22:21:14 UTC) #3
dtu
lgtm % nit https://codereview.chromium.org/1114343003/diff/20001/tools/perf/pylintrc File tools/perf/pylintrc (right): https://codereview.chromium.org/1114343003/diff/20001/tools/perf/pylintrc#newcode16 tools/perf/pylintrc:16: # A regular expression matching the ...
5 years, 7 months ago (2015-05-04 22:26:39 UTC) #4
eakuefner
https://codereview.chromium.org/1114343003/diff/20001/tools/perf/pylintrc File tools/perf/pylintrc (right): https://codereview.chromium.org/1114343003/diff/20001/tools/perf/pylintrc#newcode16 tools/perf/pylintrc:16: # A regular expression matching the name of dummy ...
5 years, 7 months ago (2015-05-04 22:40:03 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1114343003/40001
5 years, 7 months ago (2015-05-04 22:42:43 UTC) #8
nednguyen
On 2015/05/04 22:26:39, dtu wrote: > lgtm % nit > > https://codereview.chromium.org/1114343003/diff/20001/tools/perf/pylintrc > File tools/perf/pylintrc ...
5 years, 7 months ago (2015-05-04 22:48:14 UTC) #9
eakuefner
On 2015/05/04 at 22:48:14, nednguyen wrote: > On 2015/05/04 22:26:39, dtu wrote: > > lgtm ...
5 years, 7 months ago (2015-05-05 16:48:07 UTC) #11
eakuefner
On 2015/05/05 at 16:48:07, eakuefner wrote: > On 2015/05/04 at 22:48:14, nednguyen wrote: > > ...
5 years, 7 months ago (2015-05-05 17:02:48 UTC) #12
nednguyen
On 2015/05/05 17:02:48, eakuefner wrote: > On 2015/05/05 at 16:48:07, eakuefner wrote: > > On ...
5 years, 7 months ago (2015-05-05 18:02:07 UTC) #13
dtu
On 2015/05/05 18:02:07, nednguyen (ooo til 05-07) wrote: > On 2015/05/05 17:02:48, eakuefner wrote: > ...
5 years, 7 months ago (2015-05-05 18:09:22 UTC) #14
nednguyen(REVIEW IN OTHER ACC)
On 2015/05/05 18:09:22, dtu wrote: > On 2015/05/05 18:02:07, nednguyen (ooo til 05-07) wrote: > ...
5 years, 7 months ago (2015-05-05 22:10:21 UTC) #15
eakuefner
On 2015/05/05 at 22:10:21, nednguyen wrote: > On 2015/05/05 18:09:22, dtu wrote: > > On ...
5 years, 7 months ago (2015-05-05 22:30:01 UTC) #16
aiolos (Not reviewing)
From the style guide: Unused argument warnings can be suppressed by using `_' as the ...
5 years, 7 months ago (2015-05-05 22:56:14 UTC) #17
eakuefner
New patchset reflects styleguide. On 2015/05/05 at 22:56:14, aiolos wrote: > I don't think del ...
5 years, 7 months ago (2015-05-05 23:06:39 UTC) #18
nednguyen
On 2015/05/05 23:06:39, eakuefner wrote: > New patchset reflects styleguide. > > On 2015/05/05 at ...
5 years, 7 months ago (2015-05-05 23:50:58 UTC) #19
aiolos (Not reviewing)
On 2015/05/05 23:50:58, nednguyen (ooo til 05-07) wrote: > On 2015/05/05 23:06:39, eakuefner wrote: > ...
5 years, 7 months ago (2015-05-06 00:23:10 UTC) #20
nednguyen
On 2015/05/06 00:23:10, aiolos wrote: > On 2015/05/05 23:50:58, nednguyen (ooo til 05-07) wrote: > ...
5 years, 7 months ago (2015-05-06 00:38:29 UTC) #21
nednguyen
On 2015/05/06 00:38:29, nednguyen (ooo til 05-07) wrote: > On 2015/05/06 00:23:10, aiolos wrote: > ...
5 years, 7 months ago (2015-05-06 02:21:35 UTC) #22
nednguyen
https://codereview.chromium.org/1114343003/diff/60001/tools/perf/pylintrc File tools/perf/pylintrc (right): https://codereview.chromium.org/1114343003/diff/60001/tools/perf/pylintrc#newcode17 tools/perf/pylintrc:17: dummy-variables-rgx=_$|unused_ We don't have any of "unused_" usage in ...
5 years, 7 months ago (2015-05-06 02:25:38 UTC) #23
eakuefner
On 2015/05/06 at 02:25:38, nednguyen wrote: > https://codereview.chromium.org/1114343003/diff/60001/tools/perf/pylintrc > File tools/perf/pylintrc (right): > > https://codereview.chromium.org/1114343003/diff/60001/tools/perf/pylintrc#newcode17 ...
5 years, 7 months ago (2015-05-06 02:28:51 UTC) #24
eakuefner
On 2015/05/06 at 02:28:51, eakuefner wrote: > On 2015/05/06 at 02:25:38, nednguyen wrote: > > ...
5 years, 7 months ago (2015-05-06 02:30:37 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1114343003/60001
5 years, 7 months ago (2015-05-06 03:31:58 UTC) #28
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-06 04:34:15 UTC) #30
nednguyen
On 2015/05/06 02:30:37, eakuefner wrote: > On 2015/05/06 at 02:28:51, eakuefner wrote: > > On ...
5 years, 7 months ago (2015-05-06 11:34:59 UTC) #31
aiolos (Not reviewing)
ping.
5 years, 1 month ago (2015-10-29 23:57:06 UTC) #32
dtu
lgtm
5 years, 1 month ago (2015-10-30 07:33:30 UTC) #33
nednguyen
On 2015/10/30 07:33:30, dtu wrote: > lgtm Ethan: please make some change to telemetry/ & ...
5 years, 1 month ago (2015-10-30 15:32:36 UTC) #34
aiolos (Not reviewing)
On 2015/10/30 15:32:36, nednguyen wrote: > On 2015/10/30 07:33:30, dtu wrote: > > lgtm > ...
5 years, 1 month ago (2015-10-30 15:50:51 UTC) #35
eakuefner
I have verified both that the regex works as expected, and that this change won't ...
5 years, 1 month ago (2015-10-30 16:54:01 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1114343003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1114343003/80001
5 years, 1 month ago (2015-10-30 16:54:58 UTC) #39
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-10-30 18:26:16 UTC) #40
commit-bot: I haz the power
5 years, 1 month ago (2015-10-30 18:27:06 UTC) #41
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/0ee5d1c3e7b926381f4662222cefbb4224d66d63
Cr-Commit-Position: refs/heads/master@{#357130}

Powered by Google App Engine
This is Rietveld 408576698