Steven R. Loomis
80ba5aa0ce
fix(developer): escape markers as regex 🙀
...
- escape markers to prevent the n'th marker from having some other meaning
2023-12-30 11:18:51 -06:00
Steven R. Loomis
763f7abeb0
chore(core): failing test with markers 🙀
...
- marker overrun! the 40th marker becomes a parenthesis, breaking regex
feat(core): ldml proper regex implementation 🙀 🙀 #9121
2023-12-28 18:57:33 -06:00
Steven R. Loomis
561cecb0de
fix(core): fix ldml test runner loops 🙀
...
- more easily handle test events
2023-12-28 17:57:40 -06:00
Steven R. Loomis
ae96008c11
feat(core): ldml more regex tests 🙀
...
- match in a set
- quantifiers
For: #9121
2023-12-28 17:38:21 -06:00
Steven R. Loomis
ef2f8395b4
feat(core): better reporting in ldml tests 🙀
...
- more err reporting out of inner functions such as key not found
- helper functions for setting FAIL and SKIP actions with messages
- colorization
For: #9121
2023-12-28 17:38:21 -06:00
Steven R. Loomis
e864c8c06c
Merge branch 'master' into feat/core/9468-stacked-markers-epic-ldml
2023-12-22 17:52:01 -06:00
Steven R. Loomis
53201263d9
fix(core): use marker-safe normalization in between transform stages 🙀
...
- the intermediate stages of transforms also need to use marker-safe normalization
- re-enable a test that was failing previously due to this
For: #9468
2023-12-22 17:51:18 -06:00
Keyman Server
7fa8ccac2a
Merge pull request #10301 from keymanapp/auto/version-master-17.0.237
...
auto: increment master version to 17.0.237
2023-12-23 01:02:57 +07:00
Keyman Build Agent
b8d4d1208f
auto: increment master version to 17.0.237
2023-12-22 13:02:25 -05:00
Joshua A. Horton
d1a6cf3d40
chore(web): cleans lm-worker intermediate/, not just lib/
2023-12-22 14:01:12 +07:00
Joshua A. Horton
639395e3b3
fix(android): improper handling of map-polyfill link on last merge
2023-12-22 13:28:32 +07:00
Joshua A. Horton
e5abdc6b61
chore(web): Merge remote-tracking branch 'origin/refactor/web/common-esbundling' into refactor/web/common-esbundling
2023-12-22 13:05:31 +07:00
Joshua A. Horton
670cb5f070
chore(web): Merge branch 'feat/web/es6-target-artifact' into feat/web/webview-es6-target-artifact
2023-12-22 13:02:11 +07:00
Joshua A. Horton
dc7bfc1344
chore(web): Merge branch 'change/web/build-bundler-replacement' into feat/web/es6-target-artifact
2023-12-22 12:59:20 +07:00
Joshua A. Horton
d554a0046f
chore(web): Merge branch 'refactor/web/common-esbundling' into change/web/build-bundler-replacement
2023-12-22 12:54:53 +07:00
Joshua A. Horton
b7422aa0fc
chore(web): Merge branch 'change/web/lm-worker-bundling-cleanup' into refactor/web/common-esbundling
2023-12-22 12:51:00 +07:00
Joshua A. Horton
800231d792
chore(web): Merge branch 'master' into change/web/lm-worker-bundling-cleanup
2023-12-22 12:50:32 +07:00
Steven R. Loomis
21a7680278
fix(developer): quell internal error when a section fails 🙀
...
- when a required section is missing, only throw an internal error IF we haven't already flagged a problem. for example, if 'vars' fails to compile because of a problem, and we already have an error on file, then don't throw an internal error that 'bksp' depends on uninitialized 'vars'.
- mimic this flow in the test helpers.
- add a test case for this in the test helpers, in test-tran
- add a strictError flag to say that no additional errs are allowed.
Fixes : #10291
2023-12-21 22:14:54 -06:00
Joshua A. Horton
52cb29bcfb
fix(web): adds null-guard for longpress-key validation
2023-12-22 10:27:17 +07:00
Joshua A. Horton
9ac326a8cf
fix: recent history entries without PR title
2023-12-22 10:26:01 +07:00
Steven R. Loomis
a5d98f986f
Merge pull request #10289 from keymanapp/fix/common/emcc-py-warning
...
fix(common): give warning if emcc.py is present but not executable
2023-12-21 21:11:11 -06:00
Steven R. Loomis
03c1f20a93
Merge branch 'master' into feat/core/9468-stacked-markers-epic-ldml
2023-12-21 20:50:01 -06:00
Darcy Wong
91eec3130e
Merge pull request #10292 from keymanapp/fix/oem/fv/kwadacha_tsekene
...
fix(oem/fv): Add fv_kwadacha_tsekene
2023-12-22 09:26:07 +07:00
Joshua A. Horton
1f2a735ec5
fix(web): special key highlighting when pressed
2023-12-22 08:40:43 +07:00
Keyman Server
284a0bdd7f
Merge pull request #10294 from keymanapp/auto/version-master-17.0.236
...
auto: increment master version to 17.0.236
2023-12-22 01:03:01 +07:00
Keyman Build Agent
4c7f7b6ded
auto: increment master version to 17.0.236
2023-12-21 13:02:28 -05:00
Steven R. Loomis
9d1599d557
chore(core): add some more marker tests 🙀
...
- one disabled for now
For #9468
2023-12-21 11:36:35 -06:00
Darcy Wong
4e284d93f6
fix(oem/fv): Add fv_kwadacha_tsekene
2023-12-21 10:26:25 +07:00
Steven R. Loomis
12aa9a5b69
chore(core): add some more marker tests 🙀
...
For #9468
2023-12-20 19:23:29 -06:00
Steven R. Loomis
0b3e7a94e8
chore(core): uncomment some more tests 🙀
...
For #9468
2023-12-20 18:50:21 -06:00
Steven R. Loomis
afd0eb172c
fix(common): give warning if emcc.py is present but not executable
...
- change the common emscripten locator to warn if $EMCC or $EMSCRIPTEN_BASE/emcc.py is present but not executable
- emscripten v3.1.50 via homebrew seems to be not executable
2023-12-20 18:25:53 -06:00
Steven R. Loomis
7d9eca16fa
Merge pull request #10236 from keymanapp/feat/developer/9451-key-not-found-epic-ldml
...
feat(developer): ldml: more improvement for key-not-found 🙀
2023-12-20 17:44:32 -06:00
Keyman Server
a5957cc53f
Merge pull request #10288 from keymanapp/auto/version-master-17.0.235
...
auto: increment master version to 17.0.235
2023-12-21 01:03:38 +07:00
Keyman Build Agent
2e7debef0e
auto: increment master version to 17.0.235
2023-12-20 13:03:04 -05:00
Joshua Horton
89827563f1
Merge pull request #10284 from keymanapp/fix/web/es5-symbol-map-support
2023-12-20 19:47:07 +07:00
Joshua Horton
8ba1cbde19
Merge pull request #10281 from keymanapp/fix/web/default-multitap-logic
...
fix(web): default multitap logic for shift-layer shift multitaps
2023-12-20 13:47:10 +07:00
Shawn Schantz
54989ef8e2
Merge pull request #10282 from keymanapp/fix/mac/10247-compliance-detection-upgrade
...
fix(mac): Improve detection of non-compliant apps
2023-12-20 09:56:49 +07:00
Joshua Horton
0eb146d60c
chore(web): removes new, improperly-placed comment
2023-12-20 09:56:31 +07:00
Joshua A. Horton
1e6f9765a9
chore(web): adds low-arg warning to scripts
2023-12-20 09:45:23 +07:00
Joshua A. Horton
6391892977
fix(web): unit-test mock
2023-12-20 09:36:05 +07:00
Joshua A. Horton
85996ca057
fix(web): low-arg count handling
2023-12-20 09:24:19 +07:00
Joshua A. Horton
f196d8d1d9
change(web): paddedZoneSource compat for ancient Android Chrome versions
2023-12-20 09:14:58 +07:00
Keyman Server
f8de891244
Merge pull request #10287 from keymanapp/auto/version-master-17.0.234
...
auto: increment master version to 17.0.234
2023-12-20 01:03:05 +07:00
Keyman Build Agent
7c69335d50
auto: increment master version to 17.0.234
2023-12-19 13:02:31 -05:00
Steven R. Loomis
094f5ad492
Merge branch 'master' into feat/developer/9451-key-not-found-epic-ldml
2023-12-19 10:14:11 -06:00
Darcy Wong
1c216bbb21
Merge pull request #10269 from keymanapp/fix/fv/keyboards-csv
...
fix(oem/fv): Add fv_hulquminum_combine
2023-12-19 18:08:24 +07:00
Shawn Schantz
a42a2f0d38
comment cleanup
...
Co-authored-by: Joshua Horton <joshua_horton@sil.org>
2023-12-19 15:48:50 +07:00
sgschantz
e34cc9c49f
remove Atom editor from hard-coded non-compliant list
2023-12-19 15:26:11 +07:00
Joshua A. Horton
5d8e7c28f9
chore(android): map-polyfill is compiled; should not be checked-in
2023-12-19 14:49:46 +07:00
Joshua A. Horton
f9df7638b7
fix(web): error that only appeared in ES6 mode (embedded-kbd specific)
2023-12-19 14:42:32 +07:00