Update fixed-point documentation to reflect deprecation of --fixedbv#8753
Open
tautschnig wants to merge 1 commit intodiffblue:developfrom
Open
Update fixed-point documentation to reflect deprecation of --fixedbv#8753tautschnig wants to merge 1 commit intodiffblue:developfrom
tautschnig wants to merge 1 commit intodiffblue:developfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #8753 +/- ##
===========================================
+ Coverage 80.01% 80.02% +0.01%
===========================================
Files 1700 1700
Lines 188344 188344
Branches 73 73
===========================================
+ Hits 150701 150721 +20
+ Misses 37643 37623 -20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f71ebf4 to
29d7cc7
Compare
There was a problem hiding this comment.
Pull request overview
Updates the fixed-point arithmetic documentation to remove references to the deprecated --fixedbv option and to document __CPROVER_fixedbv as the preferred mechanism.
Changes:
- Replaces the
--fixedbvdescription with an overview of__CPROVER_fixedbv[width][fraction_bits]. - Adds usage examples (typedef + preprocessor approach) and expands guidance on operations/limitations.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Remove references to the deprecated `--fixedbv` command-line option (removed in PR diffblue#2148) and document `__CPROVER_fixedbv` as the preferred approach for fixed-point arithmetic Fixes: diffblue#6115 Co-authored-by: Kiro <kiro-agent@users.noreply.github.com>
29d7cc7 to
5e2a1f8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove references to the deprecated
--fixedbvcommand-line option (removed in PR #2148) and document__CPROVER_fixedbvas the preferred approach for fixed-point arithmeticFixes: #6115