Skip to content

Add new methods to resuse matches

Alexander Lohnau requested to merge work/make_matches_reusable into master

This allows us to add matches, lets say in the init method and later retrieve them in the match method. This is useful if the runner uses static results or rarely changing data(like the Konsoleprofiles runner).

This also helps us with the icons, because they are not thread save and this method provides standardized way of storing the matches.

@davidedmundson

Merge request reports