> Hrmm. There's an implicit assumption that a thread won't span environments. > In what circumstances is that assumption violated?
A thread can span environments sequentially; AFAIK there's nothing to constrain the sequence of hosts (and thus environments) handled by a thread. More subtly though, an environment can span threads; our type_collection reconstruction needs to take this into account as well. (Revised patch in the works). -- Markus ----------------------------------------------------------- The power of accurate observation is commonly called cynicism by those who have not got it. ~George Bernard Shaw ------------------------------------------------------------ -- 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.
