[NIT] 1 CompiledMethod without source

Helge Horch Helge.Horch at munich.netsurf.de
Fri Dec 7 00:52:19 UTC 2001


Folks,

today I rediscovered a minor, unimportant and entirely cosmetic 
"buglet."  In our current images, we have a method with no source pointer 
that should have one (methinks):

(CompiledMethod allInstances
	select: [:any | any sourcePointer = 0]
	thenCollect: [:cm | cm who])
		reject:
			[:pair || cls |
			cls _ pair at: 1.
			cls == Preferences class or: [cls name last isDigit]]

It's WonderlandCamera>>destroy: and it actually *is* in SqueakV3.sources 
(at line 406695), albeit in its already-decompiled form.

Is the original source still on some disk at SqCentral?

Irrelevant hiccup, yes I know.  Just wondering.

Cheers,
Helge




More information about the Squeak-dev mailing list