From 5e09002fa248adb904d9dc8ff90b1e0d51279d6a Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 13 Sep 2010 12:54:02 -0300 Subject: Add a few notes to HACKING --- HACKING | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 11a9275e..0c2ea148 100644 --- a/HACKING +++ b/HACKING @@ -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 -- cgit v1.2.1