PackageInfo>>methods

Norbert Hartl norbert at hartl.name
Wed Mar 28 16:14:05 UTC 2007


Hi,

I have a problem saving my project with Monticello.
In  

PackageInfo>>methods
	^ (self extensionMethods, self coreMethods) select: [:method |
		method isValid
			and: [method isLocalSelector]
			and: [method methodSymbol isDoIt not]]

the call isLocalSelector doesn't succeed. There is no isLocalSelector
in MethodReference. I use PackageInfo from squeak 3.9-final and
Monticello from squeakmap (latest).

I'm wondering that nobody has this problem.

regards,

Norbert




More information about the Squeak-dev mailing list