HomePhorge

(PUP-2755) Mark function stubs as rvalue
46d00e5dc509Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2755) Mark function stubs as rvalue

The function stubs that are left in place to allow "puppet doc" to
document the new functions were supposed to issue an error when they are
used under "--evaluate current", but you couldn't call them in their
normal fashion because they were not specified as :rvalue functions,
which they used to be. This puts the rvalue flag back on so that if they
are called then they can produce the intended error message.

Details

Provenance
Andrew Parker <andy@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUd87faf13c39c: (PUP-2791) Update docs for EPP syntax
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPU46d00e5dc509: (PUP-2755) Mark function stubs as rvalue (authored by Andrew Parker <andy@puppetlabs.com>).Jun 17 2014, 8:52 PM