Nov. 11, 2016
3:47 p.m.
On 11/11/16 10:55, Pavel Krivanek wrote:
That means that the meaning of the message #selector was changed and it can cause some problems (like some currently failing tests [1]). The #selector message was deprecated in the middle of the transition process so most of usages should be already rewritten to #methodSelector but we need to be aware of it.
As long as we do not systematically collect selectors sent from our sources we cannot know that most users are rewritten. That might be a valuable addition to our development process. For some experiments, take a look at DeprecationFinder Stephan