New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/33535#issuecomment-944310859 Comment: ``` from PluginEntry.h:32, from PluginEntry.c:28: PrettyPrinter.h:55:22: error: two or more data types in declaration specifiers 55 | typedef unsigned int bool; | ^~~~ ``` geany-plugins is broken, needs to be patched probably. > BTW, you can configure branch-protection rules in GitHub to require PR branch to be up to date with master; then new contributors will know that at the time they submit a PR, without waiting CI approval from maintainer. Being slightly out of date is fine, can GH do that?