Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29572671: Noissue - Use sets in build.py were appropriate (Closed)

Created:
Oct. 10, 2017, 12:59 p.m. by tlucas
Modified:
Oct. 13, 2017, 2:18 p.m.
Reviewers:
Sebastian Noack, kzar
Visibility:
Public.

Description

Noissue - Use sets in build.py were appropriate

Patch Set 1 #

Total comments: 5

Patch Set 2 : Further tuple -> set conversion #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M build.py View 1 7 chunks +14 lines, -14 lines 1 comment Download
M tox.ini View 1 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 6
tlucas
Patch Set 1 * Changed known type of to a set
Oct. 10, 2017, 1:01 p.m. (2017-10-10 13:01:55 UTC) #1
kzar
https://codereview.adblockplus.org/29572671/diff/29572672/build.py File build.py (right): https://codereview.adblockplus.org/29572671/diff/29572672/build.py#newcode472 build.py:472: ''' % knownTypes[0] What about this, won't this fail?
Oct. 10, 2017, 1:45 p.m. (2017-10-10 13:45:59 UTC) #2
Sebastian Noack
https://codereview.adblockplus.org/29572671/diff/29572672/build.py File build.py (right): https://codereview.adblockplus.org/29572671/diff/29572672/build.py#newcode392 build.py:392: command.supportedTypes = ('gecko-webext', 'chrome', 'edge') Can we please turn ...
Oct. 10, 2017, 6:34 p.m. (2017-10-10 18:34:28 UTC) #3
tlucas
Patch Set 2 * Modified the description to be more meaningful * Got rid of ...
Oct. 11, 2017, 1:21 p.m. (2017-10-11 13:21:15 UTC) #4
Sebastian Noack
Nice, LGTM!
Oct. 11, 2017, 6:45 p.m. (2017-10-11 18:45:58 UTC) #5
kzar
Oct. 13, 2017, 12:32 p.m. (2017-10-13 12:32:08 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld