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

Use a setting declaration's typeClass to get default values #17342

Closed hernanmd closed 1 week ago

hernanmd commented 2 weeks ago

Use a setting declaration's typeClass to delegate obtaining the default value from a target object (the typeClass) instead of setting an empty string for all cases.

This change is needed by the New Setting Browser Spec's support to display a file selector presenter.

jecisc commented 2 weeks ago

I restarted the CI

hernanmd commented 2 weeks ago

I restarted the CI

Failing tests seems not related