HomePhorge

(PUP-514) Only check lambda args once
000493deb329Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-514) Only check lambda args once

The previous implementation checked the argument types twice against the
signature. This reduces it to a single check. The error for a missing
argument is now caught in a place that used to be unreachable and so the
error has been converted into an issue, which also provides the
information about where the failure occurred.

Details

Provenance
Andrew Parker <andy@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUa36160c986af: (PUP-514) Error when required args follow optional
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU000493deb329: (PUP-514) Only check lambda args once (authored by Andrew Parker <andy@puppetlabs.com>).Jun 12 2014, 11:46 PM