Hi all, I am working on a tool which uses a static analysis of source code to recover array length information in C, with the aim of producing GObject Introspection annotations. I have found what I believe to be some bugs in currently existing GObject Introspection annotations across several different gnome libraries. I’m still gathering data on some of the libraries, but as an example, for the gio library, I have found a total of 28 incorrect annotations, of which:
Since there is a larger volume of items to report, does anyone have an idea what might be the correct way to report this? Do I file a separate bug report per incorrect annotation? Per library? Per type of bug? Some other granularity? Thanks, Alisa |