[BUG] SqueakMap 1.09 loading fails

goran.krampe at bluefish.se goran.krampe at bluefish.se
Thu Oct 9 10:22:58 UTC 2003


Avi Bryant <avi at beta4.com> wrote:
> 
> On Thu, 9 Oct 2003 goran.krampe at bluefish.se wrote:
> 
> > Hmmm. This makes my head hurt. :-) Well, perhaps you should write it
> > like this instead:
> 
> <snip>
> 
> Ok.  Done.  Does SM 1.09 work now?

Eh, cough, cough. Try this one instead:

install
	"This service should bring the package to the client,
	unpack it if necessary and install it into the image.
	The package is notified of the installation."

	| result |
	result _ self download.
	(result ~= self and: [result not]) ifTrue: [^false].
	self fileIn.
	package noteInstalled.
	^true


Didn't you try to compile it? :-) (Sorry)

regards, Göran



More information about the Squeak-dev mailing list