Issue #4291 has been updated by Markus Roberts.

Status changed from Unreviewed to Accepted
Assigned to set to Matt Robinson
Target version changed from 2.6.1 to queued


----------------------------------------
Bug #4291: Refactor AST Comparison
http://projects.puppetlabs.com/issues/4291

Author: Matt Robinson
Status: Accepted
Priority: Normal
Assigned to: Matt Robinson
Category: 
Target version: queued
Affected version: 2.6.0rc4
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.

Reply via email to