Issue #21028 has been updated by Charlie Sharpsteen. Category set to functions Status changed from Investigating to In Topic Branch Pending Review Keywords changed from parser to parser documentation Branch set to https://github.com/puppetlabs/puppet/pull/1696
A patch for this was just merged into master today. Submitted a backport to the stable branch since this should get clarified sooner than 3.3.0. ---------------------------------------- Bug #21028: Functions that require `--parser future` aren't flagged as such https://projects.puppetlabs.com/issues/21028#change-92600 * Author: Lee Lowder * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: Charlie Sharpsteen * Category: functions * Target version: * Affected Puppet version: 3.2.1 * Keywords: parser documentation * Branch: https://github.com/puppetlabs/puppet/pull/1696 ---------------------------------------- The various functions such as foreach, collect, each, reduce, reject, select and slice( I think I listed them all but not certain) do not mention in the generated docs (http://docs.puppetlabs.com/references/3.2.latest/function.html ) do not mention the fact that these functions are only available via the use of `--parser future`. This has and will cause confusion as people see the functions listed, then get syntax errors because they didn't know to use the different parser. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
