Issue #16791 has been updated by Josh Cooper. Status changed from In Topic Branch Pending Review to Merged - Pending Release
Merged into 2.7.x in commit <https://github.com/puppetlabs/puppet/commit/c9c40a4f611eeb63a35233ed08e339fe9ffd1a20> Filed a separate issue to get the mysql module fixed, as it no longer works on puppet 3 ---------------------------------------- Bug #16791: Performance improvements make breaking API changes in 2.7.x https://projects.puppetlabs.com/issues/16791#change-74999 Author: Josh Cooper Status: Merged - Pending Release Priority: Normal Assignee: Andrew Parker Category: API Target version: 2.7.20 Affected Puppet version: development Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1235 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.
