gap-packages / ace

GAP interface for the the Advanced Coset Enumerator (ACE)
https://gap-packages.github.io/ace/
MIT License
3 stars 6 forks source link

Do not use -ansi, which limits the C standard #33

Closed jamesjer closed 1 year ago

jamesjer commented 1 year ago

The -ansi flag used to be good, as it allowed using ANSI C instead of K&R C. For some years now, though, -ansi has been a limitation, telling the compiler not to use a C standard newer than C90. This makes a previous PR, https://github.com/gap-packages/ace/pull/31, not useful since it depends on compilers with default C standards later than C90.

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (35287cf) into master (ffc4470) will increase coverage by 0.18%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   38.82%   39.00%   +0.18%     
==========================================
  Files          10       10              
  Lines        2761     2761              
==========================================
+ Hits         1072     1077       +5     
+ Misses       1689     1684       -5     
Impacted Files Coverage Δ
gap/interact.gi 24.20% <0.00%> (+0.32%) :arrow_up: