Skip to content

Gracefully handle missing checksums in Compact Index#9492

Open
jneen wants to merge 1 commit intoruby:masterfrom
jneen:bugfix.error-on-missing-checksum
Open

Gracefully handle missing checksums in Compact Index#9492
jneen wants to merge 1 commit intoruby:masterfrom
jneen:bugfix.error-on-missing-checksum

Conversation

@jneen
Copy link
Copy Markdown

@jneen jneen commented Apr 18, 2026

What was the end-user or developer problem that led to this PR?

Fixes #9491.

What is your fix for the problem, implemented in this PR?

I've changed CompactIndexClient::Parser#parse_version_checksum to fail gracefully in the way it looks like @martinemde originally intended, by placing the nil check before any addition.

Make sure the following tasks are checked

@jneen jneen changed the title gracefully handle missing checksums Gracefully handle missing checksums in Compact Index Apr 18, 2026
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.

CompactIndexClient errors when a line doesn't have a checksum

1 participant