Issue #10161 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Assignee set to Josh Cooper Target version set to 2.7.x Affected Puppet version set to 2.7.4 Branch set to https://github.com/puppetlabs/puppet/pull/172
These were introduced during Windows development in commit:cc958e1019e30cff6cb399901e40ff5aa178e9f1 and commit:1300e0afeb297d0f150cadf698e1f997dae7345c ---------------------------------------- Bug #10161: Spurious ruby errors on Ruby 1.8.6 https://projects.puppetlabs.com/issues/10161 Author: Ben Hughes Status: In Topic Branch Pending Review Priority: Normal Assignee: Josh Cooper Category: Target version: 2.7.x Affected Puppet version: 2.7.4 Keywords: Windows Branch: https://github.com/puppetlabs/puppet/pull/172 # Overview # Puppet 2.7.x with the new windows support, outputs error messages on ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux] (centos 5) # Expected Behaviour # Silence! # Actual Behaviour # <pre> root@centos5# /usr/bin/puppet agent --onetime --no-daemonize >/dev/null /usr/lib/ruby/site_ruby/1.8/puppet/provider/package/msi.rb:50: warning: parenthesize argument(s) for future version root@centos5# $( head -1 $( which puppet ) | cut -f 2- -d '!' ) --version ruby 1.8.6 (2007-09-24 patchlevel 111) [i686-linux] </pre> # Detail # 1.8.6 is not Ruby's finest hour, but it would still be nice not to do this. # Work Around # -- 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.
