gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Source Analyzer: Warn about missing Initialization

Open badcel opened this issue 3 weeks ago • 0 comments

Idea:

  • Annotate Module classes with Attribute that describe which modules are initialized by it Initializes<Gdk.Module>
  • Annotate Application class with Initializes<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.

badcel avatar Dec 05 '25 09:12 badcel