|
I was checking this issue. The problem is that when moving images between different machines we have dangling file references pointing to invalid locations.
We have found 4 of them:
SystemResolver localdirectory is cached in a class variable
GTPlaybook caches the cache and stash directories in class variables
OMSessionStore retrieves at some point during startup an invalid file reference from the (wrongly cached) local directory
IceLibgitRepository Sharedrepositorieslocation is also cached
All these are actually caused by settings, whose behavior is not defined when an image is moved.
We can leave this as it is right now, move it to pharo8. A quick fix for Pharo7 would be removing the settings, but that is probably very disruptive too.
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo8.0
|
Go to Case
|
|