mdedetrich opened a new pull request, #2405: URL: https://github.com/apache/pekko/pull/2405
While working on adding zstd compression I noticed that the vernacular in the method names that we use for gzip decompression is quite atypical. For starers the g in `gunzip` could refer to anything (not just gzip) and the `unzip` part only makes sense in the context of unzipping a file where as `gunzip` is a generic flow that can also work on just a stream of bytes. This PR renames `gunzip` to `gzipDecompress` to make it ultra clear, also deprecates the old method name so it can be removed in 2.0.0 (I will make a follow up PR in 2.0.0 that just removes the method). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
