Skip to content

Remove abomonation support #1074

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

Merged
merged 2 commits into from
Feb 7, 2022
Merged

Conversation

saethlin
Copy link
Contributor

@saethlin saethlin commented Feb 5, 2022

Abomonation has numerous soundness problems which have been well-documented in its issue tracker for over 2 years. Some of them could be fixed, but some are fundamental to its design. If a user wants super-fast ser/de, they should use rkyv. See https://rustsec.org/advisories/RUSTSEC-2021-0120.html.

Closes #1011

Abomonation has numerous soundness problems which have been
well-documented in its issue tracker for over 2 years. Some of them
could be fixed, but some are fundamental to its design. If a user wants
super-fast ser/de, they should use rkyv.
@sebcrozet
Copy link
Member

Thanks! I think this is the right move.
Unfortunately the CI doesn’t want to run of this PR (likely because the workflow has been modified), but I’m confident that the changes are straightforward enough not to cause any issue.

@saethlin
Copy link
Contributor Author

saethlin commented Feb 6, 2022

likely because the workflow has been modified

Have you seen this happen before? Most of my experience is with Travis, which occasionally just seems to miss a commit. I'm going to push an empty commit here and see if that causes the CI to wake up.

@saethlin
Copy link
Contributor Author

saethlin commented Feb 6, 2022

Ah-ha! Now I see "1 workflow awaiting approval"

@sebcrozet sebcrozet merged commit 39bb572 into dimforge:dev Feb 7, 2022
@sebcrozet
Copy link
Member

Have you seen this happen before?

I thought I saw this before, but I may be misremembering. Looks like your additional commit did the trick, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Violation of stacked borrows in abomonation tests
2 participants