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

Issue 29404598: Issue 5113 - Adds support for json files to packagerChrome in top level dir (Closed)

Created:
April 6, 2017, 10:57 a.m. by Jon Sonesen
Modified:
April 24, 2017, 7:13 a.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Issue 5113 - Adds support for json files to packagerChrome in top level dir

Patch Set 1 #

Total comments: 2

Patch Set 2 : change result variable init to be set literal, add .cache for failed tests to ignore files #

Patch Set 3 : remove ignore file changes #

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

Messages

Total messages: 8
Jon Sonesen
April 6, 2017, 10:57 a.m. (2017-04-06 10:57:25 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29404598/diff/29404599/packagerChrome.py File packagerChrome.py (right): https://codereview.adblockplus.org/29404598/diff/29404599/packagerChrome.py#newcode34 packagerChrome.py:34: if os.path.splitext(file)[1] in {'.json', '.js', '.html', '.xml'}: Nice, that ...
April 6, 2017, 11:36 a.m. (2017-04-06 11:36:12 UTC) #2
Jon Sonesen
I also added the .cache dir which pytest creates when tests fail to th ignore ...
April 6, 2017, 12:05 p.m. (2017-04-06 12:05:46 UTC) #3
Sebastian Noack
On 2017/04/06 12:05:46, Jon Sonesen wrote: > I also added the .cache dir which pytest ...
April 6, 2017, 12:11 p.m. (2017-04-06 12:11:07 UTC) #4
Jon Sonesen
On 2017/04/06 12:11:07, Sebastian Noack wrote: > On 2017/04/06 12:05:46, Jon Sonesen wrote: > > ...
April 6, 2017, 12:13 p.m. (2017-04-06 12:13:46 UTC) #5
Sebastian Noack
On 2017/04/06 12:13:46, Jon Sonesen wrote: > On 2017/04/06 12:11:07, Sebastian Noack wrote: > > ...
April 6, 2017, 12:27 p.m. (2017-04-06 12:27:30 UTC) #6
Jon Sonesen
On 2017/04/06 12:27:30, Sebastian Noack wrote: > On 2017/04/06 12:13:46, Jon Sonesen wrote: > > ...
April 6, 2017, 12:28 p.m. (2017-04-06 12:28:41 UTC) #7
Sebastian Noack
April 7, 2017, 12:32 p.m. (2017-04-07 12:32:39 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld