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

Issue 29333368: Issue 3498 - Improve file mapping / skipping logic (Closed)

Created:
Jan. 12, 2016, 9:56 a.m. by kzar
Modified:
Jan. 13, 2016, 11:24 a.m.
Visibility:
Public.

Description

Issue 3498 - Improve file mapping / skipping logic

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed Wladimir's feedback #

Total comments: 2

Patch Set 3 : Pass the skip parameter for both Gecko Files.read calls #

Total comments: 4

Patch Set 4 : Addressed Sebastian's feedback #

Patch Set 5 : Remove redundant parenthesis #

Patch Set 6 : Fixed typo in Gecko packager #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M packager.py View 1 2 3 4 1 chunk +4 lines, -5 lines 0 comments Download
M packagerChrome.py View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M packagerGecko.py View 1 2 3 4 5 1 chunk +5 lines, -4 lines 0 comments Download
M packagerSafari.py View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13
kzar
Patch Set 1
Jan. 12, 2016, 9:57 a.m. (2016-01-12 09:57:55 UTC) #1
Wladimir Palant
https://codereview.adblockplus.org/29333368/diff/29333369/packager.py File packager.py (right): https://codereview.adblockplus.org/29333368/diff/29333369/packager.py#newcode96 packager.py:96: self.read(os.path.join(path, file), name, skip) No, skip as implemented right ...
Jan. 12, 2016, 12:16 p.m. (2016-01-12 12:16:33 UTC) #2
kzar
Patch Set 2 : Addressed Wladimir's feedback (I've again tested that builds for AdBlock and ...
Jan. 12, 2016, 1:09 p.m. (2016-01-12 13:09:48 UTC) #3
Wladimir Palant
https://codereview.adblockplus.org/29333368/diff/29333376/packagerGecko.py File packagerGecko.py (right): https://codereview.adblockplus.org/29333368/diff/29333376/packagerGecko.py#newcode350 packagerGecko.py:350: files.read(path, 'chrome/%s' % name) Same skip parameter has to ...
Jan. 12, 2016, 1:17 p.m. (2016-01-12 13:17:06 UTC) #4
kzar
Patch Set 3 : Pass the skip parameter for both Gecko Files.read calls https://codereview.adblockplus.org/29333368/diff/29333376/packagerGecko.py File ...
Jan. 12, 2016, 1:26 p.m. (2016-01-12 13:26:03 UTC) #5
Wladimir Palant
LGTM but please have Sebastian look at this as well - I'm not sure he ...
Jan. 12, 2016, 1:40 p.m. (2016-01-12 13:40:02 UTC) #6
Sebastian Noack
I wonder, why we don't simply call readMappedFiles() after read() and remove the code logging ...
Jan. 12, 2016, 3:53 p.m. (2016-01-12 15:53:31 UTC) #7
kzar
Patch Set 3 : Pass the skip parameter for both Gecko Files.read calls (Note I ...
Jan. 12, 2016, 5:31 p.m. (2016-01-12 17:31:37 UTC) #8
kzar
Patch Set 5 : Remove redundant parenthesis
Jan. 12, 2016, 5:33 p.m. (2016-01-12 17:33:56 UTC) #9
Sebastian Noack
On 2016/01/12 17:31:37, kzar wrote: > Patch Set 3 : Pass the skip parameter for ...
Jan. 12, 2016, 5:57 p.m. (2016-01-12 17:57:44 UTC) #10
Sebastian Noack
LGTN = LGTM
Jan. 13, 2016, 10:39 a.m. (2016-01-13 10:39:35 UTC) #11
kzar
Patch Set 6 : Fixed typo in Gecko packager Sorry just noticed a typo during ...
Jan. 13, 2016, 11:11 a.m. (2016-01-13 11:11:56 UTC) #12
Sebastian Noack
Jan. 13, 2016, 11:17 a.m. (2016-01-13 11:17:51 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld