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

Support hex/oct/binary representation of floating-point entries #116

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

malleoz
Copy link
Contributor

@malleoz malleoz commented Apr 25, 2024

This fixes #115

@malleoz
Copy link
Contributor Author

malleoz commented Apr 25, 2024

I've updated the PR to address @cristian64's suggestion above. Testing looks good on my end for float/double reading/writing.

@cristian64
Copy link
Collaborator

@malleoz In case you've missed it, it seems the formatting is not compliant with the rules defined in the .clang-format file.

Source/Common/MemoryCommon.cpp Outdated Show resolved Hide resolved
Source/Common/MemoryCommon.cpp Outdated Show resolved Hide resolved
@cristian64
Copy link
Collaborator

@malleoz It seems an unrelated commit has been added to the branch inadvertently.

Also, I think the one commit and PR title could be reworded to mention octal and binary representation too (not only hex anymore).

@malleoz malleoz changed the title Support hex representation of floating-point entries Support hex/oct/binary representation of floating-point entries Apr 26, 2024
@malleoz
Copy link
Contributor Author

malleoz commented Apr 26, 2024

Done and done. Sorry I had cherry-picked another commit to make my own executable for personal use, and forgot to remove when making changes!

Copy link
Collaborator

@cristian64 cristian64 left a comment

Choose a reason for hiding this comment

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

Looks good. Tested on Linux.

@dreamsyntax
Copy link
Collaborator

Tested on Windows.

@dreamsyntax dreamsyntax merged commit 947839e into aldelaro5:master Apr 26, 2024
4 checks passed
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.

Fix float hexadecimal view
3 participants