From 1beab23520bbca100bcf54006ef4958783002413 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 11 Mar 2013 20:16:02 +0000 Subject: [PATCH] HACKING: Update documentation for strict-non-null mode Mention how to compile with --enable-experimental-non-null. See: https://bugzilla.gnome.org/show_bug.cgi?id=695628 --- HACKING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HACKING b/HACKING index 0ff14f3..b41bf66 100644 --- a/HACKING +++ b/HACKING @@ -111,6 +111,8 @@ Vala-specific rules programmer's intentions clearer about whether a variable may be null). The ultimate goal is for folks to compile correctly with Vala’s strict-non-null mode enabled (https://live.gnome.org/Vala/Tutorial#Strict_Non-Null_Mode). + You can compile folks with strict-non-null mode enabled using: + make VALAFLAGS=--enable-experimental-non-null 12. Place the (private) member variable declaration for a variable which backs a property next to the (public) property declaration, rather than at the top -- 2.7.4