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

Tooling: Update chunks-inspect to understand the new chunk format as well as new compression algorithms #3377

Merged
merged 3 commits into from
Feb 26, 2021

Conversation

slim-bean
Copy link
Collaborator

No description provided.

Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

return encGZIP, nil
}

if format == 2 {
if format >= chunkFormatV2 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed from == to >=. is that right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it includes V2 and the new v3 so >= works here

slim-bean and others added 2 commits February 24, 2021 15:25
Co-authored-by: Kaviraj <kavirajkanagaraj@gmail.com>
@slim-bean slim-bean merged commit 0d70e34 into master Feb 26, 2021
@slim-bean slim-bean deleted the fix-chunks-inspect branch February 26, 2021 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants