-
Notifications
You must be signed in to change notification settings - Fork 0
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
Clean, test & refactor 64 to 32 bit conversion step. #96
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good to me!
@marc-white did you want to do a final skim/review of the "end" product? |
Looks good to me. I just tried to resolve the last outstanding comment, but Github is being difficult... maybe the VSCode extension can save me... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Improvements looks good, should be set!
I could close the convo off... |
Awesome, I think closing the open conversation thread off removed review approvals. @marc-white or @blimlim would either of you mind doing another approval to enable a merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Resolves #95.
This PR is mostly to extract & test 64 to 32 bit down-conversion from
cubewrite()
.I've added a few things:
data
member toDummyCube
, so data grids can be attached to imitation cubes (it's simpler to reuse fixtures).I'll defer moving this step into
process()
untilcubewrite()
is deconstructed.Comments welcome :-)