[BUG] Can't proceed from Syntax errors

Dan Ingalls Dan at SqueakLand.org
Thu Sep 13 22:35:45 UTC 2001


-- 
If you get a syntax error during a fileIn, you should be able to correct it in the notifier, and then accept the corrected code from that window.  If all is well, the method gets defined, and the fileIn continues.

But it doesn't.  Instead, you get...
---------------
NonBooleanReceiver: proceed for truth.

VM: Mac OS - Squeak3.1alpha of 16 May 2001 [latest update: #4081]
Image: Squeak3.1alpha [latest update: #4336]

UndefinedObject(Object)>>mustBeBoolean
Debugger>>resumeProcess:
	The problem is that errorWasInUIProcess is
	nil here instead of true or false
Debugger>>proceed:
SyntaxError>>proceed
SyntaxError>>contents:notifying:
PluggableTextMorph>>accept
TextMorphForEditView>>acceptContents
TextMorphEditor>>accept
...
---------------




More information about the Squeak-dev mailing list