Skip to content

Commit

Permalink
catching more mzn error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Mar 23, 2024
1 parent c3bc347 commit a7e04a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Conjure/UI/SolveStats.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mkSolveStats Solve {..} (exitCodeSR, stdoutSR, stderrSR) rawInfo = do
[ T.isInfixOf msg combinedSR
| msg <-
[ "type error: undefined identifier",
"MiniZinc error: Memory violation detected and error message", -- minizinc
"MiniZinc error: Memory violation detected", -- minizinc
"Check failed: ParseFlatzincFile",
"parse error: unexpected end-of-file after parsing number of clauses", -- kissat
"error: Cannot open file",
Expand Down

0 comments on commit a7e04a1

Please sign in to comment.