HomePhorge

More details in metaparameter redefinition warning
d74f22022986Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

More details in metaparameter redefinition warning

Definitions which redefine metaparameters, such as the following,
generate a warning because metaparameters, unlike normal parameters,
are inherited by all resources contained in the definition:

define contact_info($alias = undef) {

...

}

To find and fix this problem in the manifests we need to know where
the parameter is defined or at least the name of the definition, which
is now part of the warning message.

Details

Event Timeline

Uwe Stuehler <ustuehler@team.mobile.de> committed rPUd74f22022986: More details in metaparameter redefinition warning (authored by Uwe Stuehler <ustuehler@team.mobile.de>).Apr 19 2012, 3:53 PM