HeisenbugLtd / spat

SPARK Proof Analysis Tool
https://github.heisenbug.eu/spat/
Do What The F*ck You Want To Public License
15 stars 4 forks source link

Provide an entity filter parameter #34

Closed Jellix closed 4 years ago

Jellix commented 4 years ago

When trying to analyze single proof times, the current filters are not sufficient. An idea would be to add some entity filter option to only show matching entries for a certain entity.

Roughly like

run_spat -rf - ct -e Setup_Key -P saatana.gpr

Which would have the expected effect (report failed/sort by time), but only for entities that match "Setup_Key".

Open questions: Maybe wildcard matching, or even reg exp?