I opened an issue in Polynomials package in order to add function to get polynomial variable as symbol.
This function with a few updates in src/GaloisFields.jl (replace poly.var with getvar(poly)) allows to update dependency to the latest Polynomials version (all tests passed).
You can simply add this function inside src/GaloisFields.jl or wait for the issue mentioned to be resolved, and update dependency.
I opened an issue in Polynomials package in order to add function to get polynomial variable as symbol.
This function with a few updates in
src/GaloisFields.jl
(replacepoly.var
withgetvar(poly)
) allows to update dependency to the latest Polynomials version (all tests passed).You can simply add this function inside
src/GaloisFields.jl
or wait for the issue mentioned to be resolved, and update dependency.