[squeak-dev] [ANN][Squeak-dev Images] May 2008 versions

Alain Plantec alain.plantec at univ-brest.fr
Fri May 9 17:00:01 UTC 2008


Le Friday 09 May 2008 18:12:29 Damien Cassou, vous avez écrit :
> Hi,
Hi Damien,

I've tried to use 3.10-7159.
while loading Miro package from squeaksource, I've the following DNU.
this error happen while loading TCellsContainer trait definition.

----------------
MessageNotUnderstood: UndefinedObject>>select:thenCollect:
9 May 2008 6:48:11 pm

VM: unix - a SmalltalkImage
Image: Squeak3.10beta [latest update: #7159]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir /home/plantec/dvpt/Miro
Trusted Dir /home/plantec/dvpt/Miro/secure
Untrusted Dir /home/plantec/dvpt/Miro/My Squeak

UndefinedObject(Object)>>doesNotUnderstand: #select:thenCollect:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	select: [] in MCClassDefinition>>selectVariables: {[:v | v perform: a...etc...
	Receiver's instance variables: 
nil

MCClassDefinition>>selectVariables:
	Receiver: a MCClassDefinition(TCellsContainer)
	Arguments and temporary variables: 
		aSelector: 	#isPoolImport
		v: 	nil
	Receiver's instance variables: 
		name: 	#TCellsContainer
		superclassName: 	nil
		variables: 	nil
		category: 	'Miro-Traits'
		type: 	nil
		comment: 	''
		commentStamp: 	''
		traitComposition: 	nil
		classTraitComposition: 	nil

MCClassDefinition>>poolDictionaries
	Receiver: a MCClassDefinition(TCellsContainer)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		name: 	#TCellsContainer
		superclassName: 	nil
		variables: 	nil
		category: 	'Miro-Traits'
		type: 	nil
		comment: 	''
		commentStamp: 	''
		traitComposition: 	nil
		classTraitComposition: 	nil

MCClassDefinition>>requirements
	Receiver: a MCClassDefinition(TCellsContainer)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		name: 	#TCellsContainer
		superclassName: 	nil
		variables: 	nil
		category: 	'Miro-Traits'
		type: 	nil
		comment: 	''
		commentStamp: 	''
		traitComposition: 	nil
		classTraitComposition: 	nil


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #select:thenCollect:
MCClassDefinition>>selectVariables:
MCClassDefinition>>poolDictionaries
MCClassDefinition>>requirements
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MCDependencySorter>>unresolvedRequirementsFor:
MCDependencySorter>>add:
[] in MCDependencySorter>>addAll: {[:ea | self add: ea]}
Array(SequenceableCollection)>>do:
MCDependencySorter>>addAll:
MCDependencySorter class>>items:
MCPackageLoader>>sorterForItems:
MCPackageLoader>>analyze
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.  e := anEvent     transformedB...]}
[] in PasteUpMorph>>becomeActiveDuring: {[aBlock value]}
BlockContext>>on:do:
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h processEvents.  capturingGesture := capturingGest...]}
Array(SequenceableCollection)>>do:
WorldState>>handsDo:
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor terminateActive]}


----------------


> 
> I've just uploaded new squeak-dev and squeak-web images based on
> Squeak3.9.1-7075 and Squeak3.10-7159.
> 
> Download: https://gforge.inria.fr/frs/?group_id=1211
> 
> More information and download links:
> http://damien.cassou.free.fr/squeak-dev.html
> 
> Changes in this version:
> ---------------------------
> 
> - Algernon has been included in the beta images
> (http://news.squeak.org/2008/05/07/algernon-your-personal-assistant-for-squeak/).
> - Diff Tools have also been included in the beta images
> (http://astares.blogspot.com/2008/04/diff-tools-for-squeak.html)
> - Monticello 1.5 has been removed from the beta images because it
> seems to cause some troubles. However, I would like to reintroduce it
> as soon as people tell me it's now ok.
> - Magritte and Pier have been updated in the web images
> - OB-Enhancements saw a lot of bug fixes and new features (inclusion
> of smart groups, double-click support on some items...)
> - Lots of fixes for OB-Standard
> - UIEnhancements has been updated
> 
> 
> Contained packages:
> ------------------------
> 
> This image contains the following packages (some packages are only in
> the squeak-web image or beta images):
> 
> Aida version 5.6
> Algernon version 1.0.1
> AST version 157
> AutomaticMethodCategorizer version 0.25
> AutomaticMethodCategorizerOB version 0.2
> Diff Tools version 0.51
> DynamicBindings version 2.7
> eCompletion version 0.89
> eCompletion-Traits version 0.1
> eCompletionOmniBrowser version 0.4
> Event Enhancements version 0.6
> Geometry Models version 0.3
> Installer version 4.1
> KomHttpServer version 7.0.30
> KomServices version 1.12
> Magritte-Model version 1.0.16.310
> Magritte-Morph version 1.0.16.42
> Magritte-Seaside version 1.0.16.259
> Magritte-Tests version 1.0.16.138
> Null version 0.13
> OB-Enhancements version 0.167
> OmniBrowser version 0.412.1
> OmniBrowser-Full version 0.25
> OmniBrowser-Morphic version 0.47
> OmniBrowser-Refactory version 0.85
> OmniBrowser-Regex version 0.8.2
> OmniBrowser-Standard version 0.335
> OmniBrowser-SUnitIntegration version 0.9.1
> OmniBrowser-TraitsIntegration version 0.33
> Pier version current
> Pier-Blog version 1.0.16.73
> Pier-Documents version 1.0.16.5
> Pier-EditorEnh version 1.0.16.12
> Pier-Model version 1.0.16.217
> Pier-OmniBrowser version 1.0.16.33
> Pier-Seaside version 1.0.16.269
> Pier-Security version 1.0.16.105
> Pier-Tests version 1.0.16.93
> Refactoring Engine version 47
> Rio version 0.34.29
> Rio-Kernel version 0.78
> RoelTyper version 0.60
> RSRSS2 version 2.8.9
> Scriptaculous version 2.8.228
> ScriptManager version 0.6
> Seaside version 2.8.522
> Seaside-Adapters-Core version pmm.2.mcz
> Seaside-Adapters-Swazoo version 8
> Seaside-Squeak-Adapters version pmm.3.mcz
> SeasideAdaptersCompatibility version pmm.1.mcz
> Shout version 3.15-tween.70
> ShoutWorkspace version 1-tween.2
> SmaCC runtime version 13
> Sport version 2.31
> Squeak dev packages version 0.20
> Squeak dev packages beta version 0.25
> Squeak web packages version 0.2
> SUnit-improved version 4.0.108
> SUnitGUI-improved version 4.0.48
> Swazoo version 2.1
> ToolBuilder integration for UI Themes version 0.52
> UI Themes and Standard Widgets version 0.70
> Universes version 42
> Universes OmniBrowser version 0.35
> VBRegex version 1.9
> YAXO version 9
> 
> 
> Updating the image:
> -------------------------
> 
> You are not obliged to download a new image if you don't want. You can
> always update your image.
> 
> To upgrade your already existing squeak-dev image:
> 
> 1) World menu->open...->Package Universe Browser
> 2) Update list from network
> 3) Select all upgrades
> 4) Install selection
> 5) Execute: 'DEVImageCreator default install' (all windows will be closed)
> 
> 
> Prepared packages:
> --------------------------
> 
> There are a lot of packages prepared for you in this image. They are
> not loaded in the image, but they can be easily.
> 
> - Open Package Universe Browser (world->open...->Package Universe Browser).
> - Click on "Update list from network"
> - Wait a few seconds
> - Select your packages
> - Install them
> 





More information about the Squeak-dev mailing list