Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout not recognized as an SZS status #152

Open
ZachJHansen opened this issue Sep 23, 2024 · 0 comments
Open

Timeout not recognized as an SZS status #152

ZachJHansen opened this issue Sep 23, 2024 · 0 comments
Labels
C-bug Category: Bug E-easy Experience: Easy P-high Priority: High

Comments

@ZachJHansen
Copy link
Collaborator

Apparently Vampire presents a "SZS Status Timeout for " differently than other statuses. Replacing the current regex with

Regex::new(r"(?m)SZS status (?[[:word:]]+) for (?[[:word:]]*)")

seemed to fix the issue on my fork.

@ZachJHansen ZachJHansen added P-high Priority: High E-easy Experience: Easy C-bug Category: Bug labels Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: Bug E-easy Experience: Easy P-high Priority: High
Projects
None yet
Development

No branches or pull requests

1 participant