March 19, 2010
9:26 a.m.
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