#1482: index op failure
----------------------+-----------------------------------------------------
 Reporter:  pmichaud  |        Owner:  coke  
     Type:  bug       |       Status:  closed
 Priority:  major     |    Milestone:        
Component:  core      |      Version:  2.1.0 
 Severity:  medium    |   Resolution:  fixed 
 Keywords:            |         Lang:        
    Patch:            |     Platform:        
----------------------+-----------------------------------------------------
Changes (by coke):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in r44496;

 The mixed_cs_index function had two iterators, one for the source string
 and one for the search string; if a partial match was found, the source
 string's iterator was not properly reset, but instead continued from the
 point of the invalid match.

 Added test to avoid regression.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1482#comment:2>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to