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

Issue 30053555: Issue 7471 - Add an API for working with blocks of filters (Closed)

Created:
May 8, 2019, 4:33 p.m. by Vasily Kuznetsov
Modified:
May 10, 2019, 8:33 a.m.
Reviewers:
Tudor Avram
CC:
mundo
Base URL:
https://hg.adblockplus.org/python-abp
Visibility:
Public.

Description

Issue 7471 - Add an API for working with blocks of filters Repository: https://hg.adblockplus.org/python-abp Base revision: 1e2e67e2d92b

Patch Set 1 #

Patch Set 2 : Refine the API and add documentation #

Total comments: 11

Patch Set 3 : Adjust the API in response to review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -62 lines) Patch
M README.rst View 1 1 chunk +16 lines, -1 line 0 comments Download
A abp/filters/blocks.py View 1 2 1 chunk +125 lines, -0 lines 0 comments Download
M abp/filters/parser.py View 1 2 chunks +45 lines, -0 lines 0 comments Download
M abp/filters/rpy.py View 1 2 chunks +1 line, -45 lines 0 comments Download
A tests/data/expected_blocks.json View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A tests/data/filterlist.txt View 1 1 chunk +13 lines, -0 lines 0 comments Download
A tests/test_filters_blocks.py View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
M tests/test_rpy.py View 1 2 chunks +1 line, -16 lines 0 comments Download

Messages

Total messages: 6
Vasily Kuznetsov
Hi Tudor, This is the new python-abp feature I have mentioned earlier today. Let me ...
May 9, 2019, 11:19 a.m. (2019-05-09 11:19:00 UTC) #1
Tudor Avram
Hi Vasily, Mundo! Looks pretty good, only had 3 comments. @Mundo: Can you please take ...
May 9, 2019, 3:51 p.m. (2019-05-09 15:51:04 UTC) #2
Vasily Kuznetsov
Hi Tudor! Thanks for the review. I've answered inline. Let's wait for Edmundo's reply and ...
May 9, 2019, 3:59 p.m. (2019-05-09 15:59:43 UTC) #3
Vasily Kuznetsov
Edmundo has told me via IRC that nested variables approach is fine for him. I ...
May 9, 2019, 4:07 p.m. (2019-05-09 16:07:31 UTC) #4
Vasily Kuznetsov
Hi Tudor, I have implemented your suggestion. How does it look? Cheers, Vasily https://codereview.adblockplus.org/30053555/diff/30054555/abp/filters/blocks.py File ...
May 9, 2019, 4:24 p.m. (2019-05-09 16:24:18 UTC) #5
Tudor Avram
May 9, 2019, 5:06 p.m. (2019-05-09 17:06:01 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld