Issue #6335 has been updated by Jacob Helwig.

Status changed from In Topic Branch Pending Review to Merged - Pending Release
Target version changed from 2.6.x to 2.7.8

I cherry-picked the commit from the pull request into a topic branch based on 
2.7.x, and amended it to remove the instructions for re-generating the 
parser.rb file, since they really should have just been a comment here, or on 
the pull request message rather than commentary in the commit message.

Merged into 2.7.x in commit:e2aec6375fe0d25e31bade0e35f39ec25423e844
----------------------------------------
Bug #6335: Parameterized Class and Defined Resource Type should allow trailing 
comma in argument list
https://projects.puppetlabs.com/issues/6335

Author: Nan Liu
Status: Merged - Pending Release
Priority: Normal
Assignee: 
Category: language
Target version: 2.7.8
Affected Puppet version: 
Keywords: 
Branch: 


Parameterized Class and Defined Resource Type does not allow trailing comma. 
Instead, I would like it to behave like resource attributes where the last 
comma is optional.

    class foo (
       $bar,
       $baz,
    ) {
      ...
    }




-- 
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to