Issue #22528 has been updated by Henrik Lindberg. Status changed from Unreviewed to Accepted
Error out is easily done. Any ideas for the API for docs? Do you want a "since" attribute in functions to indicate when the function was added? (Useful in documentation for those that read newer docs while still running older version). ---------------------------------------- Bug #22528: Functions that require the future parser should be concretely identifiable https://projects.puppetlabs.com/issues/22528#change-97693 * Author: Nick Fagerlund * Status: Accepted * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: * Branch: ---------------------------------------- Take a look at the function reference: http://docs.puppetlabs.com/references/3.latest/function.html There are a bunch of functions in there that will just plain explode on a stock Puppet 3.x install. (each, collect, etc.) This is because there's no indication in these functions' code that they require the future parser. We need an indication of this built into the function API, not only for the sake of documentation but also to improve error handling, etc. -- 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. For more options, visit https://groups.google.com/groups/opt_out.
