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 typos and run codespell in CI #259

Closed saraedum closed 1 year ago

saraedum commented 1 year ago

Checklist

TODO
codecov[bot] commented 1 year ago

Codecov Report

Merging #259 (21b3ae7) into master (af0277e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #259   +/-   ##
=======================================
  Coverage   92.15%   92.15%           
=======================================
  Files         105      105           
  Lines        2117     2117           
=======================================
  Hits         1951     1951           
  Misses        166      166           
Impacted Files Coverage Δ
libeantic/src/fmpq_poly_extra/set_str_pretty.c 92.55% <ø> (ø)
libeantic/src/renf_elem/fdiv.c 71.79% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

saraedum commented 1 year ago

The CI errors seem to be due to a recent libcxx update that breaks macOS here: https://github.com/conda-forge/libcxx-feedstock/issues/111

saraedum commented 1 year ago

We still need to wait for https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/414 for this to work.