Re: [Pharo-users] DeprecationAssistant

2016-03-21 Thread Alexandre Bergel
Hi! I cannot figure out what I should expect after loading DeprecationAssistant. I have loaded it and created a method: -=-=-=-=-=-=-=-=-= foo self deprecated: 'use bar instead’ -=-=-=-=-=-=-=-=-= Is there anything that should be displayed in the critic list? Alexandre -- _,.;:~^~:;._,

[Pharo-users] DeprecationAssistant

2016-03-21 Thread Yuriy Tymchuk
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.html