Page MenuHomePhabricator

Make All Validator Functions True Pass-Throughs
Closed, ResolvedPublic

Description

All validator functions should in theory have the signature

( Z1 ) -> Z1

but some are implemented as

( Z1, Z4 ) -> Z1

This is probably due to historical reasons and/or laziness. We should clean these functions up to see if all validation functions can indeed be made pass-throughs.

Details

TitleReferenceAuthorSource BranchDest Branch
Remove static validation and ensure that all validator functions are pass-throughs.repos/abstract-wiki/wikifunctions/function-orchestrator!51apineapine-no-static-validationmain
Customize query in GitLab

Event Timeline

cmassaro created this task.
cmassaro updated the task description. (Show Details)
Jdforrester-WMF subscribed.

Put in Clean-up by default; if you think this needs to happen sooner, Cory, please go ahead and move it to Current.