Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure that version bytes are not lost when using a DDCM #4

Merged
merged 2 commits into from
Nov 4, 2024

Conversation

ix0rai
Copy link
Member

@ix0rai ix0rai commented Nov 3, 2024

fixes an issue i introduced in #3

though the V2 reader expects a line at the start for the version header, it didn't actually need the version header to be there. unbeknownst to me, the DataDrivenConstantMapper would consume those bytes, knowing, unlike me, that the V2 reader didn't expect them anyway. i have decided to give these bytes back to the people

todo:

  • introduce a test

notes:
required for QuiltMC/quilt-mappings#659

@ix0rai ix0rai added the bug Something isn't working label Nov 3, 2024
@ix0rai ix0rai requested a review from OroArmor November 4, 2024 01:41
@ix0rai ix0rai merged commit 5edda94 into master Nov 4, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants