pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 356 forks source link

SettingsStonReader should use #default in Object class>>fromSton: #17376

Closed hernanmd closed 3 days ago

hernanmd commented 1 week ago

To reproduce

  1. Ensure you have an existing STON file named /Users/<your username>/Library/Preferences/pharo/13.0/systen-settings.ston or execute
SystemSettingsPersistence default 
    fileReference: '/Users/<your username>/Library/Preferences/pharo/13.0/system-settings.ston1.st' asFileReference;
    allStoredSettings
  1. See the error
Captura de pantalla 2024-11-14 a las 16 00 59