flatsurf / e-antic

Embedded algebraic number fields
https://flatsurf.github.io/e-antic/libeantic/
GNU Lesser General Public License v3.0
12 stars 11 forks source link

Fix deserialization of <1.0.0 cereal objects #242

Closed saraedum closed 2 years ago

saraedum commented 2 years ago

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 https://github.com/flatsurf/e-antic/issues/224

codecov[bot] commented 2 years ago

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%) :arrow_down:

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.