> On 9 Sep 2017, at 16:11, Sean P. DeNigris <[email protected]> wrote: > > Sven Van Caekenberghe-2 wrote >> You would have to change the way the offending object get handled. > > Any suggestions on how to do that? Is there a particularly good place to > hook in?
Implement FileSystem class>>#stonAllInstVarNames to skip workingDirectory Or implement/customize FileSystem>>#stonOn: and/or #fromSton: But if workingDirectory is an essential part of FileSystem, that would not be a good long term solution. Following migrations like this is never easy/elegant.
