Issue #1849 has been updated by jamtur01.

Jos - this has been applied to master HEAD in 
commit:"5f73eb553fd083b558fb9553b0c07b6019d0ccee".  The patch applied clean to 
master but not to 0.24.x.  
----------------------------------------
Bug #1849: Ruby 1.9 portability: `when' doesn't like colons, replace with 
semicolons
http://projects.reductivelabs.com/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to