Page MenuHomePhabricator

Proveit should recognize auto-numbered parameters and handle them in a smarter way
Closed, DeclinedPublic

Event Timeline

While T54582 is relevant, it isn't strictly needed to approach this task, as Proveit could recognize auto-numbered parameters with a simple regex.

After some thought, I can't think of a much better way to handle numbered parameters than we currently have (currently, we can filter parameters by name or number). Once T54582 is implemented, Proveit will need to be improved to recognize the new template data patterns for numbered parameters. But that's another task.