You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the gap between two consecutive annotation timestamps is greater
than 2**31 - 1 ticks, it must be represented as two or more SKIP
pseudo-annotations. Handle this correctly in field2bytes() (to
actually generate the correct byte sequences) and in
Annotation.check_field() (to permit the application to specify such a
gap.)
(Previously, if there was a gap of exactly 2**31 ticks, this would not
be caught by check_field, and field2bytes would incorrectly generate a
SKIP of -2**31 instead.)
0 commit comments