Issue #604 has been updated by James Turnbull.

Target version deleted (unplanned)


----------------------------------------
Feature #604: Provide more fine-tuned ordering in the parser
https://projects.puppetlabs.com/issues/604

Author: Luke Kanies
Status: Rejected
Priority: Normal
Assignee: Luke Kanies
Category: language
Target version: 
Patch: None
Affected Puppet version: 0.24.4
Keywords: 
Branch: 


As discussed on "the mailing 
list":http://mail.madstop.com/pipermail/puppet-users/2007-April/002398.html, 
there are limitations in the current parser preventing us from creating a 
nodevar method because classes that call it would get evaluated before the node 
itself.

This enhancement needs a complete specification, because there's still design 
work to do, but the basic requirements are that we be able to specify that once 
class requires another (probably with a distinction between requiring the class 
during parsing and requiring the class during execution) and that all 
assignments happen throughout an inheritance tree before any function calls are 
evaluated.

The best option would be to be able to come up with a list of all of the 
classes being evaluated and to do the same kind of topological sort as we do on 
the client. 


-- 
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