Issue #4291 has been updated by Paul Berry. Tracker changed from Bug to Refactor Affected version deleted (2.6.0rc4)
---------------------------------------- Refactor #4291: Refactor AST Comparison http://projects.puppetlabs.com/issues/4291 Author: Matt Robinson Status: Accepted Priority: Normal Assignee: Matt Robinson Category: Target version: queued Affected version: Keywords: refactor ast comparison Branch: Comparison of AST Objects currently does some special logic to compare things like undef and empty string so that undef == '' returns true, but '' == undef returns false. #4238 This led to functions not working in comparison #4287 It seems this comparison could be done more cleanly so that you don't need this odd evaluate_match method that compares an already evaluated object to one that hasn't yet been evaluated, although at the moment I don't have a specific recommendation how to go about this. -- 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.
