What is the point of leaving the empty class TheWorldMenu in Pharo
1.1? Obviously it is deprecated, but then all its methods are removed.

I run across code like the following one in numerous packages:

        Smalltalk at: #TheWorldMenu ifPresent:
                [:theWorldMenu |  theWorldMenu registerOpenCommand:
                        { 'RFB/VNC Server' . { RFBServerGUI . #open } .
                          'Configure access to this desktop from remote VNC 
viewers.' }]

Of course this now fails, because the class is there but none of its
code? Would it be possible to either entirely remove the class or add
deprecated methods (they don't even need to do anything)?

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