mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
There was confusion in the compiler between INFO and HINT type messages. The problem is that INFO messages will be suppressed by -s/-ss in kmcomp, but we actually still want HINT messages to be emitted. So I have gone ahead and renamed CERR_INFO to CERR_HINT and updated all the places. This was necessary in order for the kmcomp e2e test 194 to pass. |
||
|---|---|---|
| .. | ||
| lexical-model-compiler | ||
| model-info-compiler | ||
| package-compiler | ||
| util | ||
| errors.ts | ||
| kmlmc.ts | ||
| kmlmi.ts | ||
| kmlmp.ts | ||