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

Remove all references to bv2int #800

Merged
merged 1 commit into from
Oct 17, 2023
Merged

Conversation

atomb
Copy link
Collaborator

@atomb atomb commented Oct 16, 2023

The bv2nat function is more standard now, working with CVC5, too.

Two of these references are just the Boogie-level name of functions, but it’s nice to change those, too, so that there are no results when doing git grep bv2int.

The `bv2nat` function is more standard now, working with CVC5, too.

Two of these references are just the Boogie-level name of functions,
but it’s nice to change those, too, so that there are no results when
doing `git grep bv2int`.
@keyboardDrummer keyboardDrummer merged commit 3bbffe3 into boogie-org:master Oct 17, 2023
4 checks passed
@@ -41,7 +41,7 @@ public static string QuoteId(string s)
"bvsmod0", "bvsdiv_i", "bvudiv_i", "bvsrem_i", "bvurem_i", "bvumod_i", "bvule", "bvsle", "bvuge",
"bvsge", "bvslt", "bvugt", "bvsgt", "bvxor", "bvnand", "bvnor", "bvxnor", "sign_extend", "zero_extend",
"repeat", "bvredor", "bvredand", "bvcomp", "bvumul_noovfl", "bvsmul_noovfl", "bvsmul_noudfl", "bvashr",
"rotate_left", "rotate_right", "ext_rotate_left", "ext_rotate_right", "int2bv", "bv2int", "mkbv",
"rotate_left", "rotate_right", "ext_rotate_left", "ext_rotate_right", "int2bv", "bv2nat", "mkbv",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not have both in the list?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, I guess that wouldn't hurt.

@atomb atomb deleted the no-bv2int branch January 4, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants