[FIX] CleanUpUnimplemented-md

denker at iam.unibe.ch denker at iam.unibe.ch
Mon Jul 19 14:10:09 UTC 2004


from preamble:

"Change Set:		CleanUpUnimplemented-md
Date:			19 July 2004
Author:			Marcus Denker


This changes SystemNavigation>>unimplemend to return all unimplemented
methods found. (see tims bugreport).

removes some calls to unimlemented methods from
SystemDictionary>>makeSqueaklandRelease.

Original Bugreport by tim: Tim wrote:

Subject:		[BUG]SystemNavigation>unimplemented
Author:		Tim Rowledge
Date Posted: 27 June 2003
Archive ID: 10817
Comments:	When  see comments like
	remove some clutter from the result:
	#(DoItIn: primitiveFail diffedVersionContents uniformWindowColors
macOptionKeyAllowed)
		do: [:sel | unimplemented removeKey: sel ifAbsent: []].

and

	these messages are not sent when running on the Zaurus:
	#(channelData defaultAALevel: from:title: fromWaveFileNamed:
imageFormOfSize:forFrame:
invokeAt:in: loadedFrames originalSamplingRate printInstructionsOn:
processFile
readFrom:mergeIfStereo:skipDataChunk: samples samples:samplingRate:
samplesRemaining
storeAIFFSamples:samplingRate:on:
windowMenuWithLabels:colorPattern:targets:selections:title:)
		do: [:sel | unimplemented removeKey: sel ifAbsent: []].

I get a bit concerned that personally hacked up methods have been
wrongly released to the public. I could be wrong of course.
"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: CleanUpUnimplemented-md.cs.gz
Type: application/octet-stream
Size: 2923 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040719/db9f63d8/CleanUpUnimplemented-md.cs.obj


More information about the Squeak-dev mailing list