[Pharo-project] CodeLoader>>startUp: installing World?
CodeLoader class>>startUp: resuming resuming ifTrue: [ World ifNotNil: [ World install. ActiveHand position: 100@100]. self processUpdates. ]. Is this method ok in this class? I'd expect for World ifNotNil: [ World install. ActiveHand position: 100@100]. to be on PasteUpMorph or so... Guille
On Mar 14, 2012, at 3:08 PM, Guillermo Polito wrote:
CodeLoader class>>startUp: resuming resuming ifTrue: [ World ifNotNil: [ World install. ActiveHand position: 100@100]. self processUpdates. ].
Is this method ok in this class? I'd expect for
World ifNotNil: [ World install. ActiveHand position: 100@100].
to be on PasteUpMorph or soâ¦
Yes me too. To be fixed.
Guille
On Wed, Mar 14, 2012 at 3:08 PM, Guillermo Polito <guillermopolito@gmail.com
wrote:
CodeLoader class>>startUp: resuming resuming ifTrue: [ World ifNotNil: [ World install. ActiveHand position: 100@100]. self processUpdates. ].
Is this method ok in this class? I'd expect for
World ifNotNil: [ World install. ActiveHand position: 100@100].
to be on PasteUpMorph or so...
Yes, and moreover I still don't understand why CodeLoader needs to reinstall World. Why it needs that apart from the #processUpdates ? Maybe we can remove all that World reinitialization from this startUp: Anyone knows?
Guille
-- Mariano http://marianopeck.wordpress.com
participants (3)
-
Guillermo Polito -
Mariano Martinez Peck -
Stéphane Ducasse