June 9, 2017
5:26 a.m.
Why would $HOME not be set ? And if it is not set / seems like a reasonable default.
On 9 Jun 2017, at 06:06, Holger Freyther <holger@freyther.de> wrote:
On 9. Jun 2017, at 11:09, Holger Freyther <holger@freyther.de> wrote:
a.) Behave like unix and resolve $HOME to ''
$ unset HOME $ echo $HOME/.config /.config
self home / '.config' => '/.config'
Implementing UnixResolver>>#home as
home ^ self directoryFromEnvVariableNamed: 'HOME' or: [self resolveString: '']
will lead to something creating /.config/pharo (if possible). By itself this change is not good enough but when adding --no-default-preferences.
Comments? Opinions?
holger