this is strange I do not see it On Jun 24, 2010, at 9:51 AM, Mariano Martinez Peck wrote:
> I have seen this error several times. We don't know where it cames from, but > yes, there is a problem. > > In my case, I always notice in the same situation: when saving an image, one > of the methods I was most recentrly edditing, replaces the sintax with part > of the string of the image name. > > Exactly the same situation Torsten had here. > > So....yes, I had this problem a lot of times. I cannot reproduce it always, > it just happens sometimes. > > Cheers > > Mariano > > > On Wed, Jun 23, 2010 at 9:06 AM, Torsten Bergmann <[email protected]> wrote: > Hi Stef, > > updating from 12011 to 12012 doesnt work due to a syntax error again: > Stack is below. How does > "rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008" come in here .... > > It's the second time something like this happens. > > Bye > T. > > -------------------------------------------------------------------------- > Parser>>notify:at: > Receiver: a Parser > Arguments and temporary variables: > string: 'Nothing more expected' > location: 4 > Receiver's instance variables: > source: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008....etc... > mark: 5 > hereChar: $/ > aheadChar: $P > token: 'Pharo' > tokenType: #word > currentComment: nil > buffer: a WriteStream 'Pharo' > typeTable: #(#xBinary #xBinary #xBinary #xBinary #xBinary > #xBinary #xBinary #xB...etc... > here: #/ > hereType: #binary > hereMark: 4 > hereEnd: 4 > prevMark: 1 > prevEnd: 3 > encoder: {an EncoderForV3PlusClosures} > requestor: nil > parseNode: {[^ self]} > failBlock: [^ failBlock value] > requestorOffset: 0 > tempsMark: 4 > doitFlag: false > properties: an AdditionalMethodState > category: #'initialize-release' > > Parser>>expected: > Receiver: a Parser > Arguments and temporary variables: > aString: 'Nothing more' > Receiver's instance variables: > source: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008....etc... > mark: 5 > hereChar: $/ > aheadChar: $P > token: 'Pharo' > tokenType: #word > currentComment: nil > buffer: a WriteStream 'Pharo' > typeTable: #(#xBinary #xBinary #xBinary #xBinary #xBinary > #xBinary #xBinary #xB...etc... > here: #/ > hereType: #binary > hereMark: 4 > hereEnd: 4 > prevMark: 1 > prevEnd: 3 > encoder: {an EncoderForV3PlusClosures} > requestor: nil > parseNode: {[^ self]} > failBlock: [^ failBlock value] > requestorOffset: 0 > tempsMark: 4 > doitFlag: false > properties: an AdditionalMethodState > category: #'initialize-release' > > Parser>>method:context: > Receiver: a Parser > Arguments and temporary variables: > doit: false > ctxt: nil > sap: #(#rch #() 1) > blk: {[^ self]} > prim: 0 > temps: #() > messageComment: nil > methodNode: nil > Receiver's instance variables: > source: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008....etc... > mark: 5 > hereChar: $/ > aheadChar: $P > token: 'Pharo' > tokenType: #word > currentComment: nil > buffer: a WriteStream 'Pharo' > typeTable: #(#xBinary #xBinary #xBinary #xBinary #xBinary > #xBinary #xBinary #xB...etc... > here: #/ > hereType: #binary > hereMark: 4 > hereEnd: 4 > prevMark: 1 > prevEnd: 3 > encoder: {an EncoderForV3PlusClosures} > requestor: nil > parseNode: {[^ self]} > failBlock: [^ failBlock value] > requestorOffset: 0 > tempsMark: 4 > doitFlag: false > properties: an AdditionalMethodState > category: #'initialize-release' > > [] in Parser>>parse:class:category:noPattern:context:notifying:ifFail: > Receiver: a Parser > Arguments and temporary variables: > <<error during printing> > Receiver's instance variables: > source: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008....etc... > mark: 5 > hereChar: $/ > aheadChar: $P > token: 'Pharo' > tokenType: #word > currentComment: nil > buffer: a WriteStream 'Pharo' > typeTable: #(#xBinary #xBinary #xBinary #xBinary #xBinary > #xBinary #xBinary #xB...etc... > here: #/ > hereType: #binary > hereMark: 4 > hereEnd: 4 > prevMark: 1 > prevEnd: 3 > encoder: {an EncoderForV3PlusClosures} > requestor: nil > parseNode: {[^ self]} > failBlock: [^ failBlock value] > requestorOffset: 0 > tempsMark: 4 > doitFlag: false > properties: an AdditionalMethodState > category: #'initialize-release' > > BlockClosure>>on:do: > Receiver: [methNode := self method: noPattern context: ctxt] > Arguments and temporary variables: > exception: ReparseAfterSourceEditing > handlerAction: [:ex | > repeatNeeded := true. > myStream := requestor text string...etc... > handlerActive: true > Receiver's instance variables: > outerContext: > Parser>>parse:class:category:noPattern:context:notifying:ifFail: > startpc: 134 > numArgs: 0 > > Parser>>parse:class:category:noPattern:context:notifying:ifFail: > Receiver: a Parser > Arguments and temporary variables: > <<error during printing> > Receiver's instance variables: > source: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008....etc... > mark: 5 > hereChar: $/ > aheadChar: $P > token: 'Pharo' > tokenType: #word > currentComment: nil > buffer: a WriteStream 'Pharo' > typeTable: #(#xBinary #xBinary #xBinary #xBinary #xBinary > #xBinary #xBinary #xB...etc... > here: #/ > hereType: #binary > hereMark: 4 > hereEnd: 4 > prevMark: 1 > prevEnd: 3 > encoder: {an EncoderForV3PlusClosures} > requestor: nil > parseNode: {[^ self]} > failBlock: [^ failBlock value] > requestorOffset: 0 > tempsMark: 4 > doitFlag: false > properties: an AdditionalMethodState > category: #'initialize-release' > > Compiler>>translate:noPattern:ifFail: > Receiver: a Compiler > Arguments and temporary variables: > aStream: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008...etc... > noPattern: false > failBlock: [^ nil] > Receiver's instance variables: > sourceStream: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-...etc... > requestor: nil > class: HelpBrowser > category: #'initialize-release' > context: nil > parser: a Parser > > Compiler>>compile:in:classified:notifying:ifFail: > Receiver: a Compiler > Arguments and temporary variables: > textOrStream: > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008.2.image...etc... > aClass: HelpBrowser > aCategory: #'initialize-release' > aRequestor: nil > failBlock: [^ nil] > methodNode: nil > Receiver's instance variables: > sourceStream: a ReadStream > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-...etc... > requestor: nil > class: HelpBrowser > category: #'initialize-release' > context: nil > parser: a Parser > > HelpBrowser class(Behavior)>>compile:classified:notifying:trailer:ifFail: > Receiver: HelpBrowser > Arguments and temporary variables: > code: > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008.2.image' > category: #'initialize-release' > requestor: nil > bytes: a CompiledMethodTrailer > failBlock: [^ nil] > methodNode: nil > Receiver's instance variables: > superclass: Object > methodDict: a > MethodDictionary(#close->(HelpBrowser>>#close "a CompiledMethod(7...etc... > format: 138 > instanceVariables: #('rootTopic' 'window' 'treeMorph' > 'contentMorph') > organization: ('accessing' rootTopic rootTopic:) > ('actions' refresh) > ('defaults...etc... > subclasses: nil > name: #HelpBrowser > classPool: a Dictionary(#DefaultHelpBrowser->nil ) > sharedPools: nil > environment: a SystemDictionary(lots of globals) > category: #'HelpSystem-Core-UI' > traitComposition: {} > localSelectors: nil > > MethodAddition>>createCompiledMethod > Receiver: a MethodAddition > Arguments and temporary variables: > > Receiver's instance variables: > text: > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008.2.image' > category: #'initialize-release' > changeStamp: '' > requestor: nil > logSource: true > myClass: HelpBrowser > methodAndNode: nil > selector: nil > compiledMethod: nil > priorMethodOrNil: nil > > MCMethodDefinition>>addMethodAdditionTo: > Receiver: a MCMethodDefinition(HelpBrowser>>initWindow) > Arguments and temporary variables: > aCollection: an OrderedCollection(a MethodAddition a > MethodAddition a MethodAdd...etc... > methodAddition: a MethodAddition > Receiver's instance variables: > classIsMeta: false > source: > 'rch/Pharo/Pharo/PharoHarvestingFixes/PharoCore-1.1-12008.2.image' > category: #'initialize-release' > selector: #initWindow > className: #HelpBrowser > timeStamp: '' > > [] in [] in [] in MCMultiPackageLoader(MCPackageLoader)>>basicLoad > Receiver: a MCMultiPackageLoader > Arguments and temporary variables: > ea: a MCMethodDefinition(HelpBrowser>>initWindow) > Receiver's instance variables: > requirements: #() > unloadableDefinitions: a SortedCollection() > obsoletions: a Dictionary(a MCMethodDefinition(HelpBrowser > class>>menuCommandOn...etc... > additions: an OrderedCollection(a > MCClassDefinition(DummyUIManager) a MCMethodD...etc... > removals: an OrderedCollection(a > MCMethodDefinition(WorldState class>>debugOn:)...etc... > errorDefinitions: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWi...etc... > provisions: a Set(#PureBehaviorTest #PluggableSetTest > #TimeStamp #BasicBehavior...etc... > methodAdditions: an OrderedCollection(a MethodAddition > a MethodAddition a Metho...etc... > > [] in [] in OrderedCollection(Collection)>>do:displayingProgress:every: > Receiver: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWindow)) > Arguments and temporary variables: > <<error during printing> > Receiver's instance variables: > array: an Array(nil nil a > MCMethodDefinition(HelpBrowser>>initWindow) nil nil n...etc... > firstIndex: 3 > lastIndex: 3 > > OrderedCollection>>do: > Receiver: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWindow)) > Arguments and temporary variables: > aBlock: [:each | > | newLabel | > (count = 0 > or: [count + 1 = size > or: [(T...etc... > index: 3 > Receiver's instance variables: > array: an Array(nil nil a > MCMethodDefinition(HelpBrowser>>initWindow) nil nil n...etc... > firstIndex: 3 > lastIndex: 3 > > [] in OrderedCollection(Collection)>>do:displayingProgress:every: > Receiver: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWindow)) > Arguments and temporary variables: > <<error during printing> > Receiver's instance variables: > array: an Array(nil nil a > MCMethodDefinition(HelpBrowser>>initWindow) nil nil n...etc... > firstIndex: 3 > lastIndex: 3 > > [] in [] in ProgressInitiationException>>defaultMorphicAction > Receiver: ProgressInitiationException: > Arguments and temporary variables: > progress: [:barValArg | > | barVal return newBarSize | > barVal := barValArg. > ret...etc... > result: #(nil) > Receiver's instance variables: > messageText: nil > tag: nil > signalContext: ProgressInitiationException(Exception)>>signal > handlerContext: nil > outerContext: nil > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > maxVal: 1 > minVal: 0 > aPoint: 3...@339 > progressTitle: '' > > BlockClosure>>on:do: > Receiver: [result := workBlock value: progress] > Arguments and temporary variables: > exception: ProgressNotification > handlerAction: [:ex | > ex extraParam isString > ifTrue: [SystemProgressMorph un...etc... > handlerActive: true > Receiver's instance variables: > outerContext: [] in > ProgressInitiationException>>defaultMorphicAction > startpc: 83 > numArgs: 0 > > [] in ProgressInitiationException>>defaultMorphicAction > Receiver: ProgressInitiationException: > Arguments and temporary variables: > progress: [:barValArg | > | barVal return newBarSize | > barVal := barValArg. > ret...etc... > result: #(nil) > Receiver's instance variables: > messageText: nil > tag: nil > signalContext: ProgressInitiationException(Exception)>>signal > handlerContext: nil > outerContext: nil > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > maxVal: 1 > minVal: 0 > aPoint: 3...@339 > progressTitle: '' > > BlockClosure>>ensure: > Receiver: [[result := workBlock value: progress] > on: ProgressNotification > do: [:ex | > ex extr...etc... > Arguments and temporary variables: > aBlock: [SystemProgressMorph close: progress] > complete: nil > returnValue: nil > Receiver's instance variables: > outerContext: > ProgressInitiationException>>defaultMorphicAction > startpc: 77 > numArgs: 0 > > ProgressInitiationException>>defaultMorphicAction > Receiver: ProgressInitiationException: > Arguments and temporary variables: > progress: [:barValArg | > | barVal return newBarSize | > barVal := barValArg. > ret...etc... > result: #(nil) > Receiver's instance variables: > messageText: nil > tag: nil > signalContext: ProgressInitiationException(Exception)>>signal > handlerContext: nil > outerContext: nil > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > maxVal: 1 > minVal: 0 > aPoint: 3...@339 > progressTitle: '' > > ProgressInitiationException>>defaultAction > Receiver: ProgressInitiationException: > Arguments and temporary variables: > > Receiver's instance variables: > messageText: nil > tag: nil > signalContext: ProgressInitiationException(Exception)>>signal > handlerContext: nil > outerContext: nil > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > maxVal: 1 > minVal: 0 > aPoint: 3...@339 > progressTitle: '' > > UndefinedObject>>handleSignal: > Receiver: nil > Arguments and temporary variables: > exception: ProgressInitiationException: > Receiver's instance variables: > nil > > MethodContext(ContextPart)>>handleSignal: > Receiver: BlockClosure>>on:do: > Arguments and temporary variables: > exception: ProgressInitiationException: > val: nil > Receiver's instance variables: > sender: PasteUpMorph>>becomeActiveDuring: > pc: 17 > stackp: 3 > method: (BlockClosure>>#on:do: "a > CompiledMethod(445382656)") > closureOrNil: nil > receiver: [aBlock value] > > MethodContext(ContextPart)>>handleSignal: > Receiver: BlockClosure>>on:do: > Arguments and temporary variables: > exception: ProgressInitiationException: > val: nil > Receiver's instance variables: > sender: [] in > ProgressInitiationException>>defaultMorphicAction > pc: 17 > stackp: 3 > method: (BlockClosure>>#on:do: "a > CompiledMethod(445382656)") > closureOrNil: nil > receiver: [result := workBlock value: progress] > > MethodContext(ContextPart)>>handleSignal: > Receiver: BlockClosure>>on:do: > Arguments and temporary variables: > exception: ProgressInitiationException: > val: nil > Receiver's instance variables: > sender: [] in > MultiByteBinaryOrTextStream(PositionableStream)>>fileInAnnouncing...etc... > pc: 17 > stackp: 3 > method: (BlockClosure>>#on:do: "a > CompiledMethod(445382656)") > closureOrNil: nil > receiver: [| chunk | val := (self peekFor: $!) > ifTrue: [(Compiler evaluate:...etc... > > MethodContext(ContextPart)>>handleSignal: > Receiver: BlockClosure>>on:do: > Arguments and temporary variables: > exception: ProgressInitiationException: > val: nil > Receiver's instance variables: > sender: [] in > MCMultiPackageLoader(MCPackageLoader)>>basicLoad > pc: 17 > stackp: 3 > method: (BlockClosure>>#on:do: "a > CompiledMethod(445382656)") > closureOrNil: nil > receiver: [additions > do: [:ea | self loadClassDefinition: ea] > displayingPro...etc... > > ProgressInitiationException(Exception)>>signal > Receiver: ProgressInitiationException: > Arguments and temporary variables: > > Receiver's instance variables: > messageText: nil > tag: nil > signalContext: ProgressInitiationException(Exception)>>signal > handlerContext: nil > outerContext: nil > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > maxVal: 1 > minVal: 0 > aPoint: 3...@339 > progressTitle: '' > > ProgressInitiationException>>display:at:from:to:during: > Receiver: ProgressInitiationException: > Arguments and temporary variables: > argString: '' > argPoint: 3...@339 > argMinVal: 0 > argMaxVal: 1 > argWorkBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > o...etc... > Receiver's instance variables: > messageText: nil > tag: nil > signalContext: ProgressInitiationException(Exception)>>signal > handlerContext: nil > outerContext: nil > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > maxVal: 1 > minVal: 0 > aPoint: 3...@339 > progressTitle: '' > > ProgressInitiationException class>>display:at:from:to:during: > Receiver: ProgressInitiationException > Arguments and temporary variables: > aString: '' > aPoint: 3...@339 > minVal: 0 > maxVal: 1 > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > Receiver's instance variables: > superclass: Exception > methodDict: a > MethodDictionary(#defaultAction->(ProgressInitiationException>>#d...etc... > format: 150 > instanceVariables: #('workBlock' 'maxVal' 'minVal' > 'aPoint' 'progressTitle') > organization: ('as yet unclassified' defaultAction > defaultMorphicAction display...etc... > subclasses: nil > name: #ProgressInitiationException > classPool: nil > sharedPools: nil > environment: a SystemDictionary(lots of globals) > category: #'Morphic-Widgets' > traitComposition: {} > localSelectors: nil > > ByteString(String)>>displayProgressAt:from:to:during: > Receiver: '' > Arguments and temporary variables: > aPoint: 3...@339 > minVal: 0 > maxVal: 1 > workBlock: [:bar | self > do: [:each | > | newLabel | > (count = 0 > or: ...etc... > Receiver's instance variables: > '' > > OrderedCollection(Collection)>>do:displayingProgress:every: > Receiver: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWindow)) > Arguments and temporary variables: > <<error during printing> > Receiver's instance variables: > array: an Array(nil nil a > MCMethodDefinition(HelpBrowser>>initWindow) nil nil n...etc... > firstIndex: 3 > lastIndex: 3 > > OrderedCollection(Collection)>>do:displayingProgress: > Receiver: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWindow)) > Arguments and temporary variables: > aBlock: [:ea | ea addMethodAdditionTo: methodAdditions] > aStringOrBlock: 'Reloading...' > Receiver's instance variables: > array: an Array(nil nil a > MCMethodDefinition(HelpBrowser>>initWindow) nil nil n...etc... > firstIndex: 3 > lastIndex: 3 > > [] in [] in MCMultiPackageLoader(MCPackageLoader)>>basicLoad > Receiver: a MCMultiPackageLoader > Arguments and temporary variables: > > Receiver's instance variables: > requirements: #() > unloadableDefinitions: a SortedCollection() > obsoletions: a Dictionary(a MCMethodDefinition(HelpBrowser > class>>menuCommandOn...etc... > additions: an OrderedCollection(a > MCClassDefinition(DummyUIManager) a MCMethodD...etc... > removals: an OrderedCollection(a > MCMethodDefinition(WorldState class>>debugOn:)...etc... > errorDefinitions: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWi...etc... > provisions: a Set(#PureBehaviorTest #PluggableSetTest > #TimeStamp #BasicBehavior...etc... > methodAdditions: an OrderedCollection(a MethodAddition > a MethodAddition a Metho...etc... > > BlockClosure>>on:do: > Receiver: [additions > do: [:ea | self loadClassDefinition: ea] > displayingProgress: 'Loading class...etc... > Arguments and temporary variables: > exception: InMidstOfFileinNotification > handlerAction: [:n | n resume: true] > handlerActive: true > Receiver's instance variables: > outerContext: [] in > MCMultiPackageLoader(MCPackageLoader)>>basicLoad > startpc: 112 > numArgs: 0 > > [] in MCMultiPackageLoader(MCPackageLoader)>>basicLoad > Receiver: a MCMultiPackageLoader > Arguments and temporary variables: > > Receiver's instance variables: > requirements: #() > unloadableDefinitions: a SortedCollection() > obsoletions: a Dictionary(a MCMethodDefinition(HelpBrowser > class>>menuCommandOn...etc... > additions: an OrderedCollection(a > MCClassDefinition(DummyUIManager) a MCMethodD...etc... > removals: an OrderedCollection(a > MCMethodDefinition(WorldState class>>debugOn:)...etc... > errorDefinitions: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWi...etc... > provisions: a Set(#PureBehaviorTest #PluggableSetTest > #TimeStamp #BasicBehavior...etc... > methodAdditions: an OrderedCollection(a MethodAddition > a MethodAddition a Metho...etc... > > BlockClosure>>ensure: > Receiver: [[additions > do: [:ea | self loadClassDefinition: ea] > displayingProgress: 'Loading clas...etc... > Arguments and temporary variables: > aBlock: [self flushChangesFile] > complete: nil > returnValue: nil > Receiver's instance variables: > outerContext: > MCMultiPackageLoader(MCPackageLoader)>>basicLoad > startpc: 108 > numArgs: 0 > > MCMultiPackageLoader(MCPackageLoader)>>basicLoad > Receiver: a MCMultiPackageLoader > Arguments and temporary variables: > > Receiver's instance variables: > requirements: #() > unloadableDefinitions: a SortedCollection() > obsoletions: a Dictionary(a MCMethodDefinition(HelpBrowser > class>>menuCommandOn...etc... > additions: an OrderedCollection(a > MCClassDefinition(DummyUIManager) a MCMethodD...etc... > removals: an OrderedCollection(a > MCMethodDefinition(WorldState class>>debugOn:)...etc... > errorDefinitions: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWi...etc... > provisions: a Set(#PureBehaviorTest #PluggableSetTest > #TimeStamp #BasicBehavior...etc... > methodAdditions: an OrderedCollection(a MethodAddition > a MethodAddition a Metho...etc... > > [] in MCMultiPackageLoader(MCPackageLoader)>>loadWithNameLike: > Receiver: a MCMultiPackageLoader > Arguments and temporary variables: > > Receiver's instance variables: > requirements: #() > unloadableDefinitions: a SortedCollection() > obsoletions: a Dictionary(a MCMethodDefinition(HelpBrowser > class>>menuCommandOn...etc... > additions: an OrderedCollection(a > MCClassDefinition(DummyUIManager) a MCMethodD...etc... > removals: an OrderedCollection(a > MCMethodDefinition(WorldState class>>debugOn:)...etc... > errorDefinitions: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWi...etc... > provisions: a Set(#PureBehaviorTest #PluggableSetTest > #TimeStamp #BasicBehavior...etc... > methodAdditions: an OrderedCollection(a MethodAddition > a MethodAddition a Metho...etc... > > [] in MCMultiPackageLoader(MCPackageLoader)>>useChangeSetNamed:during: > Receiver: a MCMultiPackageLoader > Arguments and temporary variables: > aBlock: [self basicLoad] > Receiver's instance variables: > requirements: #() > unloadableDefinitions: a SortedCollection() > obsoletions: a Dictionary(a MCMethodDefinition(HelpBrowser > class>>menuCommandOn...etc... > additions: an OrderedCollection(a > MCClassDefinition(DummyUIManager) a MCMethodD...etc... > removals: an OrderedCollection(a > MCMethodDefinition(WorldState class>>debugOn:)...etc... > errorDefinitions: an OrderedCollection(a > MCMethodDefinition(HelpBrowser>>initWi...etc... > provisions: a Set(#PureBehaviorTest #PluggableSetTest > #TimeStamp #BasicBehavior...etc... > methodAdditions: an OrderedCollection(a MethodAddition > a MethodAddition a Metho...etc... > > > --- The full stack --- > Parser>>notify:at: > Parser>>expected: > Parser>>method:context: > [] in Parser>>parse:class:category:noPattern:context:notifying:ifFail: > BlockClosure>>on:do: > Parser>>parse:class:category:noPattern:context:notifying:ifFail: > Compiler>>translate:noPattern:ifFail: > Compiler>>compile:in:classified:notifying:ifFail: > HelpBrowser class(Behavior)>>compile:classified:notifying:trailer:ifFail: > MethodAddition>>createCompiledMethod > MCMethodDefinition>>addMethodAdditionTo: > [] in [] in [] in MCMultiPackageLoader(MCPackageLoader)>>basicLoad > [] in [] in OrderedCollection(Collection)>>do:displayingProgress:every: > OrderedCollection>>do: > [] in OrderedCollection(Collection)>>do:displayingProgress:every: > [] in [] in ProgressInitiationException>>defaultMorphicAction > BlockClosure>>on:do: > [] in ProgressInitiationException>>defaultMorphicAction > BlockClosure>>ensure: > ProgressInitiationException>>defaultMorphicAction > ProgressInitiationException>>defaultAction > UndefinedObject>>handleSignal: > MethodContext(ContextPart)>>handleSignal: > MethodContext(ContextPart)>>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(Collection)>>do:displayingProgress:every: > OrderedCollection(Collection)>>do:displayingProgress: > [] in [] in MCMultiPackageLoader(MCPackageLoader)>>basicLoad > BlockClosure>>on:do: > [] in MCMultiPackageLoader(MCPackageLoader)>>basicLoad > BlockClosure>>ensure: > MCMultiPackageLoader(MCPackageLoader)>>basicLoad > [] in MCMultiPackageLoader(MCPackageLoader)>>loadWithNameLike: > [] in MCMultiPackageLoader(MCPackageLoader)>>useChangeSetNamed:during: > - - - - - - - - - - - - - - - > - - - - - - - - - - - - - - - - - - > BlockClosure>>ensure: > MCMultiPackageLoader(MCPackageLoader)>>useChangeSetNamed:during: > MCMultiPackageLoader(MCPackageLoader)>>useNewChangeSetNamedLike:during: > MCMultiPackageLoader(MCPackageLoader)>>loadWithNameLike: > MCVersionLoader>>loadWithNameLike: > MCVersionLoader>>load > ScriptLoader>>loadTogether:merge: > ScriptLoader>>update12012 > UndefinedObject>>DoIt > Compiler>>evaluate:in:to:notifying:ifFail:logged: > Compiler class>>evaluate:for:notifying:logged: > Compiler class>>evaluate:for:logged: > Compiler class>>evaluate:logged: > [] in [] in MultiByteBinaryOrTextStream(PositionableStream)>>fileInAnnouncing: > BlockClosure>>on:do: > [] in MultiByteBinaryOrTextStream(PositionableStream)>>fileInAnnouncing: > [] in [] in ProgressInitiationException>>defaultMorphicAction > BlockClosure>>on:do: > [] in ProgressInitiationException>>defaultMorphicAction > BlockClosure>>ensure: > ProgressInitiationException>>defaultMorphicAction > ProgressInitiationException>>defaultAction > UndefinedObject>>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: > MultiByteBinaryOrTextStream(PositionableStream)>>fileInAnnouncing: > [] in ChangeSet class>>newChangesFromStream:named: > BlockClosure>>ensure: > ChangeSet class>>newChangesFromStream:named: > [] in Utilities > class>>readServer:special:updatesThrough:saveLocally:updateImage: > BlockClosure>>ensure: > CursorWithMask(Cursor)>>showWhile: > Utilities class>>readServer:special:updatesThrough:saveLocally:updateImage: > Utilities class>>readServerUpdatesThrough:saveLocally:updateImage: > Utilities class>>readServerUpdatesSaveLocally:updateImage: > Utilities class>>updateFromServer > [] in [] in WorldState class>>systemOn: > [] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: > BlockClosure>>ensure: > CursorWithMask(Cursor)>>showWhile: > ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: > ToggleMenuItemMorph(MenuItemMorph)>>mouseUp: > ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp: > MouseButtonEvent>>sentTo: > ToggleMenuItemMorph(Morph)>>handleEvent: > MorphicEventDispatcher>>dispatchDefault:with: > MorphicEventDispatcher>>dispatchEvent:with: > ToggleMenuItemMorph(Morph)>>processEvent:using: > MorphicEventDispatcher>>dispatchDefault:with: > MorphicEventDispatcher>>dispatchEvent:with: > MenuMorph(Morph)>>processEvent:using: > MenuMorph(Morph)>>processEvent: > MenuMorph>>handleFocusEvent: > [] in HandMorph>>sendFocusEvent:to:clear: > [] in PasteUpMorph>>becomeActiveDuring: > BlockClosure>>on:do: > PasteUpMorph>>becomeActiveDuring: > HandMorph>>sendFocusEvent:to:clear: > HandMorph>>sendEvent:focus:clear: > HandMorph>>sendMouseEvent: > HandMorph>>handleEvent: > HandMorph>>processEvents > [] in WorldState>>doOneCycleNowFor: > Array(SequenceableCollection)>>do: > WorldState>>handsDo: > WorldState>>doOneCycleNowFor: > WorldState>>doOneCycleFor: > PasteUpMorph>>doOneCycle > [] in Project class>>spawnNewProcess > [] in BlockClosure>>newProcess > > -- > GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl. > Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
