diff options
Diffstat (limited to 'doc/forum/property_combinator_ordering.mdwn')
| -rw-r--r-- | doc/forum/property_combinator_ordering.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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 ? |
