feenkcom / gtoolkit

Glamorous Toolkit is the Moldable Development environment. It empowers you to make systems explainable through experiences tailored for each problem.
https://gtoolkit.com
MIT License
1.1k stars 48 forks source link

GT Coder freezes when adding a method containing a non-existent instance variable #909

Closed onierstrasz closed 4 years ago

onierstrasz commented 4 years ago

In a fresh GT image, open the Coder, add a new Card class, and add the following method:

title: aString
    title := aString

Accepting the method causes GT to freeze.

girba commented 4 years ago

This happens due to notifications being spawned in the Morphic World. We are addressing this in a general way by handling notifications in the new user interface.

onierstrasz commented 4 years ago

BTW, should I continue to post such issues on github, or do you prefer that I mention them on slack first?

Oscar


Prof. Dr. O. Nierstrasz -- oscar.nierstrasz@inf.unibe.ch Software Composition Group -- scg.unibe.ch/oscar University of Bern -- Tel +41 31 631.4618

On 26 Mar 2020, at 21:12, Tudor Girba notifications@github.com wrote:



This happens due to notifications being spawned in the Morphic World. We are addressing this in a general way by handling notifications in the new user interface.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/feenkcom/gtoolkit/issues/909#issuecomment-604289468, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AACKIIG6UI733LMVRCGZU4DRJME6HANCNFSM4LT6HGJA.

girba commented 4 years ago

Both are fine. As we have a direct connection Slack is faster.

girba commented 4 years ago

We now get a warning in the code.

Screen Shot 2020-03-28 at 8 40 49 AM