mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
If a `<LexicalModel>` element is found with a missing or empty `<ID>` element, the compiler will now report `ERROR_MissingModelId` instead of crashing. The corresponding check for missing `<ID>` for `<Keyboard>` element has been updated to match this, and now reports a clearer error message of `ERROR_MissingKeyboardId` rather than depending on the side-effect of looking up the keyboard in the `<File>` elements. Fixes: #13783 Fixes: KEYMAN-DEVELOPER-2X7 Test-bot: skip |
||
|---|---|---|
| .. | ||
| fixtures | ||
| helpers | ||
| kmp-inf-writer.tests.ts | ||
| markdown.tests.ts | ||
| messages.tests.ts | ||
| package-compiler.tests.ts | ||
| tsconfig.json | ||
| versioning.tests.ts | ||
| web-keyboard-metadata.tests.ts | ||
| windows-package-installer-compiler.tests.ts | ||