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

fix(developer): structure sizes for kmcomp x64 #6408

Merged
merged 1 commit into from Mar 23, 2022

Conversation

mcdurdin
Copy link
Member

@mcdurdin mcdurdin commented Mar 22, 2022

I am not sure how this was ever working. Okay, looked at history, and this was broken by #5963 (commit e24b756), of all things, which added structure size sanity checks... but neglected to remember that struct sizes may differ between 32-bit and 64-bit code.

This just adds the specific structure sizes for x64 and verifies that the Delphi sizes are the same as the reported sizes from C++ (as reported by kcframe.exe --sizeof)

Minor tweak to printf format args for kcframe to assist in this, sorting a compiler warning.

@keymanapp-test-bot skip

I am not sure how this was ever working. This just adds the specific
structure sizes for x64 and verifies that the Delphi sizes are the
same as the reported sizes from C++.

Minor tweak to printf format args for kcframe to assist in this, sorting
a compiler warning.
@mcdurdin mcdurdin added this to the B15S5 milestone Mar 22, 2022
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Mar 22, 2022

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

Copy link
Contributor

@rc-swag rc-swag left a comment

Choose a reason for hiding this comment

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

lgtm

@mcdurdin mcdurdin merged commit d714ccc into beta Mar 23, 2022
@mcdurdin mcdurdin deleted the fix/developer/kmcomp-x64-struct-sizes branch March 23, 2022 22:45
@keyman-server
Copy link
Collaborator

Changes in this pull request will be available for download in Keyman version 15.0.221-beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants