mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-05 17:17:47 -04:00
When the classcompiler is validating/transforming field types -> Icinga type names, it is currently returning Icinga `Number` type for field type of `bool`, which is actually wrong. This PR ensures to always transform into the correct Icinga type names. |
||
|---|---|---|
| .. | ||
| class_lexer.ll | ||
| class_parser.yy | ||
| classcompiler.cpp | ||
| classcompiler.hpp | ||
| CMakeLists.txt | ||
| mkclass.cpp | ||