Ok, pull request for Pharo7:
https://github.com/pharo-project/pharo/pull/806
<https://github.com/pharo-project/pharo/pull/806>
we should add that to Pharo6, too (Slice is already in the inbox)
Marcus
> On 7 Feb 2018, at 09:37, Norbert Hartl <[email protected]> wrote:
>
> Haha, same annoyance to me when I demonstrate.
>
> Norbert
>
>
>> Am 06.02.2018 um 22:35 schrieb Holger Freyther <[email protected]>:
>>
>> Hey,
>>
>> I recently showed Pharo to a friend and one thing I like doing is to open a
>> playground/workspace and then write and execute:
>>
>>
>> Person new
>> name: '...';
>> age: 2342;
>> yourself
>>
>> In old versions of Pharo I would get a popup like "Person" not known and
>> asking me if I want to create a class. In Pharo6.1 I did get an error. Was
>> this intentional?
>>
>>
>> holger
>