Another Monticello weird thing...

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Wed May 2 13:08:17 UTC 2007


Folks:

I try to have the best Monticello in 3.10 .
For this , I locate the last of Impara at
http://bugs.squeak.org/view.php?id=4991
I wish keep the Ralph changes for the 3.10 release process.
Made a  Monticello-edc.316.mcz, test, all works.
Copy to 3.10 repository, quit image without save.
Loading via drag and drop or via FileList , all works.
Loading via Monticello (what is what the update stream .cs should do). gives
me the attached walkback and pict.

Edgar


-------------- next part --------------
MessageNotUnderstood: SmallInteger>>add:
2 May 2007 9:56:46 am

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

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

SmallInteger(Object)>>doesNotUnderstand: #add:
	Receiver: 34940772
	Arguments and temporary variables: 
		aMessage: 	add: a MethodAddition
	Receiver's instance variables: 
34940772

MCMethodDefinition>>addMethodAdditionTo:
	Receiver: a MCMethodDefinition(MCMultiPackageLoader>>analyze)
	Arguments and temporary variables: 
		aCollection: 	34940772
		methodAddition: 	a MethodAddition
	Receiver's instance variables: 
		classIsMeta: 	false
		source: 	'analyze
	| index |
	index := MCDefinitionIndex definitions: additions....etc...
		category: 	#private
		selector: 	#analyze
		className: 	#MCMultiPackageLoader
		timeStamp: 	'bf 3/17/2006 15:51'

[] in MCPackageLoader>>basicLoad {[:ea | ea addMethodAdditionTo: unknown7]}
	Arguments and temporary variables: 
		ea: 	a MCMethodDefinition(MCMultiPackageLoader>>analyze)
		each: 	nil
		n: 	InMidstOfFileinNotification

[] in OrderedCollection(SequenceableCollection)>>do:displayingProgress: {[:each :i |  bar value: i.  aBlock value: each]}
	Arguments and temporary variables: 
		aBlock: 	[] in MCPackageLoader>>basicLoad {[:ea | ea addMethodAdditionTo: unknow...etc...
		aString: 	'Reloading...'
		bar: 	[] in SystemProgressMorph>>label:min:max: {[:barVal |  (barVal between: mi...etc...
		each: 	a MCMethodDefinition(MCMultiPackageLoader>>analyze)
		i: 	1


--- The full stack ---
SmallInteger(Object)>>doesNotUnderstand: #add:
MCMethodDefinition>>addMethodAdditionTo:
[] in MCPackageLoader>>basicLoad {[:ea | ea addMethodAdditionTo: unknown7]}
[] 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:
MCPackageLoader>>loadWithNameLike:
MCVersionLoader>>load
MCVersionLoader class>>loadVersion:
MCVersion>>load
[] in MCFileRepositoryInspector(MCVersionInspector)>>load {[self version load]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MCFileRepositoryInspector(MCVersionInspector)>>load
MCFileRepositoryInspector>>load
PluggableButtonMorphPlus(PluggableButtonMorph)>>performAction
PluggableButtonMorphPlus>>performAction
[] in PluggableButtonMorphPlus(PluggableButtonMorph)>>mouseUp: {[:m | (m containsPoint: evt cursorPoint)   ifTrue: [m performAction]]}
Array(SequenceableCollection)>>do:
PluggableButtonMorphPlus(PluggableButtonMorph)>>mouseUp:
PluggableButtonMorphPlus>>mouseUp:
PluggableButtonMorphPlus(Morph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
PluggableButtonMorphPlus(Morph)>>handleEvent:
PluggableButtonMorphPlus(Morph)>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self.  ActiveEvent := anEvent.  result := focusHolder     han...]}
...etc...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture 1.png
Type: application/octet-stream
Size: 59643 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20070502/7ffe1e28/Picture1.obj


More information about the Squeak-dev mailing list