Re: STON: Skip Inst Var
Posted by
Sven Van Caekenberghe-2 on
Sep 09, 2017; 2:33pm
URL: https://forum.world.st/STON-Skip-Inst-Var-tp4967139p4967168.html
> On 9 Sep 2017, at 16:11, Sean P. DeNigris <
[hidden email]> 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.