Issue #1849 has been updated by luke. Assigned to changed from luke to josb
I just tried applying this against master, and I guess we waited to long to apply it. I assume you just used a simple script to make this patch, so if you could rerun that against current HEAD, I'll apply immediately. Also, if you use git format-patch to create the patch, you'll get credit for it in the commit log. ---------------------------------------- Bug #1849: Ruby 1.9 portability: `when' doesn't like colons, replace with semicolons http://projects.reductivelabs.com:80/issues/1849 Author: josb Status: Accepted Priority: Low Assigned to: josb Category: plumbing Target version: 0.25.0 Complexity: Trivial Affected version: 0.24.7 Keywords: Ruby 1.9 wants <pre> when TrueClass: @@debug = 1 </pre> to be written as <pre> when TrueClass; @@debug = 1 </pre> Note that the attached patch also changes some `when ... then ...' constucts into `when ...; ...' for consistency's sake. ---------------------------------------- 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 -~----------~----~----~----~------~----~------~--~---
