[BUG]ZDate(Object)>>doesNotUnderstand: #asDateAndTime

frank.shearar at rnid.org.uk frank.shearar at rnid.org.uk
Tue Feb 17 11:59:28 UTC 2004


I'm running a 3.7a-5707 image. I right-click in BFAV (2.03) and hit
"load updates".

I've got the following packages installed:

ANSI Tests (3.4)
BFAV2 (2.03)
Connectors (1.9)
DVS (1.71)
HTTPClient (19)
Large Lists (0.7)
MCInstaller (6->8)
Monticello (94->123)
PackageInfo (1.30)
Refactoring Browser and related tools (1.03)
SARInstaller for 3.6 (21->28)
SqueakMap2 loader (0.92)
Test Runner Enhancements (1.9)
TestBrowser (1.11)
VersionNumber (1.0)


17 February 2004 11:57:54 am

VM: Win32 - a SmalltalkImage
Image: Squeak3.7alpha [latest update: #5707]

ZDate(Object)>>doesNotUnderstand: #asDateAndTime
	Receiver: 12 May 2003
	Arguments and temporary variables: 
		aMessage: 	asDateAndTime
	Receiver's instance variables: 
		julianDayNumber: 	2452772

DateAndTime>><
	Receiver:  2004-02-17T00:00:00+00:00
	Arguments and temporary variables: 
		comparand: 	12 May 2003
		lticks: 	#(2453053 0 0)
		rticks: 	nil
	Receiver's instance variables: 
		seconds: 	0
		offset: 	0:00:00:00
		jdn: 	2453053
		nanos: 	0

Date(Timespan)>><
	Receiver: 17 February 2004
	Arguments and temporary variables: 
		comparand: 	12 May 2003
	Receiver's instance variables: 
		start: 	 2004-02-17T00:00:00+00:00
		duration: 	1:00:00:00

ZDate(Magnitude)>>>
	Receiver: 12 May 2003
	Arguments and temporary variables: 
		aMagnitude: 	17 February 2004
	Receiver's instance variables: 
		julianDayNumber: 	2452772


--- The full stack ---
ZDate(Object)>>doesNotUnderstand: #asDateAndTime
DateAndTime>><
Date(Timespan)>><
ZDate(Magnitude)>>>
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[] in PatchArchive class>>dateDescendingSortBlock {[:a :b | a dateSent >
b dateSent   or: [b dateSent isNil]]}
SortedCollection>>indexForInserting:
SortedCollection>>add:
PatchArchive>>addArchivePost:
[] in ArchiveRepository>>loadListing:intoArchive: {[:row |  row  
ifNotNil: [post := ArchivePost archive: anArchive listingRow:...]}
OrderedCollection>>do:
ArchiveRepository>>loadListing:intoArchive:
ArchiveRepository>>loadUpdatesIntoArchive:
PatchArchive>>updateListing
[] in PatchArchiveClient>>loadListing {[size := self model size. 
prevSize := size.  size > 0   ifTrue: [self statu...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
PatchArchiveClient>>loadListing
PatchArchiveClient>>perform:orSendTo:
[] 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...]}
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]}




More information about the Squeak-dev mailing list