HomePhorge

Fix #6280 - puppetdoc crashing on string interpolation
48bc7d00ca87Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix #6280 - puppetdoc crashing on string interpolation

The following manifest was crashing puppetdoc:

class test {
   include "test::$operatingsystem"
}

Because the quoted string is "rendered" as a concat AST, which in turn
ended being an array when entering RDoc.

Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>

Details

Provenance
Brice Figureau <brice-puppet@daysofwonder.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU70a43c4b0d30: Updated CHANGELOG and version for 2.6.5rc1
Branches
Unknown
Tags
Unknown

Event Timeline

Brice Figureau <brice-puppet@daysofwonder.com> committed rPU48bc7d00ca87: Fix #6280 - puppetdoc crashing on string interpolation (authored by Brice Figureau <brice-puppet@daysofwonder.com>).Feb 11 2011, 8:18 PM