tkluck / GaloisFields.jl

Finite fields for Julia
Other
47 stars 6 forks source link

Update Polynomials dependency to the latest #19

Closed pddshk closed 2 years ago

pddshk commented 2 years ago

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.

pddshk commented 2 years ago

OK, found that there's Polynomials.indeterminate function that solves this

Wait for PR :)