display statement/statement_tmpl as in pod lang v1 (#269)
* display statement/statement_tmpl as in pod lang v1 * fix tests
This commit is contained in:
parent
77c96d5dbe
commit
6feff2ae69
8 changed files with 114 additions and 52 deletions
|
|
@ -237,6 +237,10 @@ impl CustomPredicateBatchBuilder {
|
|||
conjunction,
|
||||
statements,
|
||||
args.len(),
|
||||
args.iter()
|
||||
.chain(priv_args.iter())
|
||||
.map(|s| s.to_string())
|
||||
.collect(),
|
||||
)?;
|
||||
self.predicates.push(custom_predicate);
|
||||
Ok(Predicate::BatchSelf(self.predicates.len() - 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue