Issue #2387 has been updated by James Turnbull. Status changed from Ready for Testing to Closed
Pushed in commit:"fc1f8cdbee606da0d2a1a162942295d28cdcbf64" and commit:"cddc365e9bac786c7a64240073b69bc54b6d2f2e" in branch master. ---------------------------------------- Refactor #2387: The Parser should use a separate class to manage loaded code http://projects.reductivelabs.com/issues/2387 Author: Luke Kanies Status: Closed Priority: Normal Assigned to: Luke Kanies Category: parser Target version: 0.25.0 Affected version: 0.24.8 Current HEAD has an ASTSet struct to manage the code in memory, but access to this struct is not protected so we can't do any sort of race condition protection. We should pull this into a separate class and protect all access to it, so it's easy to wrap that access in mutexes if necessary. I've got the code done already, as an attempt to prepare to fix #2294. -- 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://reductivelabs.com/redmine/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 -~----------~----~----~----~------~----~------~--~---
