Hello,
Yes, this is a bug… I have a fix and planned to merge it this week.
https://pharo.fogbugz.com/f/cases/20254/Playground-should-ask-to-create-class-for-non-Existing-Globals
> On 6 Feb 2018, at 22:35, Holger Freyther <[email protected]> wrote:
>
> 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