Sha256: 12e8d6fe9e3a8bcbd43d04e8753748573e2a859b3ce7619b8f81096855668a96
Contents?: true
Size: 1.12 KB
Versions: 3
Compression:
Stored size: 1.12 KB
Contents
(****************************************************************** Environment model running the steps {{META.desc}} - modelData {{META.modelData}} - template {{META.template}} ******************************************************************) RunSteps == << {{#steps}} {{! Start set { }} { {{! Generate noBinds (!bindExact && !bindRules) }}{{#noBinds}} [ process |-> "p_{{process}}" , bindRule |-> WildCard , bindSet |-> Nil , ctx |-> Nil ] {{/noBinds}}{{^noBinds}}{{! Generate for bindExact }}{{#bindSets.length}} [ process |-> "p_{{process}}" , bindRule |-> {{>config/steps_run_bind_rule.mustache }} , bindSet |-> {{>config/steps_run_bind_set.mustache }} , ctx |-> Nil ]{{/bindSets.length}}{{! Generat for bindRules }}{{^bindSets}}{{#bindRules}}[ process |-> "p_{{process}}" , bindRule |-> {{>config/steps_run_bind_rule.mustache }} , bindSet |-> {{>config/steps_run_bind_set.mustache }} , ctx |-> Nil ]{{_comma}}{{/bindRules}}{{/bindSets}}{{/noBinds}} } {{_comma}} (* interface/process : {{process}} *) {{/steps}} >>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tla-sbuilder-0.3.9 | mustache/config/steps_run.mustache |
tla-sbuilder-0.3.8 | mustache/config/steps_run.mustache |
tla-sbuilder-0.3.7 | mustache/config/steps_run.mustache |