I added this to comparison_operator.rb: file = File.open("/tmp/puppet_debug.txt","a") file.puts lval file.puts operator file.puts rval retval = lval.send(@operator,rval) file.puts retval return retval
and the output I got was: 10170 > 1274 false I can only assume this is doing a string comparison. Debian Bug Tracking System wrote:
Thank you for filing a new Bug report with Debian. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): Puppet Package Maintainers <pkg-puppet-de...@lists.alioth.debian.org> If you wish to submit further information on this problem, please send it to 513...@bugs.debian.org, as before. Please do not send mail to ow...@bugs.debian.org unless you wish to report a problem with the Bug-tracking system.
-- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org