[augeas-devel] [Augeas] #253: Match oddities in recursive lens

Augeas trac at fedorahosted.org
Mon Nov 12 13:40:54 UTC 2012


#253: Match oddities in recursive lens
----------------------+--------------------
  Reporter:  raphink  |      Owner:  lutter
      Type:  defect   |     Status:  new
  Priority:  major    |  Milestone:  next
 Component:  Augeas   |    Version:  devel
Resolution:           |   Keywords:
Blocked By:           |   Blocking:
----------------------+--------------------

Comment (by fgiraldeau):

 Few debug info.

 {{{
 let _ = print_endline (lens_format_atype top_record)
 let _ = print_regexp (lens_atype top_record)
 let _ = print_endline ""

 let _ = print_endline (lens_format_atype lns)
 let _ = print_regexp (lens_atype lns)
 let _ = print_endline ""
 }}}

 {{{
 augparse --notypecheck bug253.aug
 { /top_record/ }
 /()/
 { }*{ /top_record/ }{ }*
 /(\003\004)*(\003\004)*/
 }}}

 Could it be that the atype of top_record is malformed in this case?

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/253#comment:3>
Augeas <http://augeas.net/>
a configuration API




More information about the augeas-devel mailing list