summaryrefslogtreecommitdiff
path: root/HACKING
blob: 0c2ea1482c597b6191cde364dedf2e8864082ac1 (plain)
1
2
3
4
5
6
7
8
9
Notes to developers hacking on GObjectIntrospection

* You can use the GI_SCANNER_DEBUG environment variable; see utils.py
  for a list of debug flags.

* If you add a new warning, you should add a new test for it
  in test/warn

* Before pushing code to the repository, make sure to run make check