sudoblockio / tackle

Tackle is a programmable configuration language for building modular utilities, code generators, and CLIs with schema validation baked in.
Apache License 2.0
52 stars 2 forks source link

Allow use of jinja globals as variables #19

Open robcxyz opened 2 years ago

robcxyz commented 2 years ago

Right now due to https://github.com/pallets/jinja/issues/1580, variables can't be rendered if they colide with globals. A PR is needed into jinja to fix this or some other rigging.

Variables affected: 'range', 'dict', 'lipsum', 'cycler', 'joiner', 'namespace'

robcxyz commented 2 years ago

This also affects extension load ins.