Hi Luke, >> I think that only constants may be public. Writeable variables' >> state is >> undefined where there is no such thing as a clear temporal execution >> order. How do you solve this now? (I am not using writeable public >> variables so no experience about that.) > > You can't write to variables from outside of a class, and you can't > use a class's variables until the class has been evaluated, so all > exposed variables are effectively constants once they're set.
That makes sense to me. Thanks for the explanation! :-) Florian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
