]> gitweb.factorcode.org Git - factor.git/commit
cache: Don't use in-place filter
authorNiklas Larsson <niklas@mm.st>
Thu, 31 Oct 2019 12:34:42 +0000 (13:34 +0100)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Mar 2020 05:14:44 +0000 (23:14 -0600)
commit8df1d1fbe6f4d6facc9a3f13a06d2dbe1353dd82
tree549800fefb2262e489150d8eee9caf8ced5253da
parentd1be15c28de1789d7a473685d41e09043636b365
cache: Don't use in-place filter

This solves a UI corruption problem by not reusing the hashtable when
purging the cache. The root cause of why the hashtable gets corrupted
when filtering in place hasn't been found.

Fixes #1978.
basis/cache/cache.factor