Skip to content

Commit

Permalink
Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Oct 5, 2023
1 parent d1a40f3 commit 2d143d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/bin/common/solving_loop.ml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ let main () =
FE.print_status (FE.Timeout None) 0;
exit_as_timeout ()
| Parsing.Parse_error ->
(* TODO(Steven): display a dummy value is a bad idea.
(* TODO(Steven): displaying a dummy value is a bad idea.
This should only be executed with the legacy frontend, which should
be deprecated in a near future, so this code will be removed (or at
least, its behavior unspecified). *)
Expand Down Expand Up @@ -589,11 +589,11 @@ let main () =
(* TODO: add the location of the statement. *)
recoverable_error "No model produced."; st
else
(* TODO: add the location of the statement. *)
let () =
recoverable_error "Model generation disabled (try --produce-models)"
in
st
begin
(* TODO: add the location of the statement. *)
recoverable_error "Model generation disabled (try --produce-models)";
st
end

| {contents = `Reset; _} ->
st
Expand Down

0 comments on commit 2d143d1

Please sign in to comment.