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

Check Zstandard implementation against changes to the spec #19246

Open
dweiller opened this issue Mar 11, 2024 · 0 comments
Open

Check Zstandard implementation against changes to the spec #19246

dweiller opened this issue Mar 11, 2024 · 0 comments
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library.
Milestone

Comments

@dweiller
Copy link
Contributor

dweiller commented Mar 11, 2024

A few issues we found while implementing the ZStandard decoder may result in minor updates to the zstandard spec - facebook/zstd#3508 is the main upstream issue that will hopefully link to any related changes that get made.

To close this issue it may best that the linked upstream issue is also closed, so that we know any spec-related issues have been resolved. Alternatively, this issue could be closed when the list below is addressed as we may need to periodically check for upstream spec changes unrelated to the issue linked above.

As of March 2024 these are changes that have been made in the reference Zstandard repo that require double checking our implementation:

Extracted from #14702.

@andrewrk andrewrk added the standard library This issue involves writing Zig code for the standard library. label Mar 28, 2024
@andrewrk andrewrk added this to the 0.15.0 milestone Mar 28, 2024
@andrewrk andrewrk added the contributor friendly This issue is limited in scope and/or knowledge of Zig internals. label Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly This issue is limited in scope and/or knowledge of Zig internals. standard library This issue involves writing Zig code for the standard library.
Projects
None yet
Development

No branches or pull requests

2 participants