On Tue, Jan 20, 2015 at 4:21 PM, Chad innocentkiller@gmail.com wrote:
I just noticed wfRunHooks got deprecated. The hook mechanism is heavily depended on by extensions. So if it is going away, what will it be
replaced
by? There is no hint of this in the method doc.
Hooks::run().
Does the new syntax offer any advantage over the old one? Assuming that we want to switch to non-static function calls eventually (which I hope is the case), wouldn't it be friendlier towards extension maintainers to only deprecate once we are there, instead of forcing them to update twice?