Issue #2387 has been reported by Luke Kanies.

----------------------------------------
Refactor #2387: The Parser should use a separate class to manage loaded code
http://projects.reductivelabs.com/issues/2387

Author: Luke Kanies
Status: Accepted
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to