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

Correctly stream out quantities with a char Rep #218

Merged

Conversation

hoffbrinkle
Copy link
Contributor

Quantities that have a char Rep will have the resulting raw number
streamed as a char. Given that a Quantity is a number, users would
expect that a the value would be streamed as the integral number, not
interpreted as a character code.

Quantities that have a `char` `Rep` will have the resulting raw number
streamed as a `char`.  Given that a Quantity is a number, users would
expect that a the value would be streamed as the integral number, not
interpreted as a character code.
@CLAassistant
Copy link

CLAassistant commented Feb 5, 2024

CLA assistant check
All committers have signed the CLA.

@chiphogg chiphogg self-requested a review February 5, 2024 14:01
@chiphogg chiphogg added the release notes: 🐛 lib (bugfix) PR fixing a defect in the library code label Feb 5, 2024
Copy link
Contributor

@chiphogg chiphogg left a comment

Choose a reason for hiding this comment

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

Thanks for finding and fixing the bug, and including a test!

I think you'll need to sign the CLA before I can merge, even though it's somewhat of a formality in your case. (I know you work for Aurora, but unfortunately our tooling can't currently know that!)

au/io_test.cc Outdated Show resolved Hide resolved
au/io.hh Show resolved Hide resolved
@chiphogg chiphogg merged commit 5c65e4f into aurora-opensource:main Feb 6, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: 🐛 lib (bugfix) PR fixing a defect in the library code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants