spiegel-keyman/developer
Marc Durdin e36c0085b0 fix(developer): improve .kmx output consistency for cross-platform
This fixes two issues:

1. `COMP_KEY` structure had padding that was not always zeroed out.
   Made this explicit.

2. Rule sorting could be inconsistent when re-sorting rules that
   use `+ any() > ...`, which are expanded at compile time into multiple
   rules, and which ended up with identical sort keys due to lack of
   precision. This relates to #8381 but only adds differentiation for
   the otherwise ambiguous rule sort keys, and does not fix that issue,
   which requires further investigation.
2023-03-08 13:53:29 +07:00
..
src fix(developer): improve .kmx output consistency for cross-platform 2023-03-08 13:53:29 +07:00
.gitignore chore(developer): move server with no changes 2022-05-23 12:15:34 +10:00