-
Notifications
You must be signed in to change notification settings - Fork 128
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
Bump ron to v0.8.1 #472
Bump ron to v0.8.1 #472
Conversation
* Format expected bytes error with base64 as in ron * Reformat imports to be consistent
…eous item check for `Value::Seq` (ron-rs#406)
* Fixed raw struct name identifier parsing * Added more tests, raw identifier suggestion error, and invalid identifier error formatting * Even more empty identifier tests
…on-rs#415) * Error instead of panic when deserializing non-identifier field name * Fix code coverage for tests * Added CHANGELOG entry
* Explicit recursion limit during deserializing * Explicit recursion limit during serializing * Added CHANGELOG entry
…on-rs#441) * depend on serde_derive separately for more compilation parallelism * add changelog entry
* Upgrade to bitflags 2.0 * Update the fuzzer Cargo.lock
…rde data + fix `&[u8]` de (ron-rs#462) * Add a fuzzer test that serialises and deserialises arbitrary typed serde data + fix &[u8] de * Fix the byte slice serialising test
* trim trailing whitespace in README * fix 'wasd' key map in README example, very important
…ron-rs#471) Update adjacent enum non-roundtrip tests to match serde-rs/serde#2505
Codecov ReportPatch coverage:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## v0.8 #472 +/- ##
==========================================
- Coverage 86.55% 84.13% -2.43%
==========================================
Files 49 56 +7
Lines 5803 6775 +972
==========================================
+ Hits 5023 5700 +677
- Misses 780 1075 +295
☔ View full report in Codecov by Sentry. |
@torkleyy @kvark I've gone through all changes to the main branch since v0.8.0 and cherry-picked all bug fixes and non-API-breaking changes. In particular, the following commits are excluded:
but will be added in the v0.9 release. |
@extrawurst I hope I can get this published as soon as I get the necessary rights. The bump includes all bug fixes and dependency upgrades but excludes work on making ron work better with serde attributes and values, which is still in progress. Does this look good to you? |
Lgtm |
Fixes #469
CHANGELOG.md