Package: rust-tera / 1.20.0-2

Metadata

Package Version Patches format
rust-tera 1.20.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable tests missing testdata.diff | (download)

src/parser/tests/lexer.rs | 8 4 + 4 - 0 !
src/template.rs | 4 2 + 2 - 0 !
src/tera.rs | 8 4 + 4 - 0 !
3 files changed, 10 insertions(+), 10 deletions(-)

---
disable tests permission denied.diff | (download)

src/tera.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
relax dep.diff | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
stop at first error from StrftimeItems.diff | (download)

src/builtins/filters/common.rs | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 stop at first error from strftimeitems
 Since chrono 0.4.41 StrftimeItems can return a never-ending iterator,
 which causes tera's tests to hang. I've filed a bug about this in chrono,
 but tera has no reason to go beyond the first error (it doesn't look at
 any of the error details) so lets stop there.