Issue #22052 has been updated by Andrew Parker. Status changed from Accepted to Merged - Pending Release Branch set to https://github.com/puppetlabs/puppet/pull/1819
Merged in commit <https://github.com/puppetlabs/puppet/commit/f0295df5c228894d818d693d492c947f762eec1b> ---------------------------------------- Bug #22052: future parser unparenthesized function call with function argument does not work https://projects.puppetlabs.com/issues/22052#change-95916 * Author: Henrik Lindberg * Status: Merged - Pending Release * Priority: High * Assignee: Henrik Lindberg * Category: language * Target version: 3.3.0 * Affected Puppet version: 3.2.1 * Keywords: future parser rvalue statement * Branch: https://github.com/puppetlabs/puppet/pull/1819 ---------------------------------------- The future parser gives an error on: <pre> notice fqdn_rand(30) </pre> Because it does not modify the fqdn_rand(30) call to have the rvalue required flag turned on. It is then reported as being a statement by the AST evaluation. -- 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.
