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

chore(developer): handle layout file errors in kmw-compiler #9087

Conversation

mcdurdin
Copy link
Member

Relates to #8955.

Also removes leftover commented code, and changes an enum to string enum type in order to get constant names for free for an error message.

Error_TouchLayoutIdentifierRequires15 was split into its own error message because it was overloaded with CERR_TouchLayoutInvalidIdentifier previously but had a different message.

@keymanapp-test-bot skip

Also removes leftover commented code, and changes an enum to string enum
type in order to get constant names for free for an error message.

Error_TouchLayoutIdentifierRequires15 was split into its own error
message because it was overloaded with CERR_TouchLayoutInvalidIdentifier
previously but had a different message.
@mcdurdin mcdurdin requested a review from darcywong00 as a code owner June 26, 2023 00:04
@mcdurdin mcdurdin added this to the A17S16 milestone Jun 26, 2023
@keymanapp-test-bot
Copy link

keymanapp-test-bot bot commented Jun 26, 2023

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

mcdurdin added a commit that referenced this pull request Jun 26, 2023
The tests for layout validity in #9087 were incomplete; first, they
didn't fail the build if a key had invalid identifier, and second, there
were some constants missing from the KeyIdType test (imperfect
translation from the Delphi code in this case).
Base automatically changed from chore/developer/kmc-kmw-cleanup-javascript-strings to feature-kmc-kmw June 26, 2023 07:28
@mcdurdin mcdurdin merged commit 5182b49 into feature-kmc-kmw Jun 26, 2023
@mcdurdin mcdurdin deleted the chore/developer/kmc-kmn-kmwcompiler-handle-layout-file-errors branch June 26, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants