#134: Case insensitive match for path expression
------------------------+---------------------------------------------------
 Reporter:  fgiraldeau  |       Owner:  fgiraldeau
     Type:  task        |      Status:  new       
 Priority:  minor       |   Milestone:  next      
Component:  Augeas      |     Version:  devel     
 Keywords:              |  
------------------------+---------------------------------------------------
 We need to make sure that path expressions match case insensitively in a
 tree.

 The most elegant way to achieve this would be to add two new flags to
 tree nodes 'label_nocase' and 'value_nocase'; when they are set, the
 interpreter for path expressions performs comparisons against the node
 label/value without regard for case. They get initialized in get.c: when
 a key or store lens is based on a case-insensitive regexp, we set these
 flags on the tree node that is constructed from them.

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/134>
Augeas <http://augeas.net/>
a configuration API

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to