[BUG] opening package loader in 3.7a #created:updated:name:currentVersion:summary:description:url:downloadUrl:author:maintainer:registrator:password:categories:

ducasse at iam.unibe.ch ducasse at iam.unibe.ch
Sat Oct 11 19:47:29 UTC 2003


Hi

I loaded the fix of john for the isAbsolute in 3.6 and I did not get the
double direcory problem.
I tried in 3.7 and when I do open package loader I get this error. 

So now I reallystop to try making this stuff working. 

Stef



'From Squeak3.7alpha of ''11 September 2003'' [latest update: #5423] on
11 October 2003 at 9:28:33 pm'!

!MacFileDirectory class methodsFor: 'class initialization' stamp: 'kfr
10/10/2003 10:17'!
isAbsolute: fileName
        "Return true if the given fileName is absolute. The rules are:

If a path begins with a colon, it is relative.
Otherwise,
   If it contains a colon anywhere, it is absolute and the first  
component is the volume name.
   Otherwise,
     It is absolute because it is a volume name."

        fileName first = $: ifTrue: [^false].
        (fileName includes: $:) ifTrue: [^true].
        (fileName size > 0) ifTrue: [^true].
        ^false! !




11 October 2003 9:45 pm

VM: Mac OS - Squeak3.6gamma of '11 September 2003' [latest update:
#5420] Squeak VM 3.6.0b3
Image: Squeak3.7alpha [latest update: #5420]

UndefinedObject(Object)>>doesNotUnderstand:
#created:updated:name:currentVersion:summary:description:url:downloadUrl
:author:maintainer:registrator:password:categories:
	Receiver: nil
	Arguments and temporary variables: 
		aMessage: 	a Message with selector:
#created:updated:name:currentVersion:summary...etc...
	Receiver's instance variables: 
nil

SMSqueakMap>>DoIt
	Receiver: a SMSqueakMap
	Arguments and temporary variables: 

	Receiver's instance variables: 
		cards: 	a Dictionary(an
UUID('010894c3-0b8a-47fc-8deb-7c08996bfa71')->SMCard[OSP...etc...
		categories: 	a Dictionary(an
UUID('007e8c1c-02fa-45fc-97be-7ea4d2f67134')->SMCat...etc...
		repositories: 	a Dictionary(an
UUID('2bbc04df-fc80-476d-9caa-6877fa938bc2')->a S...etc...
		dir: 	'sm'
		transactionCounter: 	2613
		firstTransactionNumber: 	2488
		daysBacklog: 	182
		adminPassword: 	nil
		module: 	nil
		installedPackages: 	a Dictionary(an
UUID('047a3b12-7e52-4c5d-be8b-d06635fc4f1c')...etc...
		installCounter: 	10

Compiler>>evaluate:in:to:notifying:ifFail:
	Receiver: a Compiler
	Arguments and temporary variables: 
		textOrStream: 	'(self cardWithId:
''d9693e0c-5d74-442b-853e-f1f2839a1df1'')
	cre...etc...
		aContext: 	nil
		receiver: 	a SMSqueakMap
		aRequestor: 	nil
		failBlock: 	[] in Compiler class>>evaluate:for:notifying:logged:
		methodNode: 	DoIt
	^ (self cardWithId: 'd9693e0c-5d74-442b-853e-f1f2839a1df1')
	...etc...
		method: 	a CompiledMethod (3971)
		value: 	nil
	Receiver's instance variables: 
		sourceStream: 	a ReadStream
		requestor: 	nil
		class: 	SMSqueakMap
		context: 	nil
		parserClass: 	Parser
		cacheDoItNode: 	true

Compiler class>>evaluate:for:notifying:logged:
	Receiver: Compiler
	Arguments and temporary variables: 
		textOrString: 	'(self cardWithId:
''d9693e0c-5d74-442b-853e-f1f2839a1df1'')
	cre...etc...
		anObject: 	a SMSqueakMap
		aController: 	nil
		logFlag: 	false
		val: 	nil
	Receiver's instance variables: 
		superclass: 	Object
		methodDict: 	a MethodDictionary(#cacheDoItNode:->a CompiledMethod
(1181) #compil...etc...
		format: 	142
		instanceVariables: 	#('sourceStream' 'requestor' 'class' 'context'
'parserClass'...etc...
		organization: 	('error handling' interactive notify: notify:at:)
('public access...etc...
		subclasses: 	nil
		name: 	#Compiler
		classPool: 	a Dictionary()
		sharedPools: 	nil
		environment: 	a SystemDictionary(lots of globals)
		category: 	nil


--- The full stack ---
UndefinedObject(Object)>>doesNotUnderstand:
#created:updated:name:currentVersion:summary:description:url:downloadUrl
:author:maintainer:registrator:password:categories:
SMSqueakMap>>DoIt
Compiler>>evaluate:in:to:notifying:ifFail:
Compiler class>>evaluate:for:notifying:logged:
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Compiler class>>evaluate:for:logged:
[] in SMSqueakMap>>loadUpdatesFrom:log:
BlockContext>>ensure:
SMSqueakMap>>loadUpdatesFrom:log:
SMSqueakMap>>synchWithLog
SMSqueakMap>>loadUpdatesFull:
SMSqueakMap>>loadUpdates
SMLoader>>loadUpdates
SMLoader>>on:
SMLoader class>>newOn:
SMLoader class>>new
SMLoader class>>open
TheWorldMenu>>doMenuItem:with:
[] in MenuItemMorph>>invokeWithEvent:
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:
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:
...etc...



More information about the Squeak-dev mailing list