You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sean DeNigris edited this page Sep 9, 2017
·
1 revision
Migration
Handling Missing Inst Vars
Use Case Scenario: You are migrating FileReferences from Pharo 4 to Pharo 6.1. This will fail because FileSystem has a #workingDirectory instVar in the source image, but not in the target.
Solution (from Pharo Users ML):
Implement FileSystem class>>#stonAllInstVarNames to skip workingDirectory, or implement/customize FileSystem>>#stonOn: and/or #fromSton: