Problem With Start And Stop of build cache
By fastest963 | October 2nd, 2007 | 7:19 pm
As I would have guessed, the build process % resets after a start and stop of build process. Isn’t the start supposed to resume the build from where it was left off, leaving the % where is was at the stopping point? Also the building cache… (??%) should not blink as it can get annoying and create the false sense that for a moment the build is over. (maybe it’s just me but I don’t like it)
Oct 03, 2007
Build cache works according the current statistics.
Since statistics is time-dependent we can not resume interrupted process. Instead cache build is restarted but since there is some information already cached–it will be faster than to build it from the scratch.
Oct 03, 2007
ok thanks for the clarification