You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
On p.245 of PBE5, I ran across a problem I can't solve. I don't think the problem is with the sample but I've double-checked my typing and deleted the offending method and re-entered it twice and still the bug occurs.
In DroppedMorph >> rejectDropMorphEvent: anEvent, there is a call to the WorldState class method "addDeferredUIMessage." This produces a walkback because the message is not understood by WorldState. It is clearly there when the WorldState class methods are browsed. My ST skills are a bit rusty but the call looks right unless Pharo has some specific syntax for referring to a class method.