gir.core
gir.core copied to clipboard
Source Analyzer: Warn about missing Initialization
Idea:
- Annotate Module classes with Attribute that describe which modules are initialized by it
Initializes<Gdk.Module> - Annotate
Applicationclass withInitializes<Gtk.Module>. - Check dependencies of a project if it contains a dependency to GirCore verify if it get's initialized by the chain which is decribed by the attributes.