Title: Message Title
Andrew Parker commented on an issue
Puppet / Improvement PUP-481
Make variable references strict by default
In 3x variable references result in undef if variable has not been set.

Decide how to handle strict references:
* Always
* A setting/option
* Is $x = undef the same as $x == nil, and if so is it 'set/defined' or not?

In strict mode, defined($x) does not make sense since it is an error to reference x, instead defined('x') must be used, or defined(...

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

Reply via email to