From d05de46ddec10d4b7f9968320d2cb5f54d14d2f4 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 8 Dec 2008 16:29:33 +0000 Subject: Dump the cache file to a temporary file and rename it the expected 2008-12-08 Johan Dahlin * giscanner/cachestore.py (CacheStore.store): Dump the cache file to a temporary file and rename it the expected filename only when it's completely written. This should make the cache more roboust when run in parallel, and hopefully avoid triggering bugs in Python. svn path=/trunk/; revision=985 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5d6ba3c..ba52604a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-12-08 Johan Dahlin + + * giscanner/cachestore.py (CacheStore.store): Dump the cache + file to a temporary file and rename it the expected filename + only when it's completely written. + This should make the cache more roboust when run in parallel, + and hopefully avoid triggering bugs in Python. + 2008-12-03 Christophe Fergeau Bug 562971 – g-ir-scanner failure on libgpod headers -- cgit v1.2.1