sailfish/sailfish-compiler
Newton Ni 01ba06707b Use timestamps for change detection
This commit changes the caching mechanism to use the timestamp of
all included templates instead of hashing the contents of the
root template.

The primary downside is that every build now has to parse, transform,
and resolve the input templates instead of just reading and hashing
the data--I didn't measure how much more expensive this is, but it
seems unavoidable if we need information about child templates.
Maybe a hacky regex-based approach could work as an alternative to
a complete parse.

On the bright side, this approach rebuilds parent templates correctly
when a child template has changed, and doesn't require garbage collection
for old compiled template files.
2023-10-02 13:21:29 -05:00
..
src Use timestamps for change detection 2023-10-02 13:21:29 -05:00
Cargo.toml Update Version Numbers Now 2023-07-28 10:20:51 -04:00
build.rs Add source code 2020-06-05 22:31:38 +09:00