March 21, 2016
12:59 p.m.
HI everyone, last week Iâve created a little tool that automates deprecation resolution. The goal is to provide a help based on the existing code (no need for extra actions). You can read more here: http://blog.yuriy.tymch.uk/2016/03/deprecationassistant-aiding-developers.ht... <http://blog.yuriy.tymch.uk/2016/03/deprecationassistant-aiding-developers.ht...> You can install and try it out with: Metacello new repository: 'github://Uko/DeprecationAssistant'; baseline: 'DeprecationAssistant'; load This will add additional actions to the debugger once you will get a deprecation warning. Have fun! Cheers. Uko