Issue #636 has been updated by masterzen.

Affected version set to 0.24.4

ajax wrote:
> For example, the trailing comma after bob below throws an error:
> 
> [...]

I have fixed this in the tickets/0.24.x/636 branch on my github repository:
http://github.com/masterzen/puppet/tree/tickets%2F0.24.x%2F636

Note: it might conflict with the fix in #936 as both are touching the 
autogenerated parser.rb and tests.
If rebasing is needed please let me know.
----------------------------------------
Feature #636: Trailing commas should not throw syntax error when used with 
functions
http://projects.reductivelabs.com/issues/show/636

Author: ajax
Status: Accepted
Priority: Normal
Assigned to: community
Category: language
Target version: 0.25.0
Complexity: Unknown
Patch: None
Affected version: 0.24.4
Keywords: 


For example, the trailing comma after bob below throws an error:

<pre>
class team_adm_users {
    realize(
        Adm_user[[alice]],
        Adm_user[[bob]],
    )
}
</pre>


----------------------------------------
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://reductivelabs.com/redmine/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