[Pharo-dev] Re: Serious NetNameResolver regression

2021-07-15 Thread Gabriel Cotelli
You're right Sven. The code in the image looks exactly the same betwen Pharo 8 and 9 but the behavior is different. On Thu, Jul 15, 2021 at 3:40 PM Sven Van Caekenberghe wrote: > > > > On 15 Jul 2021, at 16:42, Gabriel Cotelli wrote: > > > > Just doing > > NetNameResolver primStartLookupOfName:

[Pharo-dev] Re: Serious NetNameResolver regression

2021-07-15 Thread Sven Van Caekenberghe
> On 15 Jul 2021, at 16:42, Gabriel Cotelli wrote: > > Just doing > NetNameResolver primStartLookupOfName:'unknown-stfx.eu';primNameLookupResult > produces the bogus result. And both methods only call primitives in the > SocketPlugin. So I think that no image code is responsible for the beha

[Pharo-dev] This week (28/2021) on the Pharo Issue Tracker

2021-07-15 Thread Marcus Denker
We merged 15 Pull Requests this week and closed 14 issue tracker entries. And we released Phaoro9! https://pharo.org/news/pharo9-released - Harvest latest changes from STON #9579 https://github.com/pharo-project/pharo/pull/9579 - fix getting help page #9585 https://github.com/ph

[Pharo-dev] Re: Serious NetNameResolver regression

2021-07-15 Thread Gabriel Cotelli
Just doing NetNameResolver primStartLookupOfName:'unknown-stfx.eu';primNameLookupResult produces the bogus result. And both methods only call primitives in the SocketPlugin. So I think that no image code is responsible for the behavior change. On Thu, Jul 15, 2021 at 11:36 AM Sven Van Caekenberghe

[Pharo-dev] Re: [ANN] Pharo 9 released!

2021-07-15 Thread Noury Bouraqadi
Yey! Big thank you to the core team and all the community! Noury On Jul 15 2021, at 11:14 am, Esteban Lorenzano wrote: > Dear World and dynamic language lovers: > > The time has come for Pharo 9 (https://pharo.org/) ! > Pharo is a pure object-oriented programming language and a powerful > enviro

[Pharo-dev] Serious NetNameResolver regression

2021-07-15 Thread Sven Van Caekenberghe
Hi, It seems that we have a serious NetNameResolver regression: instead of signalling an exception, a bogus value is returned. Pharo 7: [ NetNameResolver addressForName: 'unknown-stfx.eu' timeout: 10 ] on: NameLookupFailure do: [ :exception | exception ]. "NameLookupFailure: cannot resolve '

[Pharo-dev] [ANN] Pharo 9 released!

2021-07-15 Thread Esteban Lorenzano
Dear World and dynamic language lovers: The time has come for Pharo 9 (https://pharo.org/) ! Pharo is a pure object-oriented programming language and a powerful environment, focused on simplicity and immediate feedback. Here are the key features of Pharo 9: Full redesign of the Spec UI framework