Skip to content

Commit

Permalink
Overhaul ColumnFileReader (#82)
Browse files Browse the repository at this point in the history
* Overhaul `ColumnFileReader`

* Return null also when freshly encountering EOL as first char

Achieved in part by not always seeking to the start of the next column

* Fix issue with start offset

* Add changes to changelog
  • Loading branch information
NebelNidas authored Apr 17, 2024
1 parent dcf8fbd commit 36c52a5
Show file tree
Hide file tree
Showing 10 changed files with 268 additions and 175 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Overhauled the internal `ColumnFileReader` to behave more consistently and future-proof

## [0.6.1] - 2024-04-15
- Fixed CSRG and JAM writers sometimes skipping elements whose parents have incomplete destination names
Expand Down
Loading

0 comments on commit 36c52a5

Please sign in to comment.