-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(plugin): Don't panic when ast byte not match #9562
Conversation
🦋 Changeset detectedLatest commit: f11391a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CodSpeed Performance ReportMerging #9562 will improve performances by 5.36%Comparing Summary
Benchmarks breakdown
|
@jerrykingxyz This PR seems to cause some issues with ![]() |
@kdy1 sure, i will create a new PR to fix it |
**Description:** 1. all struct that support rkyv add `archive(check_bytes)` 2. all recursive struct that support rkyv add check_bytes bound this PR will fix the error reported in #9562
Description:
BREAKING CHANGE:
No
Related issue (if exists):