Skip to content

fix(developer): validate the number of hardware layers only in Layr compiler - #16455

Open
mcdurdin wants to merge 1 commit into
feat/developer/kmc-out-dirfrom
fix/developer/16454-validate-hardware-layout-count-only-in-layrs
Open

fix(developer): validate the number of hardware layers only in Layr compiler#16455
mcdurdin wants to merge 1 commit into
feat/developer/kmc-out-dirfrom
fix/developer/16454-validate-hardware-layout-count-only-in-layrs

Conversation

@mcdurdin

Copy link
Copy Markdown
Member

KeysCompiler runs before LayrCompiler so this verification needs to defer rather than throw. We can assume that the LayrCompiler will catch it.

Fixes: KEYMAN-DEVELOPER-3XD
Fixes: #16454
Test-bot: skip

…ompiler

`KeysCompiler` runs before `LayrCompiler` so this verification needs to
defer rather than throw. We can assume that the `LayrCompiler` will
catch it.

Fixes: KEYMAN-DEVELOPER-3XD
Fixes: #16454
Test-bot: skip
@keymanapp-test-bot

keymanapp-test-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

User Test Results

Test specification and instructions

User tests are not required

Test Artifacts

  • Developer
    • Keyman Developer - build : all tests passed (no artifacts on BuildLevel "build")
    • Compiler Regression Tests - build : all tests passed (no artifacts on BuildLevel "build")
    • kmcomp.zip - build : all tests passed (no artifacts on BuildLevel "build")
  • Keyboards
    • Test Keyboards - build : all tests passed (no artifacts on BuildLevel "build")

@rc-swag rc-swag left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm

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

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

bug(developer): Error: Internal error: Expected 0 or 1 hardware layer, not 2

3 participants