Pay attention to open a bug entry so that we can track the enh and
potentially harvest it for 40 and 50.
Le 20/5/15 18:27, Norbert Hartl a écrit :
Hmm, yes, it seems localHostName could be implemented better in a way
that works on all platforms.
Instead of using the dedicated primitives
(primHostNameSize/primHostNameResult:), it tries to lookup the
localHostAddress using DNS...
On OSX, primLocalAddress was changed to always return the loopback
address so one avoids ambiguities with multiple interfaces, thus,
'localhost'.
I've commit a fixed version to the Pharo 4.0 inbox.