Dr Mark C. Sinclair
eccc7edeba
chore(common/web): add blank line at end of file
2024-11-29 03:30:08 +00:00
Dr Mark C. Sinclair
1d0dddb11e
chore(common/web): Merge branch 'master' into test/common/web/types/9052-unit-tests-unicodeset-parser-api
2024-11-29 03:27:39 +00:00
Dr Mark C. Sinclair
3de4f997e1
chore(common/web): remove MockUnicodeSet as unnecessary
2024-11-29 01:56:38 +00:00
Eberhard Beilharz
c7773f9e9c
Merge pull request #12719 from keymanapp/refactor/common/tc_tests
...
refactor(common): output number of tests when running on TC
2024-11-28 19:41:16 +07:00
Dr Mark C. Sinclair
a2cb00aa81
chore(common/web): add copyright banner
2024-11-28 02:01:45 +00:00
Dr Mark C. Sinclair
6bc46b030f
chore(common/web): Merge branch 'master' into test/common/web/types/9052-unit-tests-unicodeset-parser-api
2024-11-28 01:54:50 +00:00
Dr Mark C. Sinclair
1837529765
chore(common/web): add braces to for loop in initListItem()
2024-11-28 01:48:16 +00:00
Dr Mark C. Sinclair
4dbb33eac4
chore(common/web): add copyright banner
2024-11-28 01:43:37 +00:00
Eberhard Beilharz
d151d0999f
refactor(common): output number of tests when running on TC
...
This change adds the mocha-teamcity-reporter which outputs the running
tests in a special format that TeamCity can interpret. This allows TC
to show which tests run as well as the number of tests run.
2024-11-27 11:15:43 +01:00
Dr Mark C. Sinclair
acf156b965
chore(common/web): add test-unicodeset-parser.ts to test UnicodeSet
2024-11-27 07:02:44 +00:00
Dr Mark C. Sinclair
60967375a3
chore(common/web): Merge branch 'master' into test/common/web/types/9052-unit-tests-string-list
2024-11-27 06:25:53 +00:00
Dr Mark C. Sinclair
402b4065e0
chore(common/web): refactor tests for readability
2024-11-27 06:10:45 +00:00
Dr Mark C. Sinclair
19da0c73ae
chore(developer): add four additional test cases
2024-11-27 05:48:51 +00:00
Dr Mark C. Sinclair
b3398fb941
chore(developer): add test cases for ListItem.toString() and toStringArray()
2024-11-27 05:39:56 +00:00
Dr Mark C. Sinclair
04a8a0a5d5
chore(developer): add seven test cases for ListItem.compareTo
2024-11-27 05:33:07 +00:00
Dr Mark C. Sinclair
d77c5aeb6b
chore(developer): add seven additional test cases for ListItem.isEqual
2024-11-27 05:16:24 +00:00
Dr Mark C. Sinclair
769259e6f6
chore(developer): add four test cases for ListItem.isEqual, plus refactor for length
2024-11-27 05:04:20 +00:00
Marc Durdin
b54b005830
refactor(common): move remaining LDML keyboard types into LdmlKeyboardTypes
...
Follows: #12712
2024-11-27 11:52:53 +07:00
Dr Mark C. Sinclair
88b0f712d0
chore(developer): add three ListItem.getItemOrder() test cases
2024-11-27 03:47:28 +00:00
Dr Mark C. Sinclair
15c71d7b95
chore(developer): add a further ListItem.fromStrings() test case
2024-11-27 03:38:24 +00:00
Dr Mark C. Sinclair
ef46a8eab1
chore(developer): add a ListItem.fromStrings() test case
2024-11-27 03:28:36 +00:00
Marc Durdin
e8bc0773df
refactor(common): LexicalModelTypes tests
...
Fixes : #12516
2024-11-27 10:03:13 +07:00
Marc Durdin
b10634eb97
refactor(common): move all lexical model types into LexicalModelTypes container
...
Many of the types had very generic names (e.g. `Configuration`), and as
the types are now exported from `@keymanapp/common-types`, this was
unhelpful.
For units with many references, I used TypeScript's import-equals to
reduce the change impact. For units with only a few references, I added
the `LexicalModelTypes.` prefix to the references in source.
(Best reference I could find for import-equals: b722fa4e49 )
Fixes : #12516
2024-11-27 09:46:09 +07:00
Dr Mark C. Sinclair
a5c80243e7
chore(developer): add six test cases for ListIndex
2024-11-27 02:24:11 +00:00
Dr Mark C. Sinclair
fa4f1e5d0f
chore(developer): add one ListItem test case
2024-11-26 08:50:36 +00:00
Dr Mark C. Sinclair
2cb2e8c4fb
chore(developer): initial commit of test-string-lists.ts
2024-11-26 08:08:15 +00:00
Marc Durdin
5a93bdf6c2
chore(developer): make package subfile description fully optional
...
The package subfile description field is never really used in the
end-user apps. As it is meaningless metadata, we'll make it fully
optional, and start to remove all references in the designers and
compilers.
TODO: For packages targeting Keyman 18.0+, we should consider removing
the description field altogether from the subfiles.
2024-11-13 10:03:26 +07:00
Marc Durdin
eefbdc413d
Merge pull request #12555 from keymanapp/feat/developer/kmc-copy
...
feat(developer): kmc-copy
2024-11-08 05:14:02 +01:00
Marc Durdin
b80c124ec8
Merge pull request #11014 from keymanapp/feat/developer/kmc-generate
...
feat(developer): kmc generate
2024-11-08 05:13:51 +01:00
Steven R. Loomis
3eac4f12c9
fix(common): check for invalid markers
...
- pattern parser update
- correct spelling of Error_InvalidVariableIdentifier
- track and report bad marker strings (look like markers but not)
- fix: may have missed markers mentioned in variables
- tests for above
Fixes: 12467
2024-11-04 10:15:56 -06:00
Steven R. Loomis
fb4f22da66
fix(common): check for invalid markers
...
- pattern parser update
Fixes: 12467
2024-11-01 16:50:25 -05:00
Marc Durdin
40db1c2051
feat(common): add isDirectory, helper functions for kmc-copy
2024-10-22 10:28:03 +07:00
Marc Durdin
0d9688451d
Merge branch 'master' into feat/developer/kmc-generate
2024-10-11 03:26:54 +02:00
Eberhard Beilharz
4f3a68494c
refactor(web): address code review comments
2024-10-10 09:09:17 +02:00
Eberhard Beilharz
9885a477ec
refactor(web): address code review comments
2024-10-09 20:37:51 +02:00
Eberhard Beilharz
3b9c6ef2e4
refactor(web): move KeyboardObject type to common/web/types
...
Fixes : #11612
2024-10-08 18:53:14 +02:00
Marc Durdin
10e4bba100
Merge branch 'master' into feat/developer/kmc-generate
2024-09-26 18:55:20 +02:00
Marc Durdin
201f48a1f0
Merge pull request #12404 from keymanapp/fix/developer/12403-validate-string-use-before-definition
...
fix(developer): check vars string usage before definition
2024-09-17 00:40:24 +02:00
Marc Durdin
8424cb9349
Merge branch 'master' into feat/developer/kmc-generate
2024-09-12 08:18:37 +02:00
Marc Durdin
b7810bdd2e
fix(developer): check vars string usage before definition
...
Validation of vars was not properly checking for forward references to
string variables. This, coupled with a null vs undefined bug in
subsequent use, meant that forward reference variables were ending up
with a literal string value of 'undefined'.
This also fixes the test for visual-keyboard-compiler, where the fixture
was actually buggy and was the trigger for investigating this problem.
Fixes : #12403
Relates-to: #12395
2024-09-12 09:18:06 +07:00
Eberhard Beilharz
1fe6a0370f
refactor(web): move common/web/eslint → common/tools/eslint
...
Fixes : #12386
2024-09-10 19:16:52 +02:00
Eberhard Beilharz
4efe95a4b5
refactor(web): additional exports
...
Missed a few exports in the last commit.
2024-09-10 10:10:17 +02:00
Eberhard Beilharz
593510a204
refactor(web): explicitly list exports of lexical model types
...
Addresses code review comments.
2024-09-10 09:38:35 +02:00
Marc Durdin
4a2e6fd0a5
test(developer): add unit test for generate module
2024-09-10 10:54:22 +07:00
Eberhard Beilharz
c3e587193e
refactor(web): move model/types to web/types
...
Part-of: #12133
2024-09-09 19:59:01 +02:00
Eberhard Beilharz
dc265debd8
docs(web): more adjustments based on review comments
2024-08-29 15:00:10 +07:00
Eberhard Beilharz
9fa3eb098a
Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2024-08-29 14:54:35 +07:00
Eberhard Beilharz
1020977530
docs(web): add documentation comments for touch layout interfaces
2024-08-29 13:21:08 +07:00
Eberhard Beilharz
46ecfd4466
refactor(web): move remaining parts of keyboard-processor → keyboard
...
move parts of `common/web/keyboard-processor/` →
`web/src/engine/keyboard/`.
Fixes : #12110
2024-08-12 19:40:15 +02:00
Marc Durdin
d55558fb31
Merge pull request #12101 from keymanapp/refactor/common/9665-move-xml2js-and-related-deps-to-developer
...
refactor(common): move xml2js and related deps to @keymanapp/developer-utils 🐉
2024-08-07 15:16:07 +10:00