gap-packages / anupq

The ANUPQ GAP package
https://gap-packages.github.io/anupq/
Artistic License 2.0
4 stars 6 forks source link

Stop using vfork #60

Closed fingolfin closed 2 years ago

fingolfin commented 2 years ago

It is deprecated on modern *NIX systems

codecov[bot] commented 2 years ago

Codecov Report

Merging #60 (4208fb6) into master (10ebb5f) will increase coverage by 33.68%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master      #60       +/-   ##
===========================================
+ Coverage   16.63%   50.32%   +33.68%     
===========================================
  Files         147      146        -1     
  Lines       12861    12839       -22     
  Branches     1940     1916       -24     
===========================================
+ Hits         2140     6461     +4321     
+ Misses      10713     5934     -4779     
- Partials        8      444      +436     
Impacted Files Coverage Δ
src/GAP_link_via_file.c 65.90% <ø> (+65.90%) :arrow_up:
src/interactive_pga.c 3.52% <0.00%> (+3.52%) :arrow_up:
src/text.c 7.14% <0.00%> (+7.14%) :arrow_up:
src/next_class.c 14.41% <0.00%> (+14.41%) :arrow_up:
src/interactive_pq.c 15.14% <0.00%> (+15.14%) :arrow_up:
src/pquotient.c 15.21% <0.00%> (+15.21%) :arrow_up:
src/AllocateSpace.c 21.78% <0.00%> (+21.78%) :arrow_up:
src/CloseFile.c 25.00% <0.00%> (+25.00%) :arrow_up:
src/delete_tables.c 25.00% <0.00%> (+25.00%) :arrow_up:
src/is_space_exhausted.c 27.27% <0.00%> (+27.27%) :arrow_up:
... and 79 more