Skip to content

v0.2.2 - Bug Fix

Choose a tag to compare

@jgravelle jgravelle released this 02 Mar 01:52

Bug Fix

Fix incorrect byte offsets in test_byte_offset_retrieval

Corrects a test-only bug where byte_offset and byte_length were set to wrong values in tests/test_storage.py, causing CI failures on Python 3.11.

  • byte_offset: 1412 ("line1\nline2\n" is 12 bytes)
  • byte_length: 1419 ("def foo():\n pass" is 19 bytes)

No changes to production code.