summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-13 18:43:00 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-05-13 18:43:00 +0100
commit74173cb8555e76b5739fdabbed3430dec53b0503 (patch)
tree47e709ad3d066d3177739ddc9d56c2439ca22de0
parent5d0c2f2a8e03ad98c9e374d37853e622c92909cf (diff)
downloadlace-74173cb8555e76b5739fdabbed3430dec53b0503.tar.gz
Note that circular includes are not allowed
-rw-r--r--doc/syntax-include3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax-include b/doc/syntax-include
index 7f70d1a..8cd452c 100644
--- a/doc/syntax-include
+++ b/doc/syntax-include
@@ -21,3 +21,6 @@ If an "optional" include source isn't available, it is as though the
definitions did not pass. If a mandatory include source isn't
available then compilation of the ruleset will fail immediately.
+Circular includes are not acceptable. Not even if there's a set of
+conditions which mean that it might never happen. This is critical
+because rulesets are entirely loaded at compile time.