HomePhorge

Make new scoping look through inherited scopes
2ddb3d613b0aUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Make new scoping look through inherited scopes

Previous to this commit, Puppet would look through a given scope
hierarchy and give deprecation warnings when a value was found in either
an inherited class scope or included class scope, when it should only
give the warning in the case of the included class scope.

This commit makes the new-scope behavior also examine inherited scopes,
though continuing to ignore included scopes.

Details

Provenance
Hunter Haugen <h.haugen@gmail.com>Authored on
Andrew Parker <andy@puppetlabs.com>Committed on Apr 11 2012, 10:03 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUb519e2464932: Add tests for mixed inheritence/inclusion
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU2ddb3d613b0a: Make new scoping look through inherited scopes (authored by Hunter Haugen <h.haugen@gmail.com>).Apr 11 2012, 10:03 PM