2015-03-17 18:29 GMT+01:00 Ben Coman <[email protected]>:
>
> Currently the image the monkey uses to validate issues is 9 days old -
> which might be a problem if your bug fix today depends on or conflicts with
> something integrated a week ago.
>
> I have somewhat isolated the problem to a Rubric/GTTools update, but
> nothing looks obvious from the package level. Its time for bed, so I
> haven't dug into code changes yet, but could someone from the Glamorous
> Team familiar with the changes for Issue 15018 take a look?
>
> https://pharo.fogbugz.com/default.asp?15018
>
> https://pharo.fogbugz.com/default.asp?15127
>
> cheers -ben
>
possible fix:
GTSpotterEventRecorderSettings
only read/write preference file if this startUp is a real image start up /
booting.
startUp: resuming
resuming ifFalse:[ ^ self].
"We reset image preferences, because this is likely
a newly downloaded image or different user
and he/she should agree about sending data."
self preferences exists ifFalse: [ self reset ].
self loadPreferences.