Refactor unit traits in mass, power, and time headers; add comprehens…#4
Merged
Refactor unit traits in mass, power, and time headers; add comprehens…#4
Conversation
…ive formatting tests - Removed redundant comments and improved formatting consistency in `mass.hpp`, `power.hpp`, and `time.hpp`. - Updated `UnitTraits` specializations to follow a consistent style. - Introduced a new test file `test_formatting.cpp` to validate quantity string formatting, covering various scenarios including default, fixed, and scientific formats. - Ensured that formatting tests mirror Rust's formatting capabilities, enhancing the robustness of the quantity representation.
added 2 commits
February 26, 2026 14:57
- Added SPDX license identifier and copyright notice to power.hpp and time.hpp files. - Reformatted UnitTraits specializations for various power and time units for consistency. - Introduced a new script run-ci-locally.sh to facilitate local CI testing, mirroring GitHub Actions workflow. - Updated test_formatting.cpp to improve comment formatting and maintain consistency in code style.
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.
…ive formatting tests
mass.hpp,power.hpp, andtime.hpp.UnitTraitsspecializations to follow a consistent style.test_formatting.cppto validate quantity string formatting, covering various scenarios including default, fixed, and scientific formats.