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

Standardize header file names #203

Closed saraedum closed 3 years ago

saraedum commented 3 years ago

we are trying to standardize the naming of header files in all flatsurf projects. Namely, project.h(pp) should include the entire API and local.hpp should contain generated setup such as macros for cling.


codecov[bot] commented 3 years ago

Codecov Report

Merging #203 (dfd6625) into master (9cde33b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #203   +/-   ##
=======================================
  Coverage   92.10%   92.10%           
=======================================
  Files         105      105           
  Lines        2052     2052           
=======================================
  Hits         1890     1890           
  Misses        162      162           
Impacted Files Coverage Δ
libeantic/e-antic/renf_class.hpp 100.00% <ø> (ø)
libeantic/e-antic/renf_elem.h 100.00% <ø> (ø)
libeantic/e-antic/renf_elem_class.hpp 100.00% <ø> (ø)
libeantic/srcxx/renf_elem_class.cpp 97.69% <ø> (ø)

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 9cde33b...dfd6625. Read the comment docs.

saraedum commented 3 years ago

@videlec do you agree to such a renaming?

videlec commented 3 years ago

fine with me