The global function wfIncrStats could go through the deprecation process.
- Needs soft deprecation
- one release later hard deprecation
- and removed a release later
The global function wfIncrStats could go through the deprecation process.
@Umherirrender the method is still in use:
Core:
Extensions:
What is the reason for the deprecation and removal?
The global function is only a proxy to a service. The service should be used directly
I have uploaded patches for replacement:
https://gerrit.wikimedia.org/r/#/q/status:open+branch:master+topic:statsddata
The only remaining use is in ParsoidBatchAPI which may be archived sometimes in the future (T252744). I'll upload a patch to soft deprecate.
Change 652404 had a related patch set uploaded (by Majavah; owner: Majavah):
[mediawiki/core@master] Soft deprecate wfIncrStats()
Change 652404 merged by jenkins-bot:
[mediawiki/core@master] Soft deprecate wfIncrStats()
Change 678400 had a related patch set uploaded (by Majavah; author: Majavah):
[mediawiki/core@master] Hard deprecate wfIncrStats
Change 678400 merged by jenkins-bot:
[mediawiki/core@master] Hard deprecate wfIncrStats
Change 750801 had a related patch set uploaded (by Umherirrender; author: Umherirrender):
[mediawiki/core@master] Remove deprecated global function wfIncrStats
Change 750801 merged by jenkins-bot:
[mediawiki/core@master] Remove deprecated global function wfIncrStats