help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] Re: [bug] Inspect often fails


From: Stephen Woolerton
Subject: Re: [Help-smalltalk] Re: [bug] Inspect often fails
Date: Fri, 06 Mar 2009 10:29:16 +1300
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)


What with the patch I attached to the other issue?

Paolo

Have I missed something?

The gst installation is in /usr/local and so I edited /usr/local/share/smalltalk/kernel/Transcript.st. At line 192, it looks like this now...
   initialize [
       "Private - Initialize the receiver's instance variables"

       <category: 'private'>
       "semaphore := Semaphore forMutualExclusion"
       semaphore := RecursionLock new
   ]
]


When I run gst now, I get
$ gst
nil did not understand selector #new

(ip 4)TextCollector>>#initialize
(ip 8)TextCollector class>>#message:
(ip 14)UndefinedObject>>#executeStatements
(ip 0)<bottom>
nil

/usr/local/share/smalltalk/kernel/Transcript.st:206: Aborted
(ip 4)TextCollector>>#initialize
(ip 8)TextCollector class>>#message:
(ip 14)UndefinedObject>>#executeStatements
(ip 0)<bottom>
Aborted





reply via email to

[Prev in Thread] Current Thread [Next in Thread]