Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.9
-
None
-
any
Description
Given a SequenceSet with disjoint sub-sequences, deleting from the end of one sequence will corrupt a following sequence (if present).
Example - given the following sequence:
{[1,6] [10,20]}deleting the sequence "6" will result in the following:
{[1,5] [7,20]}the trailing subsequence now incorrectly includes 7-9.