scanner: Warn if we're missing (element-type) for GPtrArray
[platform/upstream/gobject-introspection.git] / HACKING
1 Notes to developers hacking on GObjectIntrospection
2
3 * You can use the GI_SCANNER_DEBUG environment variable; see utils.py
4   for a list of debug flags.
5
6 * If you add a new warning, you should add a new test for it
7   in test/warn
8
9 * Before pushing code to the repository, make sure to run make check