PackageInfo>>methods

Adrian Lienhard adi at netstyle.ch
Wed Mar 28 19:46:14 UTC 2007


Hi Norbert,

The most recent version of Monticello on SqueakMap is tagged for  
Squeak 3.6, 3.7, and 3.8.
Squeak 3.9 is delivered with Monticello. Of course, loading an old  
version breaks. Why would you want to do this? We use Squeak 3.9 for  
months in production now and didn't have any such problem.

Adrian

Why would you want to load an old
On Mar 28, 2007, at 18:14 , Norbert Hartl wrote:

> 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