Skip to content

fix: do not assume BLF files only contain log containers - #2086

Open
spnda wants to merge 1 commit into
hardbyte:mainfrom
spnda:blf_data_fix
Open

fix: do not assume BLF files only contain log containers#2086
spnda wants to merge 1 commit into
hardbyte:mainfrom
spnda:blf_data_fix

Conversation

@spnda

@spnda spnda commented Aug 4, 2026

Copy link
Copy Markdown

Summary of Changes

The current BLFReader cannot load BLF files which do not make use of log containers but instead store object files at the top level. Vector tools accept these files, so I think this library should, too. This PR simply adds a second call that then parses the objects directly instead of going through the log container route.

Related Issues / Pull Requests

  • Closes #
  • Related to #

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring
  • Other (please describe):

Checklist

  • I have followed the contribution guide.
  • I have added or updated tests as appropriate.
  • I have added or updated documentation as appropriate.
  • I have added a news fragment for towncrier.
  • All checks and tests pass (tox).

Additional Notes

@mergify

mergify Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Tick the box to add this pull request to the merge queue (same as @mergifyio queue).

  • Queue this pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant