From 1d1fa76d4708a0d51940a21d3d3d46dc36cf1a47 Mon Sep 17 00:00:00 2001 From: Alex_Holberg Date: Mon, 20 Jan 2025 15:42:53 +0100 Subject: [PATCH] Add support for ignoring lines based on a regex pattern. Useful for ignoring logging, macro calls, GUI draw calls, and single line braces --- app/templates/v2_generate_patches.html | 8 +++++++- app/utils/Executor.py | 4 ++-- app/utils/SourceFile.py | 7 ++++++- app/views.py | 7 ++++++- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/app/templates/v2_generate_patches.html b/app/templates/v2_generate_patches.html index 237e15f..c2efcd9 100644 --- a/app/templates/v2_generate_patches.html +++ b/app/templates/v2_generate_patches.html @@ -23,11 +23,17 @@

Generate patches for file {{ file.filename|basename }}

- +
+
+ +
+ +
+
{% for mutator_name, mutator in mutators.items() %}