AdguardTeam / FiltersCompiler

A tool that compiles & validates filters
GNU Lesser General Public License v3.0
52 stars 12 forks source link

Add the ability to build filters completely locally #189

Open Alex-302 opened 1 year ago

Alex-302 commented 1 year ago

To simplify the checking of changes in the filters compiler, it is necessary to be able to test different versions of the compiler with the same version of raw filters.

That is, first it is necessary to do full processing to download all filters, and then diffs can be compared (without redundant changes added to the filters between compilations of the filters).

Add an ability to: