Comment 15 for bug 1752719

Revision history for this message
Wayne Stambaugh (stambaughw) wrote : Re: [Bug 1752719] Re: .mod file doesn't show parts

On my todo list for v6 is factor out the common library caching code so
the can be reused. If you notice, it's pretty much the same code for
the two types of caching. There is the one file with multiple items
cache and the one item per file in a folder cache. It's pretty much
been a copy and paste exercise to create the various library caches.

On 03/02/2018 03:45 PM, Jeff Young wrote:
> The default timestamp for plugins that didn't implement timestamping was
> backwards (it always looked fresh rather than always stale).
>
> I then discovered that an always-stale library anywhere in your table
> will defeat the second-level caching (at the FOOTPRINT_LIST level), so I
> went ahead and implemented timestamping for all the plugins.
>
> ** Changed in: kicad
> Milestone: None => 5.0.0-rc2
>