Issue #3124 has been updated by James Turnbull. Branch set to ttps://github.com/nanliu/puppet/tree/ticket/2.7.x/3124
---------------------------------------- Refactor #3124: core function defined, should be called declared. https://projects.puppetlabs.com/issues/3124 Author: Dan Bode Status: In Topic Branch Pending Merge Priority: Normal Assignee: Category: language Target version: 2.7.x Affected Puppet version: 0.25.3 Keywords: Branch: ttps://github.com/nanliu/puppet/tree/ticket/2.7.x/3124 I am working on hammering definitions/semantics for how we talk about Puppet. For this case, clarifying how we use define vs. declare. Defined resource types are defined. resources and variables are declared. (since its a declarative language, we declare things) The name of the core function 'defined' is not consistent with this naming convention, it should eventually be changed to 'declared'. According to the above mentioned terminology, it actually checks that things are declared and not defined(or in the case of classes, included). -- 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.
