mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
`AddCompileError` would return FALSE only for 'user interruption' (not used since Developer 17) or for fatal errors. After analysis, it turns out that this error value was not used anywhere and removing it simplifies the error management logic, making code paths much easier to follow. The return value was used in v17.0 and earlier in the macro for `AddCompileWarning`, effectively only relevant for 'user interruption' (`CERR_Break`); this was an ugly code pattern as it meant that any `AddCompileWarning` could exit a function with failure -- though as noted above `CERR_Break` was never emitted in v17.0. |
||
|---|---|---|
| .. | ||
| config | ||
| docs/api/etc | ||
| src | ||
| .gitignore | ||
| build.sh | ||