Raku / Documentable

Documentation API: caching, parsing, indexing and generating documentation
https://docs.raku.org
Artistic License 2.0
11 stars 13 forks source link

Cache is based exactly on what? #134

Open JJ opened 4 years ago

JJ commented 4 years ago

Describe the bug

I'm trying and use a cache for CircleCI, storing it so that I don't have to regenerate, but it detects all files have changed even if none of them actually has

Wonder if that's simply because the checkout dates are newer than the cache restoration date, and if we could fix that somehow with content-based caching (also, maybe this has been fixed already in the latest version)

antoniogamiz commented 4 years ago

Mm, maybe this issue should be discussed in Pod::From::Cache, is @finanalyst who knows what the cache is using to recompile files.