spiegel-keyman/developer/src/kmc-model
Marc Durdin cbc5b13034 fix(developer): keep kmc-kmn messages within namespace
Fixes #8998.

kmc-kmn messages were broken down into sub-namespaces, but the range
overlapped the reserved namespace mask range. Fixed the message values,
added a new test to the verifyCompilerMessagesObject function to verify
that messages don't creep outside their namespace, and defined new
masks (in CompilerErrorSeverity enum... hmm) to help.

I opted to remove the leading `0` in the messages for kmc-kmn as I had
to correct a number of them anyway, but not the messages in remaining
units at this time (it's not an error, but just slightly misleading as
we only have 12 bits, not 16 to play with).

It is safe to reassign these messages as they were only assigned in 17.0
alpha.
2023-06-13 06:22:15 +07:00
..
src chore(developer): test message correctness in compiler modules 2023-04-25 07:51:07 +07:00
test fix(developer): keep kmc-kmn messages within namespace 2023-06-13 06:22:15 +07:00
tools refactor(developer): split kmlmc into kmc-model, kmc-model-info, kmc-package 2022-09-19 06:30:50 +10:00
.eslintrc.cjs chore(developer): add eslint devDependency for kmc 2023-04-25 13:44:56 +07:00
build.sh feat(common): add builder_run_action shorthand function 2023-05-10 12:50:39 +07:00
Makefile chore: rename kmc-keyboard to kmc-ldml 2023-05-09 14:08:45 +07:00
package.json chore(developer): add eslint devDependency for kmc 2023-04-25 13:44:56 +07:00
tsconfig.json chore(developer): add missing dependency 2023-04-21 08:18:07 +07:00