diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-13 12:54:02 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-13 12:54:02 -0300 |
commit | 5e09002fa248adb904d9dc8ff90b1e0d51279d6a (patch) | |
tree | f035bde54e58146b20f1a473216bdf780afdab87 /HACKING | |
parent | 5051f79e4df17efd584b5f657860d099a3d9df6e (diff) | |
download | gobject-introspection-5e09002fa248adb904d9dc8ff90b1e0d51279d6a.tar.gz |
Add a few notes to HACKING
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,2 +1,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 |