mitsuhiko / minijinja

MiniJinja is a powerful but minimal dependency template engine for Rust compatible with Jinja/Jinja2
https://docs.rs/minijinja/
Apache License 2.0
1.56k stars 86 forks source link

Flush local filter and test cache when processing `parent_instructions` #552

Closed tobywf closed 1 month ago

tobywf commented 1 month ago

This resolves #551 . Please let me know if you want any changes made. This fix is the least disruptive one I could find. There may be a slight performance hit until the filters/tests are re-cached.