[V3dot10] Re: Fwd: Re: [Squeak 0006336]: Unicode membership test reduced to String #= (String #compare:caseSensitive:) ?

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Mon May 14 11:38:22 UTC 2007


> 3.10.7110 hang on try to load the first .cs
>  
> I seeing now if I could load the .mcz or .mcd produced by 3.9
> 
> Edgar


The attached is the walckback
Its the same when I try to load only the .cs

If all agree, I could do a 3.9 with the non Monticello .cs , and then try to
see if all process could be done to 3.10 7010.

Or leave the non Monticello .cs for later releases.

Edgar

-------------- next part --------------
MessageNotUnderstood: SmallInteger>>asSymbol
14 May 2007 8:21:39 am

VM: Mac OS - a SmalltalkImage
Image: Squeak3.10alpha [latest update: #7110]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir Discovery:Users:admin:Squeak3.10:untitled folder
Trusted Dir Discovery:Users:admin:Squeak3.10:untitled folder
Untrusted Dir Discovery:Users:admin:Library:Preferences:Squeak:Internet:My Squeak

SmallInteger(Object)>>doesNotUnderstand: #asSymbol
	Receiver: 1
	Arguments and temporary variables: 
		aMessage: 	asSymbol
	Receiver's instance variables: 
1

[] in Unicode class>>initialize {[:codeCat :codeIndex |  every256    = (codeIndex bitShift: -8)   ifFalse: [b...]}
	Arguments and temporary variables: 
		newGeneralCategory: 	a SparseLargeTable(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...etc...
		every256: 	0
		sym: 	#Zs
		index: 	29
		bar: 	[] in SystemProgressMorph>>label:min:max: {[:barVal |  (barVal between: mi...etc...
		codeCat: 	1
		codeIndex: 	1

SparseLargeTable(SequenceableCollection)>>withIndexDo:
	Receiver: a SparseLargeTable(1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 29 21 2...etc...
	Arguments and temporary variables: 
		elementAndIndexBlock: 	[] in Unicode class>>initialize {[:codeCat :codeIndex |  ...etc...
		index: 	1
		indexLimiT: 	917632
	Receiver's instance variables: 
		base: 	1
		size: 	917632
		chunkSize: 	1024
		defaultValue: 	0

[] in Unicode class>>initialize {[:bar | GeneralCategory   withIndexDo: [:codeCat :codeIndex |     every256  ...]}
	Arguments and temporary variables: 
		newGeneralCategory: 	a SparseLargeTable(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...etc...
		every256: 	0
		sym: 	#Zs
		index: 	29
		bar: 	[] in SystemProgressMorph>>label:min:max: {[:barVal |  (barVal between: mi...etc...
		codeCat: 	1
		codeIndex: 	1


--- The full stack ---
SmallInteger(Object)>>doesNotUnderstand: #asSymbol
[] in Unicode class>>initialize {[:codeCat :codeIndex |  every256    = (codeIndex bitShift: -8)   ifFalse: [b...]}
SparseLargeTable(SequenceableCollection)>>withIndexDo:
[] in Unicode class>>initialize {[:bar | GeneralCategory   withIndexDo: [:codeCat :codeIndex |     every256  ...]}
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in ProgressInitiationException>>defaultMorphicAction {[result := workBlock value: progress]}
BlockContext>>ensure:
ProgressInitiationException>>defaultMorphicAction
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
ByteString(String)>>displayProgressAt:from:to:during:
Unicode class>>initialize
MCMethodDefinition>>postload
MCMethodDefinition(MCDefinition)>>postloadOver:
[] in MCPackageLoader>>basicLoad {[:ea | ea   postloadOver: (self obsoletionFor: ea)]}
[] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:each :i |  bar value: i.  aBlock value: each]}
OrderedCollection(SequenceableCollection)>>withIndexDo:
[] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:bar | self   withIndexDo: [:each :i |     bar value: i.    aBlock value: e...]}
[] in ProgressInitiationException>>defaultMorphicAction {[result := workBlock value: progress]}
BlockContext>>ensure:
ProgressInitiationException>>defaultMorphicAction
ProgressInitiationException>>defaultAction
UndefinedObject>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
MethodContext(ContextPart)>>handleSignal:
ProgressInitiationException(Exception)>>signal
ProgressInitiationException>>display:at:from:to:during:
ProgressInitiationException class>>display:at:from:to:during:
ByteString(String)>>displayProgressAt:from:to:during:
OrderedCollection(SequenceableCollection)>>do:displayingProgress:
[] in MCPackageLoader>>basicLoad {[additions   do: [:ea | self tryToLoad: ea]   displayingProgress: 'Loading.....]}
BlockContext>>on:do:
[] in MCPackageLoader>>basicLoad {[[additions   do: [:ea | self tryToLoad: ea]   displayingProgress: 'Loading....]}
BlockContext>>ensure:
MCPackageLoader>>basicLoad
[] in MCPackageLoader>>loadWithNameLike: {[self basicLoad]}
[] in MCPackageLoader>>useChangeSetNamed:during: {[aBlock value]}
BlockContext>>ensure:
MCPackageLoader>>useChangeSetNamed:during:
MCPackageLoader>>useNewChangeSetNamedLike:during:
...etc...


More information about the V3dot10 mailing list