-
Notifications
You must be signed in to change notification settings - Fork 1k
fix(zip): cleanup/fix of StringCodec #778
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
Conversation
|
Any news on this one? It's blocking us from updating to the latest NuGet. |
|
Sorry, I have been busy with work. There are some inconsistencies in the API that I need to look over, but it should mostly be done. |
Codecov Report
@@ Coverage Diff @@
## master #778 +/- ##
==========================================
+ Coverage 74.70% 74.72% +0.01%
==========================================
Files 72 72
Lines 8465 8485 +20
==========================================
+ Hits 6324 6340 +16
- Misses 2141 2145 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
This PR fixes some issues that were present in #592 but wasn't detected before the release of v1.4.0.
In general, it goes a bit further in trying to make the string encoding easy and predictable to use.
It also has tests for the most common usages of the API to make sure it both works and feels straightforward to use.
The changes in the API are slightly breaking from v1.4.0, but only where the API could be misused in confusing ways. It should not require any minor version bump, but should be released ASAP to limit the effect.
Fixes #777.
Fixes #776.
I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for the SharpZipLib open source product (the "Contribution"). My Contribution is licensed under the MIT License.