Page MenuHomePhabricator

wbparsevalue should use datatype to identify parser
Closed, ResolvedPublic1 Estimated Story Points

Description

wbparsevalue currently uses it's own set of names for the available parser. It should instead allow the client to specify the datatype of the given value, and pick the appropriate parser based on that datatype.

This should be done by deprecating the 'parser' parameter in favor of a new 'datatype' parameter.

Event Timeline

Change 223061 had a related patch set uploaded (by Daniel Kinzler):
wbparsevalue should use datatype.

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

Change 223061 merged by jenkins-bot:
wbparsevalue should use datatype.

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