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

Issue 705 #755

Merged
merged 6 commits into from
Jul 26, 2023
Merged

Issue 705 #755

merged 6 commits into from
Jul 26, 2023

Conversation

Halbaroth
Copy link
Collaborator

This PR fixes the issue #705.

@Halbaroth Halbaroth added this to the 2.5.0 milestone Jul 26, 2023
src/lib/frontend/models.ml Outdated Show resolved Hide resolved
src/lib/structures/modelMap.mli Outdated Show resolved Hide resolved
| "@/" | "@%" | "@*" -> true
| _ -> false

(* The model generation is not ready for FPA and Bitvector theories. *)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/not ready/known to be incomplete

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't resolve conversations asking for a change without making the corresponding change.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I thought I did it.

CHANGES.md Outdated Show resolved Hide resolved
@Halbaroth
Copy link
Collaborator Author

Done

if ModelMap.(is_suspicious functions || is_suspicious constants
|| is_suspicious arrays) then
Format.fprintf fmt "; This model is a best-effort. It includes symbols
for which model generation is known to be incomplete. @.";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should be flushing the printer here, @, would be preferrable, but I am not sure we are in a box here, so let's leave it that way for now.

| "@/" | "@%" | "@*" -> true
| _ -> false

(* The model generation is not ready for FPA and Bitvector theories. *)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't resolve conversations asking for a change without making the corresponding change.

@Halbaroth Halbaroth enabled auto-merge (squash) July 26, 2023 12:50
@Halbaroth Halbaroth merged commit 0d9a7d9 into OCamlPro:next Jul 26, 2023
8 checks passed
@bclement-ocp
Copy link
Collaborator

This PR fixes the issue #705.

Note that for this to work, the text fix #705 or fixes #705 must be in the commit message. I have manually closed #705 as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants