Added regex support to context filter

This commit is contained in:
Bartek Kryza
2023-06-08 18:55:10 +02:00
parent b0501d4bfb
commit 658bceee4b
6 changed files with 154 additions and 83 deletions

View File

@@ -107,7 +107,7 @@ struct filter {
std::vector<std::string> dependencies;
std::vector<std::string> context;
std::vector<common::string_or_regex> context;
std::vector<std::filesystem::path> paths;