HomePhorge

(PUP-4438) Add required_repeated_param to 4.x function API
c7419c10b409Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-4438) Add required_repeated_param to 4.x function API

Adds the ability to declare a repeated parameter as being required
using the method required_repeated_parameter with the meaning that
at least one argument must be passed to it.

For consistency, this commit also adds an optional_repeated_parameter
alias for the already existing repeated_parameter method.

Details

Provenance
Thomas Hallgren <thomas@tada.se>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU039d4ed686d9: Merge pull request #3824 from hlindberg/PUP-4398_splat-in-method-call
Branches
Unknown
Tags
Unknown

Event Timeline

Thomas Hallgren <thomas@tada.se> committed rPUc7419c10b409: (PUP-4438) Add required_repeated_param to 4.x function API (authored by Thomas Hallgren <thomas@tada.se>).Apr 20 2015, 5:22 PM