[updates] 51 for 3.1 alpha

Scott Wallace scott.wallace at squeakland.org
Wed Oct 3 20:12:18 UTC 2001


Anyone who has been encountering this problem can, in extremis, 
file-in the following method into their image *before* getting to 
update 4354.  Mark has verified that this works around the problem on 
his system.

We'll figure out some way to retrofit this fix into the update stream.

   -- Scott

>------
>
>!CategoryViewer methodsFor: 'categories' stamp: 'sw 9/27/2001 21:44'!
>setNaturalLanguageTo: aLanguage
>	"Set the natural language symbol as indicated"
>
>	chosenCategorySymbol ifNil: [^ self delete].
>	self updateCategoryNameTo: ((self currentVocabulary ifNil: 
>[Vocabulary eToyVocabulary]) categoryWordingAt: 
>chosenCategorySymbol)! !
>
>
>-----


At 2:29 PM -0400 10/3/01, Mark Guzdial wrote:
>Is anyone else having problems loading the recent updates?  I'm 
>repeatedly getting an error in the new vocabulary materials, in 
>change set 4354.
>
>an OrderedCollection(UndefinedObject(Object)>>doesNotUnderstand: 
>CategoryViewer>>setNaturalLanguageTo:
>[] in Vocabulary class>>assureNaturalLanguageTranslationsInActiveWorld
>OrderedCollection>>do:
>Vocabulary class>>assureNaturalLanguageTranslationsInActiveWorld
>Vocabulary class>>initialize UndefinedObject>>DoIt
>Compiler>>evaluate:in:to:notifying:ifFail:
>Compiler class>>evaluate:for:notifying:logged: Compiler 
>class>>evaluate:for:logged:
>Compiler class>>evaluate:logged:
>[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
>BlockContext>>on:do:
>[] in RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:
>ProgressInitiationException>>defaultAction
>ProgressInitiationException(Exception)>>signal
>ProgressInitiationException>>display:at:from:to:during:
>ProgressInitiationException class>>display:at:from:to:during:
>String>>displayProgressAt:from:to:during:
>RWBinaryOrTextStream(PositionableStream)>>fileInAnnouncing:)
>--------------------------
>Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
>Associate Professor - Learning Sciences & Technologies.
>Collaborative Software Lab - http://coweb.cc.gatech.edu/csl/
>(404) 894-5618 : Fax (404) 894-0673 : guzdial at cc.gatech.edu
>http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html





More information about the Squeak-dev mailing list