DRAFT: Try 2^63-1 mantissa range refactoring on asan branch#6292
Draft
ximinez wants to merge 10 commits intopratik/Fix_asan_lsan_flagged_issuesfrom
Draft
DRAFT: Try 2^63-1 mantissa range refactoring on asan branch#6292ximinez wants to merge 10 commits intopratik/Fix_asan_lsan_flagged_issuesfrom
ximinez wants to merge 10 commits intopratik/Fix_asan_lsan_flagged_issuesfrom
Conversation
- That makes minMantissa 2^63/10+1. - Simplifies many of the existing operations, and removes the need for the accessors (mantissa() & exponent()) to do any math.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## pratik/Fix_asan_lsan_flagged_issues #6292 +/- ##
===================================================================
Coverage 79.9% 79.9%
===================================================================
Files 840 839 -1
Lines 65567 65583 +16
Branches 7268 7271 +3
===================================================================
+ Hits 52365 52380 +15
- Misses 13202 13203 +1
🚀 New features to boost your workflow:
|
…es' into ximinez/number_asan * XRPLF/pratik/Fix_asan_lsan_flagged_issues: fixed asan escape macro before return type added comments and haltonerror=false remove suppressions fix memory leak in LocalValue run parallel tests Don't copy the Json::StaticString fixes to static variable destruction issue. fix: Deletes expired NFToken offers from ledger (5707) chore: Add .zed editor config directory to .gitignore (6317) clang-format updates ssl context cleanup. docs: Update API changelog, add APIv2+APIv3 version documentation (6308) fix: Restore config changes that broke standalone mode (6301) chore: Add upper-case match for ARM64 in CompilationEnv (6315) ci: Update hashes of XRPLF/actions (6316) chore: Format all cmake files without comments (6294) chore: Add cmake-format pre-commit hook (6279) chore: Remove unnecessary `boost::system` requirement from conanfile (6290) chore: Set ColumnLimit to 120 in clang-format (6288) run tests in serial
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.
High Level Overview of Change
Combines #6150 and #6275.
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)