diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-03-24 10:11:54 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-11 09:30:48 -0400 |
commit | cab144394d58db38aee0250488f61d6a187ef26b (patch) | |
tree | 0818418ba39dc4065152d619fae1ff192fbeb9f6 /core/base.xml | |
parent | 45200baedd01dad3f288d1be1dbd6d476c258396 (diff) | |
download | tame-cab144394d58db38aee0250488f61d6a187ef26b.tar.gz tame-cab144394d58db38aee0250488f61d6a187ef26b.tar.bz2 tame-cab144394d58db38aee0250488f61d6a187ef26b.zip |
_fail-on-empty_ extracted into `assert' package
Diffstat (limited to 'core/base.xml')
-rw-r--r-- | core/base.xml | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/core/base.xml b/core/base.xml index 84001ea..1b893ab 100644 --- a/core/base.xml +++ b/core/base.xml @@ -183,53 +183,5 @@ <!-- nothing --> </template> </section> - - - - <!-- Everything below this line must be moved. --> - - - <template name="_fail-on-empty_" desc="Fail on rate lookup failure"> - <param name="@values@" desc="Optional conditions to include in match" /> - <param name="@name@" desc="Data to check (scalar, vector or otherwise)" /> - <param name="@when@" desc="Conditional check (optional)" /> - <param name="@class@" desc="Conditional class check" /> - - <param name="@as@" desc="Classifier name"> - <text>-err-empty-</text> - <param-value name="@name@" lower="true" /> - </param> - - <param name="@desc@" desc="Description"> - <param-value name="@name@" /> - <text> is empty</text> - </param> - - <param name="@classyields@" desc="Classification yield to match on"> - <param-class-to-yields name="@class@" /> - </param> - - <!-- default to external to ensure that calculations do not wind up in the - classifier --> - <param name="@external@" desc="External classification"> - <text>true</text> - </param> - - - <classify as="@as@" desc="@desc@" external="@external@" terminate="true"> - <!-- include any option conditions --> - <param-copy name="@values@" /> - - <if name="@when@"> - <match on="@when@" value="TRUE" /> - </if> - - <if name="@class@"> - <match on="@classyields@" value="TRUE" /> - </if> - - <match on="@name@" value="ZERO" /> - </classify> - </template> </package> |