Dr Mark C. Sinclair
5ea3f6ec16
chore(developer): refactor CompMsg.cpp to use a std::map
2024-05-20 11:19:54 +01:00
Dr Mark C. Sinclair
a099c86ad8
chore(developer): remove unnecessary use of local variable in three AddCompileError test cases
2024-05-16 11:49:43 +01:00
Dr Mark C. Sinclair
db257139fb
chore(developer): refactor AddCompileError test to use const local variables
2024-05-16 11:39:56 +01:00
Dr Mark C. Sinclair
95b9986709
chore(developer): use GetCompilerErrorString to fetch error messages for tests
2024-05-16 11:11:44 +01:00
Dr Mark C. Sinclair
451731f5b1
chore(developer): move the msgproc stubbing into the test class
2024-05-16 10:50:23 +01:00
Dr Mark C. Sinclair
8e47082d20
chore(developer): add extra test cases to AddCompileError test
2024-05-14 10:58:33 +01:00
Dr Mark C. Sinclair
651bd92043
chore(developer): add initial AddCompilerError test
2024-05-13 16:44:49 +01:00
Dr Mark C. Sinclair
e8ecb67c66
chore(developer): add extra test case to hasPreamble test
2024-05-13 12:29:41 +01:00
Dr Mark C. Sinclair
bd4aeffcb7
chore(developer): add CompMsg GetCompilerErrorString test
2024-05-13 12:20:32 +01:00
Dr Mark C. Sinclair
35f401780f
chore(developer): add hasPreamble test
2024-05-13 11:50:23 +01:00
Dr Mark C. Sinclair
330070fe91
chore(developer): add list of functions needing test (as comments)
2024-05-13 11:29:55 +01:00
Dr Mark C. Sinclair
34b61cd49c
chore(developer): add additional test case to IsValidKeyboardVersion test
2024-05-13 10:32:59 +01:00
Dr Mark C. Sinclair
810c9720d3
chore(developer): Merge branch 'master' into test/developer/kmcmplib-compiler-unit-tests
2024-05-13 10:24:13 +01:00
Darcy Wong
cbf1fd5cb1
chore(common): Merge beta to master for sprint A18S1 part 2
2024-05-10 06:27:02 +07:00
Dr Mark C. Sinclair
4cae4310f0
chore(developer): add ValidateMatchNomatchOutput test
2024-05-09 13:43:34 +01:00
Dr Mark C. Sinclair
90b12c2a38
chore(developer): add improved comment in IsValidKeyboardVersion
2024-05-09 12:56:09 +01:00
Dr Mark C. Sinclair
3b23164b37
chore(developer): switch to use of u"xx" strings
2024-05-09 12:52:41 +01:00
Dr Mark C. Sinclair
ebfb3c5739
chore(developer): add wstrtostr test
2024-05-09 12:06:32 +01:00
Dr Mark C. Sinclair
2f528c26b0
chore(developer): add strtowstr test
2024-05-09 11:44:50 +01:00
Dr Mark C. Sinclair
46efc97833
chore(developer): add fixture class and symbolic constants for KMX_WCHARs
2024-05-09 10:52:15 +01:00
Steven R. Loomis
18afd44b44
Merge branch 'chore/core/11033-points-not-units' of https://github.com/keymanapp/keyman into chore/core/11033-points-not-units
2024-05-08 09:07:12 -05:00
Steven R. Loomis
ca05471520
chore(windows): more updates for libkeymancore version
2024-05-08 09:07:01 -05:00
Steven R. Loomis
1fe76bcd26
Merge branch 'master' into chore/core/11033-points-not-units
2024-05-07 09:26:07 -05:00
Dr Mark C. Sinclair
aad39d5e60
chore(developer): add global thread compilation argument for emscripten to overcome wasm build problem
2024-05-07 13:21:17 +01:00
Dr Mark C. Sinclair
fa8d3a4a65
chore(developer): change IsValidKeyboardVersion to use more specific expects
2024-05-06 16:14:45 +01:00
Dr Mark C. Sinclair
421ce40f3c
chore(developer): add IsValidKeyBoardVersion test
2024-05-06 16:03:06 +01:00
Dr Mark C. Sinclair
7dc33d1f7a
chore(developer): Merge branch 'master' into test/developer/keyboard-info-compiler-unit-tests-3
2024-05-06 11:16:00 +01:00
Marc Durdin
8474372baa
fix(developer): define lastSelLength variable
...
Fixes #11361 .
2024-05-06 10:25:04 +07:00
Marc Durdin
4fc94a9e70
fix(developer): handle missing Description element for File element in package compiler
...
Fixes #11353 .
2024-05-03 14:31:10 +07:00
Marc Durdin
78902e3891
fix(developer): handle missing Name element for File element in package compiler
...
Fixes #11351 .
2024-05-03 14:25:35 +07:00
Steven R. Loomis
6706ae0957
chore(core): km_core_cp -> km_core_cu
...
- km_core_cp represents a 16 bit code unit, not a code point.
Fixes : #11033
2024-05-02 17:39:15 -05:00
Marc Durdin
cd8121ef65
chore(common): builder scripts now use /resources/build/builder.inc.sh
...
Note: there is a bit of potential confusion about the difference between
/resources/builder.inc.sh (the full implementation for builder scripts),
and /resources/build/builder.inc.sh (the source script that builder
scripts should always use).
This allows us to make assumptions that will always be true for builder
scripts that may not be true for other scripts, such as setting base
folder.
2024-05-02 15:54:31 +07:00
Marc Durdin
0f390d47cc
chore(common): maintenance on build scripts - cd
...
Fixes #11324 .
* Always `cd "$THIS_SCRIPT_PATH"`
* Remove unnecessary `cd` from all build.sh
* Remove unnecessary `set -eu` from all build.sh (and `# set -x`)
* Replace old build-utils.sh incantation in a few build.sh scripts
2024-05-02 15:54:29 +07:00
Marc Durdin
f119682cf0
Merge branch 'master' into chore/a18s1-merge-beta-into-master
2024-05-02 14:48:58 +10:00
Marc Durdin
d019707a65
Merge pull request #11244 from keymanapp/fix/developer/11199-export-osk-without-keyman-installed
...
fix(developer): support export of visual keyboard when Keyman for Windows not installed
2024-04-26 17:08:58 +10:00
Darcy Wong
3838e88afa
chore(common): Merge beta' into master for Sprint B17S6 (part 2)
2024-04-26 06:34:43 +07:00
Dr Mark C. Sinclair
90e9999657
chore(developer): replace some local variables with constants
2024-04-25 11:36:54 +01:00
Dr Mark C. Sinclair
e2ba026313
chore(developer): rmove unnecessary async from preinit test
2024-04-25 11:09:37 +01:00
Dr Mark C. Sinclair
9cb29b06da
chore(developer): Merge branch 'beta' into test/developer/keyboard-info-compiler-messages-unit-tests-2
2024-04-23 12:24:54 +01:00
Dr Mark C. Sinclair
e742926dba
chore(developer): some further elimination of code redundancy
2024-04-23 11:58:04 +01:00
Dr Mark C. Sinclair
a1c1452615
chore(developer): Merge branch 'beta' into test/developer/keyboard-info-compiler-unit-tests-3
2024-04-23 11:34:20 +01:00
Dr Mark C. Sinclair
0f0b51f80e
chore(developer): clarify element tag name in platforms test
2024-04-23 11:30:45 +01:00
Marc Durdin
e8d3600e60
chore: Merge branch 'master' into chore/merge-beta-into-master-B17S6
2024-04-23 16:41:44 +07:00
Marc Durdin
5658a177a2
Merge pull request #11276 from keymanapp/fix/developer/11274-use-strict-for-downlevel-browsers
...
fix(developer): "use strict" for downlevel browsers in Server
2024-04-23 18:55:33 +10:00
Marc Durdin
83b925310a
Merge pull request #11271 from keymanapp/fix/developer/11262-crash-when-closing-in-help-form
...
fix(developer): report missing help to sentry instead of local xml
2024-04-23 18:55:20 +10:00
Marc Durdin
85fccb35f6
Merge pull request #11269 from keymanapp/fix/developer/11233-ne-plus-ultra
...
fix(developer): keep escaped plus-sign escaped 🙀
2024-04-22 23:42:57 +10:00
Dr Mark C. Sinclair
00d7b6ccc7
chore(developer): Merge branch 'beta' into test/developer/keyboard-info-compiler-messages-unit-tests-2
2024-04-22 10:38:37 +01:00
Dr Mark C. Sinclair
2f43362e6c
chore(developer): Merge branch 'beta' into test/developer/keyboard-info-compiler-unit-tests-2
2024-04-22 10:33:13 +01:00
Marc Durdin
d3c2ddf671
Merge pull request #11275 from keymanapp/fix/developer/11273-initdroparea-lazy-init
...
fix(developer): lazy initialization of test window
2024-04-22 18:29:05 +10:00
Marc Durdin
90b7e3161f
Merge pull request #11272 from keymanapp/fix/developer/11261-handle-multiple-server-instances
...
fix(developer): handle multiple instances of Server starting
2024-04-22 18:28:58 +10:00