On 4 March 2010 20:27, Lukas Renggli <[email protected]> wrote:
> Also why are
>
>  - Utilities changeStamp
>  - Utilities timeStampForMethod:
>  - SystemNavigation allMethodsNoDoitsSelect:
>
> gone and what is their replacement?

Ok, #allMethodsNoDoitsSelect: is easy to replace with
#allMethodsSelect: that works in Pharo 1.0 and 1.1 and should be ok,
because do-its are not added to a class any longer for quite a long
time.

The two methods #changeStamp and #timeStampForMethod: are however more
serious. They both break OB and the RB (however that is not covered by
tests) in subtle ways.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to