Open videlec opened 5 years ago
split source files
PARIInterface.c
conversions.c
GEN
Obj
functions.c
get rid of C wrappers: FuncPARI_POL_GALOIS_GROUP, FuncPARI_POL_FACTOR_MOD_P, FuncPARI_MULT, FuncPARI_FACTOR_INT, FuncPARI_gcdii (in particular fixes https://github.com/gap-packages/PARIInterface/issues/18)
GAP -> PARI conversions
INT_TO_PARI_GEN
PARI_INT
PARI_FRAC
PARI
get rid of PARI_GEN_ROUNDTRIP (tested more directly in tst/generic.tst instead)
PARI_GEN_ROUNDTRIP
tst/generic.tst
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.30%. Comparing base (f2dc31c) to head (8ff9b27). Report is 14 commits behind head on master.
f2dc31c
8ff9b27
split source files
PARIInterface.c
: exposed functions into GAPconversions.c
: conversion between PARIGEN
and GAPObj
functions.c
: PARI function wrappersget rid of C wrappers: FuncPARI_POL_GALOIS_GROUP, FuncPARI_POL_FACTOR_MOD_P, FuncPARI_MULT, FuncPARI_FACTOR_INT, FuncPARI_gcdii (in particular fixes https://github.com/gap-packages/PARIInterface/issues/18)
GAP -> PARI conversions
INT_TO_PARI_GEN
->PARI_INT
PARI_FRAC
PARI
conversionget rid of
PARI_GEN_ROUNDTRIP
(tested more directly intst/generic.tst
instead)