Skip to content
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 deserialization of <1.0.0 cereal objects #242

Merged
merged 3 commits into from
May 20, 2022

Conversation

saraedum
Copy link
Member

we have lots of these in the flatsurvey database so it is convenient to
be able to restore them.

Also adapt to cereal >=1.3.1, i.e., fixes #224

we have lots of these in the flatsurvey database so it is convenient to
be able to restore them.

Also adapt to cereal >=1.3.1, i.e., fixes flatsurf#224
@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #242 (5f0954d) into master (20cfd19) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
- Coverage   92.05%   92.01%   -0.04%     
==========================================
  Files         105      105              
  Lines        2064     2067       +3     
==========================================
+ Hits         1900     1902       +2     
- Misses        164      165       +1     
Impacted Files Coverage Δ
libeantic/e-antic/cereal.hpp 100.00% <100.00%> (ø)
libeantic/e-antic/renf_class.hpp 50.00% <0.00%> (-50.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20cfd19...5f0954d. Read the comment docs.

there is probably no point for this project to support very old
compilers
@saraedum saraedum enabled auto-merge May 20, 2022 09:18
@saraedum saraedum merged commit b64a3a9 into flatsurf:master May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Incompatibility with cereal 1.3.1
1 participant