[Vectorised branch] Tracking crashes with single Marker
, or only elements without lengths
between non skippable elemtents
#143
Labels
bug
Something isn't working
Currently, the
Segment
tracking will crash if it only contains.Since it groups skippable elements in
Segment
and callstrack
recursively, it further causes problem if there are only length-less elements between non-skippable elements.Reproducing the bug:
This will complain:
This happens only on the vectorised branch, and should be fixed before merging #116
The text was updated successfully, but these errors were encountered: