Issue #16791 has been updated by Andrew Parker.
Let's do a quick once over on the backported changes, and if they look questionable just take them out. I want to be careful about breaking 2.7. The specific issue in the description of this bug can probably be addressed by just putting a symbolize method back in, however. ---------------------------------------- Bug #16791: Performance improvements make breaking API changes in 2.7.x https://projects.puppetlabs.com/issues/16791#change-73259 Author: Josh Cooper Status: Accepted Priority: Normal Assignee: Category: API Target version: 2.7.20 Affected Puppet version: development Keywords: Branch: The `Puppet::Util.symbolize` method is used by some modules: <pre> puppetlabs-mysql/lib/puppet/provider/database_grant/mysql.rb 118: privs.collect do |p| symbolize(p[0].downcase) end puppetlabs-mysql/lib/puppet/type/database_grant.rb 35: symbolize(v) </pre> But was removed in 2.7.x as part of backporting performance fixes. We should add the method back in 2.7.x before 2.7.20, and add a deprecation warning. -- 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://projects.puppetlabs.com/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.
