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 filePatch | File delta | Description |
---|---|---|
disable tests missing testdata.diff | (download) |
src/parser/tests/lexer.rs |
8 4 + 4 - 0 ! |
--- |
disable tests permission denied.diff | (download) |
src/tera.rs |
4 2 + 2 - 0 ! |
--- |
relax dep.diff | (download) |
Cargo.toml |
4 2 + 2 - 0 ! |
--- |
stop at first error from StrftimeItems.diff | (download) |
src/builtins/filters/common.rs |
4 1 + 3 - 0 ! |
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. |
1