From cd8c6114229a5f725bd1818f1fc2d0538c40f486 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Dec 2014 11:53:40 -0400 Subject: add question (taken from email) and answer --- doc/forum/property_combinator_ordering.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/forum/property_combinator_ordering.mdwn (limited to 'doc/forum/property_combinator_ordering.mdwn') diff --git a/doc/forum/property_combinator_ordering.mdwn b/doc/forum/property_combinator_ordering.mdwn new file mode 100644 index 00000000..25549bb4 --- /dev/null +++ b/doc/forum/property_combinator_ordering.mdwn @@ -0,0 +1,8 @@ +when I write + + setDistribution cfg = f `File.hasContent` cfg + `onChange` update + `requires` File.dirExists confDir + +is update called before ensuring the confiDir Exist ? +It seems to me but who knows ? -- cgit v1.3-2-g0d8e