Skip to content

[tests] Remove deprecated function from longmatch.c test#3395

Merged
Cyan4973 merged 1 commit intofacebook:devfrom
terrelln:2022-12-21-deprecated-test
Dec 28, 2022
Merged

[tests] Remove deprecated function from longmatch.c test#3395
Cyan4973 merged 1 commit intofacebook:devfrom
terrelln:2022-12-21-deprecated-test

Conversation

@terrelln
Copy link
Contributor

Thanks to @eli-schwartz for pointing it out!

We should maybe consider adding a helper function for applying ZSTD_parameters and ZSTD_compressionParameters to a context. That would aid the transition to the new API in situations like this.

Thanks to @eli-schwartz for pointing it out!

We should maybe consider adding a helper function for applying
`ZSTD_parameters` and `ZSTD_compressionParameters` to a context.
That would aid the transition to the new API in situations like this.
@Cyan4973
Copy link
Contributor

We should maybe consider adding a helper function for applying ZSTD_parameters and ZSTD_compressionParameters to a context. That would aid the transition to the new API in situations like this.

Indeed, I thought we already had one. But maybe it's only used internally. To be checked...

Cyan4973 added a commit that referenced this pull request Dec 28, 2022
Inspired by #3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
@Cyan4973 Cyan4973 mentioned this pull request Dec 28, 2022
Cyan4973 added a commit that referenced this pull request Dec 28, 2022
Inspired by #3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
Cyan4973 added a commit that referenced this pull request Dec 28, 2022
Inspired by #3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
@Cyan4973 Cyan4973 merged commit bcbd395 into facebook:dev Dec 28, 2022
embg pushed a commit to embg/zstd that referenced this pull request Jan 4, 2023
Inspired by facebook#3395,
offer a new capability to set all parameters defined in a ZSTD_compressionParameters structure
with a single symbol invocation
to improve user code brevity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants