Page MenuHomePhabricator

Drop MediaWiki\Shell\Result?
Closed, ResolvedPublic

Description

MediaWiki\Shell\Result seem to only exist for the purposes of TaintCheckAnnotationsTest, and is just an alias of UnboxedResult from Shellbox

class_alias( UnboxedResult::class, 'MediaWiki\\Shell\\Result', true );

It was added in rMW99392f3b16f4: Use Shellbox for Shell::command() etc. in 1.36...

Event Timeline

Change #1215725 had a related patch set uploaded (by Reedy; author: Reedy):

[mediawiki/core@master] Shell: Delete Result class

https://gerrit.wikimedia.org/r/1215725

Change #1216617 had a related patch set uploaded (by Daimona Eaytoy; author: Daimona Eaytoy):

[mediawiki/tools/phan/SecurityCheckPlugin@master] Drop hardcoded taintedness for deprecated shell functions

https://gerrit.wikimedia.org/r/1216617

Change #1216617 merged by jenkins-bot:

[mediawiki/tools/phan/SecurityCheckPlugin@master] Drop hardcoded taintedness for deprecated shell functions

https://gerrit.wikimedia.org/r/1216617

Change #1215725 merged by jenkins-bot:

[mediawiki/core@master] Shell: Delete Result class

https://gerrit.wikimedia.org/r/1215725