HomePhorge

(PUP-2532) Correct lookup of default parameters
9ecde51d1d53Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2532) Correct lookup of default parameters

The lookup of resource parameters via the type e.g. Notify[id][message]
performed the lookup in the calling scope, not the resource's closure
scope which resulted in parameter default values were being seen from
the perspective of the caller (they may be very different).

This corrects the lookup to use the resource's closure scope.

Details

Provenance
Henrik Lindberg <henrik.lindberg@cloudsmith.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU250492d0605b: (PUP-1281) Simplify test for wide console behavior
Branches
Unknown
Tags
Unknown

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU9ecde51d1d53: (PUP-2532) Correct lookup of default parameters (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Jul 7 2014, 4:53 PM