- Jan 05, 2024
-
-
Marc Durdin authored
-
- Jan 04, 2024
-
-
Keyman Server authored
auto: increment master version to 17.0.239
-
Keyman Build Agent authored
-
Steven R. Loomis authored
feat(developer): escape bad markers
🙀 -
Steven R. Loomis authored
chore(core): better reporting in ldml tests
🙀 -
Steven R. Loomis authored
feat(core): more regex testing
🙀 -
Steven R. Loomis authored
fix(core): ldml fixes for normalization between transform groups
🙀
-
- Jan 03, 2024
-
-
Steven R. Loomis authored
- move prepend_marker out of line - replace bool for_regex with an enum - cleanup another instance of \b -> \u0008 #9121
-
Steven R. Loomis authored
fix(developer): quell internal error when a section fails
🙀 -
Steven R. Loomis authored
Merge branch 'chore/core/ldml-test-robust-epic-ldml' into feat/developer/9121-reject-bad-regex-epic-ldml
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Keyman Server authored
auto: increment master version to 17.0.238
-
Keyman Build Agent authored
-
- Jan 02, 2024
-
-
Marc Durdin authored
chore(developer): honor prompt to upgrade in kmc
-
Marc Durdin authored
feat(developer): Consolidate public APIs for kmc modules
-
- Dec 31, 2023
-
-
Steven R. Loomis authored
- needed to remove/re-add the “≈≈[\u0001-\uD7FE]” format (aka LDML_MARKER_ANY_INDEX) #9121
-
Steven R. Loomis authored
- escape markers to prevent the n'th marker from having some other meaning
-
- Dec 29, 2023
-
-
Steven R. Loomis authored
- marker overrun! the 40th marker becomes a parenthesis, breaking regex feat(core): ldml proper regex implementation
🙀 🙀 #9121 -
Steven R. Loomis authored
- more easily handle test events
-
Steven R. Loomis authored
- match in a set - quantifiers For: #9121
-
Steven R. Loomis authored
- 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
-
- Dec 23, 2023
-
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- 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
-
Keyman Server authored
auto: increment master version to 17.0.237
-
Keyman Build Agent authored
-
- Dec 22, 2023
-
-
Steven R. Loomis authored
- 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
-
Steven R. Loomis authored
fix(common): give warning if emcc.py is present but not executable
-
Steven R. Loomis authored
-
Darcy Wong authored
fix(oem/fv): Add fv_kwadacha_tsekene
-
Keyman Server authored
auto: increment master version to 17.0.236
-
Keyman Build Agent authored
-
Steven R. Loomis authored
- one disabled for now For #9468
-
- Dec 21, 2023
-
-
Darcy Wong authored
-
Steven R. Loomis authored
For #9468
-
Steven R. Loomis authored
For #9468
-
Steven R. Loomis authored
- 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
-