Skip to content

Handle re-used variables #407

@schuylermartin45

Description

@schuylermartin45

There are some recipe files that re-use JINJA variables to append to themselves. Because the variables table is a dictionary, this means that only 1 JINJA set line will ever be interpreted.

The most simplistic way to handle this case would be do a first-pass-reduction and combine all these variables into 1 long JINJA line. Given how rare this pattern is, that might be the best trade-off to make.

See here: AnacondaRecipes/streamlit-feedstock#44 (comment)

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

Status

In progress

Relationships

None yet

Development

No branches or pull requests

Issue actions