SabineSIL
b2f397bb28
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-createSeperateUtil
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-05-20 13:32:07 +02:00
SabineSIL
bda147b7e5
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-05-20 13:31:29 +02:00
Sabine
738be7dcbf
feat(developer): add tests
2026-05-20 13:26:35 +02:00
SabineSIL
37ca974314
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-createSeperateUtil
2026-05-20 12:56:17 +02:00
Sabine
e41848abc6
feat(developer): add tests for validate() and correct JSON structure
2026-05-20 12:53:37 +02:00
Sabine
b62d87a890
feat(developer): ReviewRulesResult
2026-05-19 18:49:56 +02:00
Sabine
a717d0e6ec
feat(developer): add javadoc-style comments
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-05-19 13:54:43 +02:00
Sabine
0ef8ead31c
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-Typesafety
...
Keyman Build Summary / Summarize build status checks (push) Waiting to run
# Conflicts:
# developer/src/kmc-convert/src/keylayout-to-kmn/keylayout-to-kmn-converter.ts
# developer/src/kmc-convert/src/keylayout-to-kmn/kmn-file-writer.ts
# developer/src/kmc-convert/test/keylayout-to-kmn-converter.tests.ts
# developer/src/kmc-convert/test/kmn-file-writer.tests.ts
2026-05-19 11:45:18 +02:00
Sabine
c7e926ca30
feat(developer): rename convertBound to unitTestEndpoints
2026-05-19 11:33:08 +02:00
SabineSIL
e1d645d1f8
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-createSeperateUtil
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-05-19 10:08:44 +02:00
Sabine
f8b0892e59
feat(developer): remove 3 tests
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-05-19 09:19:58 +02:00
Sabine
b4d85280b0
feat(developer): kmc-convert converter messages
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-05-18 17:58:52 +02:00
Sabine
58331698cc
feat(developer): kmc-convert comments on PR 12564
...
use unitTestEndpoints in tests;
tests: move makePathToFixture to call of run function
edit text in describe
rename kmn-file-reader.tests -> keylayout-file-reader.tests
message Control character: use U+xxxx without quotes
2026-05-18 14:09:07 +02:00
Sabine
e9a1a7ff4b
feat(developer): add/edit descriptions of tests in header of tests
2026-05-18 13:59:47 +02:00
Keyman Server
7fda1c36ea
Merge branch 'epic/kmc-convert' into auto/A19S28-merge-master-into-kmc-convert
2026-05-11 14:55:57 +02:00
Sabine
444f0d31d6
feat(developer): resolve conflict - remove commented line
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-05-04 18:53:32 +02:00
Sabine
49c24747c9
feat(developer): resolve conflict - convert parameter to Number
2026-05-04 18:07:42 +02:00
Sabine
406d9ed23c
Merge branch 'feat/developer/kmc-convert-createSeperateUtil' of https://github.com/keymanapp/keyman into feat/developer/kmc-convert-createSeperateUtil
...
# Conflicts:
# developer/src/kmc-convert/src/keylayout-to-kmn/keylayout-to-kmn-converter.ts
2026-05-04 17:48:35 +02:00
Sabine
751d5ed6bc
feat(developer): resolve conflict :'key' does not exist in type ...
2026-05-04 17:46:30 +02:00
SabineSIL
978bc3c4c0
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-createSeperateUtil
2026-05-04 17:30:06 +02:00
Sabine
d8f770dfb0
feat(developer): adapt convertToUnicodeCharacter() with tests:
...
adapt use of unicode in .keylayout files and use html(hex) instead
ignore U+xxxx as output character in keylayout file (it is treated as string now)
add testfiles
2026-05-04 17:25:53 +02:00
Sabine
1c3524ef31
feat(developer): typos, tidy up
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-04-28 22:54:19 +02:00
Sabine
620851ac6f
feat(developer): edit comments
2026-04-28 21:58:22 +02:00
Sabine
461fdd86c4
feat(developer): replace all any-datatypes
...
add checkForCorrespondingElements() to validate()
min/maxOccurs added in keylayout.xsd
edited keylayout.dtd
(possible remaining squiggle lines will be addressed in PR#15860
2026-04-28 19:27:21 +02:00
Sabine
9a9d33bb50
feat(developer):
...
Keyman Build Summary / Summarize build status checks (push) Waiting to run
adapt elements of keylayout-xml
boxArray
parsing ( tests, validate of and error msg for different amount of keymap<->keymapSelect)
first version keylayout.dtd, keylayout.xsd, keylayout.schema.json
2026-04-27 18:12:34 +02:00
Marc Durdin
e99813b3e3
chore(common): cleanup optionals in ldml keyboard reader
...
`boxArrays` had some optional chaining that was either not needed,
and/or was used in an inappropriate context, for example within the
iterable argument to a `for` statement, which would have caused an "not
iterable" error if it ever actually resolved to `undefined`.
This should have no material impact on the code, but helps to clarify
code readability.
Test-bot: skip
2026-04-22 15:33:26 +02:00
Sabine
9c51f43663
feat(developer): remove duplicate tests change message text
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-04-22 10:50:47 +02:00
Sabine
856a3a03c8
Merge branch 'feat/developer/kmc-convert-createSeperateUtil' of https://github.com/keymanapp/keyman into feat/developer/kmc-convert-createSeperateUtil
2026-04-22 10:38:54 +02:00
Sabine
dc64580c9c
feat(developer): remove some comments
2026-04-22 10:37:58 +02:00
SabineSIL
f4079065b1
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-createSeperateUtil
2026-04-22 10:24:58 +02:00
Sabine
be063a8687
feat(developer): move convertToUnicodeCharacter() and tests to common
...
convertToUnicodeCharacter() -> common\web\types\src\util\convert-utils.ts
convertToUnicodeCharacter() tests -> common\web\types\tests\util\convert-utils.tests.ts
2026-04-22 10:21:29 +02:00
Sabine
34051a0771
Merge branch 'feat/developer/kmc-convert' into feat/developer/kmc-convert-createSeperateUtil
...
# Conflicts:
# developer/src/kmc-convert/src/keylayout-to-kmn/keylayout-to-kmn-converter.ts
# developer/src/kmc-convert/src/keylayout-to-kmn/kmn-file-writer.ts
# developer/src/kmc-convert/test/keylayout-to-kmn-converter.tests.ts
# developer/src/kmc-convert/test/kmn-file-writer.tests.ts
2026-04-22 09:02:51 +02:00
SabineSIL
0348553207
Merge branch 'epic/kmc-convert' into feat/developer/kmc-convert
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-04-21 17:28:38 +02:00
Sabine
f061a467ce
feat(developer): Errormessage, remove keyboard tests, duplicate line boxXmlArray, filter function, remove USED_KEY_IDENTIFIER and function to calculate it
2026-04-21 16:08:31 +02:00
Keyman Server
f0893c347b
Merge branch 'epic/kmc-convert' into auto/A19S26-merge-master-into-kmc-convert
2026-04-10 17:04:54 +02:00
Sabine
e85e965a5e
feat(developer): more tidy up in tests
2026-04-09 16:30:09 +02:00
Sabine
fa19344866
feat(developer): some tidy up in tests
2026-04-09 16:21:11 +02:00
Sabine
cc31feb32b
feat(developer): remove tests for convertToUnicodeCodePoint
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-04-09 14:08:49 +02:00
Sabine
2b5782d177
feat(developer): tidy up and new test for ExtraWarning
2026-04-09 13:52:22 +02:00
Sabine
435a0f4269
feat(developer): move finding of control characters to function writeCharacterOrUnicode()
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-04-08 20:37:31 +02:00
Sabine
64df04dfe6
feat(developer): writing of control characters
2026-04-08 13:36:38 +02:00
Sabine
870f75d50a
feat(developer): removed removeWhitespace(), removeWhitespaceBoxArray()
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-04-03 09:56:39 +02:00
Sabine
0e67a6605a
feat(developer): use KeymanXMLReader instead of XMLParser
...
Keyman Build Summary / Summarize build status checks (push) Waiting to run
adapt writing
use new keylayout.xsd without "@__"
change name MAX_KEY_COUNT, USE_KEY_COUNT
remove init()
2026-04-02 20:21:56 +02:00
Sabine
5ba063256e
feat(developer): dummy change to start TC
Keyman Build Summary / Summarize build status checks (push) Waiting to run
2026-03-31 23:59:37 +02:00
Sabine
9920442c14
feat(developer): remove some tests
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
2026-03-31 21:41:50 +02:00
Sabine
957c249658
feat(developer): edit name of test
2026-03-31 21:37:10 +02:00
Sabine
023223d199
feat(developer): use correct filename for test
2026-03-31 21:25:03 +02:00
Sabine
8aa9674acd
Merge branch 'feat/developer/kmc-convert' of https://github.com/keymanapp/keyman into feat/developer/kmc-convert
...
# Conflicts:
# developer/src/kmc-convert/test/keylayout-to-kmn-converter.tests.ts
2026-03-31 21:07:50 +02:00
Sabine
e96a9fb67f
feat(developer): change 1 test
2026-03-31 21:04:27 +02:00
Sabine
718d608aa0
feat(developer): change 1 test
2026-03-31 20:38:38 +02:00