|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) | Wed Oct 29 21:12:37 2025 |
| bean-demo/plugins/helloworld/beandemo-hello-world-configurable.c |
| 38 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean-ctk/bean-ctk-disable-plugins-dialog.c |
| 50 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean-ctk/bean-ctk-plugin-manager-store.c |
| 62 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean-ctk/bean-ctk-plugin-manager-view.c |
| 82 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean-ctk/bean-ctk-plugin-manager.c |
| 82 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-dirs.c |
| 75 | staticFunction | | style | The function 'bean_dirs_get_lib_dir' should have static linkage since it is not used outside of its translation unit. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-engine.c |
| 112 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-extension-base.c |
| 57 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-extension-set.c |
| 129 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-introspection.c |
| 40 | variableScope | 398 | style | The scope of the variable 'cur_arg' can be reduced. | Wed Oct 29 21:12:37 2025 |
| 143 | constParameterPointer | 398 | style | Parameter 'args' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| 178 | constParameterPointer | 398 | style | Parameter 'arg' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| libbean/bean-object-module.c |
| 81 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-plugin-info.c |
| 63 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_QUARK is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-plugin-loader-c.c |
| 40 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| libbean/bean-utils.c |
| 202 | constVariablePointer | 398 | style | Variable 'pspec' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| loaders/lua5.1/bean-plugin-loader-lua.c |
| 80 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| loaders/python/bean-plugin-loader-python.c |
| 46 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| loaders/python/bean-python-internal.c |
| 193 | staticFunction | | style | The function 'bean_python_internal_call' should have static linkage since it is not used outside of its translation unit. | Wed Oct 29 21:12:37 2025 |
| tests/libbean-ctk/plugin-manager-store.c |
| 87 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean-ctk/plugin-manager-view.c |
| 141 | constVariablePointer | 398 | style | Variable 'info' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| 174 | constVariablePointer | 398 | style | Variable 'removed_info' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| 174 | constVariablePointer | 398 | style | Variable 'selected_info' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| tests/libbean-ctk/plugin-manager.c |
| 200 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean-ctk/plugins/builtin-configurable/builtin-configurable.c |
| 37 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/libbean-ctk/plugins/configurable/configurable-plugin.c |
| 37 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_DYNAMIC_TYPE_EXTENDED is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/libbean-ctk/testing/testing.c |
| 104 | constParameterPointer | 398 | style | Parameter 'info' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| 130 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). | Wed Oct 29 21:12:37 2025 |
| 131 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). | Wed Oct 29 21:12:37 2025 |
| 132 | constParameterCallback | 398 | style | Parameter 'G_GNUC_UNUSED' can be declared as pointer to const. However it seems that 'delete_event_cb' is a callback function, if 'G_GNUC_UNUSED' is declared with const you might also need to cast function pointer(s). | Wed Oct 29 21:12:37 2025 |
| tests/libbean/extension-c.c |
| 48 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean/extension-lua.c |
| 83 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean/extension-py.c |
| 62 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean/extension-set.c |
| 101 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean/introspection/introspection-abstract.c |
| 116 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Oct 29 21:12:37 2025 |
| tests/libbean/introspection/introspection-has-prerequisite.c |
| 32 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_INTERFACE_WITH_CODE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/libbean/plugin-info.c |
| 74 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean/plugins/embedded/embedded-plugin.c |
| 42 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/libbean/plugins/extension-c/extension-c-plugin.c |
| 51 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_IMPLEMENT_INTERFACE_DYNAMIC is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/libbean/testing/testing-extension.c |
| 92 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |
| tests/libbean/testing/testing.c |
| 80 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If BUILDDIR is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/plugins/builtin/builtin-plugin.c |
| 44 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/plugins/has-dep/has-dep-plugin.c |
| 44 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/plugins/loadable/loadable-plugin.c |
| 46 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/plugins/self-dep/self-dep-plugin.c |
| 44 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_ADD_PRIVATE_DYNAMIC is a macro then please configure it. | Wed Oct 29 21:12:37 2025 |
| tests/testing-util/testing-util.c |
| 78 | syntaxError | | error | syntax error | Wed Oct 29 21:12:37 2025 |