[BUG]UndefinedObject(Object)>>doesNotUnderstand: #includes:

stevia at citlink.net stevia at citlink.net
Tue Jan 20 22:46:36 UTC 2004


I tried to load BFAV 1.31 off SM2 -- and when I tried to open it I got
an error. Also it adds another item to the open... menu. It adds "Bug
Fixes Archive Viewer" and when I try to select that it locks me up -- I
can't do anything.

Steve

20 January 2004 2:37:13 pm

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

UndefinedObject(Object)>>doesNotUnderstand: #includes:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	includes: #ANN
	Receiver's instance variables: 
nil

ArchivePost>>isAnnouncement
	Receiver: [GOODIE] Show information about shadowed variables
	Arguments and temporary variables: 

	Receiver's instance variables: 
		archive: 	a PatchArchive(sqFoundationArchive)
		sourceDocument: 	nil
		title: 	'[GOODIE] Show information about shadowed variables'
		types: 	nil
		qaFlags: 	nil
		statusFlags: 	nil
		comments: 	nil
		authorName: 	'Michael Rueger'
		authorEmail: 	'michael at squeakland.org'
		dateSent: 	17 January 2004
		text: 	nil
		attachments: 	nil
		postUrl: 	nil
		uid: 	nil
		updateStreamNumbers: 	nil
		groupDisplayLabel: 	nil

ArchivePostGroup>>isAnnouncement
	Receiver: [GOODIE] Show information about shadowed variables (17
January 2004)
	Arguments and temporary variables: 

	Receiver's instance variables: 
		posts: 	a SortedCollection([GOODIE] Show information about shadowed
variables [GOODIE] Show information about shadowed variables)...etc...
		aggregatedPost: 	nil

[] in PatchArchiveClient>>typeFilterBlock {[:group | ((((group
isAnnouncement       and: [self showAnnouncements])     ...]}
	Arguments and temporary variables: 
		group: 	[GOODIE] Show information about shadowed variables (17 January
2004)


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand: #includes:
ArchivePost>>isAnnouncement
ArchivePostGroup>>isAnnouncement
[] in PatchArchiveClient>>typeFilterBlock {[:group | ((((group
isAnnouncement       and: [self showAnnouncements])     ...]}
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in PatchArchiveClient>>filteredPostGroups {[:group | ((self
typeFilterBlock value: group)    and: [self statusFilterBlo...]}
SortedCollection(OrderedCollection)>>select:
PatchArchiveClient>>filteredPostGroups
[] in PatchArchiveClient>>initializeListing {[startTime := Time now. 
self filteredPostGroups   do: [:group | filteredLis...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
PatchArchiveClient>>initializeListing
PatchArchiveClient>>listing
PatchArchiveClient>>collectListingLabels
PatchArchiveClient>>listingLabels
PluggableListMorph>>getList
PluggableListMorph>>getListSize
LazyListMorph>>getListSize
LazyListMorph>>listChanged
PluggableListMorph>>updateList
PluggableListMorph>>on:list:selected:changeSelected:menu:keystroke:
PatchArchiveClient>>buildListMorph
PatchArchiveClient>>createWindow
[] in PatchArchiveClient
class>>openOn:withLabel:withColor:withDisplayGroupsPref: {[client :=
self newOn: aModel.  client windowColor: aColor.  client createWi...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
PatchArchiveClient
class>>openOn:withLabel:withColor:withDisplayGroupsPref:
PatchArchiveClient class>>openOn:withLabel:withColor:
PatchArchiveClient class>>openOn:
PatchArchiveClient class>>open
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent: {[(selArgCount := selector
numArgs) = 0   ifTrue: [target perform: selector] ...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
MenuMorph(Morph)>>processEvent:
MenuMorph>>handleFocusEvent:
[] in HandMorph>>sendFocusEvent:to:clear: {[ActiveHand := self. 
ActiveEvent := anEvent.  result := focusHolder     han...]}
PasteUpMorph>>becomeActiveDuring:
HandMorph>>sendFocusEvent:to:clear:
HandMorph>>sendEvent:focus:clear:
HandMorph>>sendMouseEvent:
HandMorph>>handleEvent:
HandMorph>>processEvents
[] in WorldState>>doOneCycleNowFor: {[:h |  ActiveHand := h.  h
processEvents.  h isGenieRecognizing   ifTrue: [r...]}
....etc...



More information about the Squeak-dev mailing list