tkluck / GaloisFields.jl

Finite fields for Julia
Other
47 stars 6 forks source link

Broadcasting `==` results in eltype(..) == GaloisField #16

Closed tkluck closed 3 years ago

tkluck commented 3 years ago

This issue was reported in #15 and seems to be caused by the attempts to postpone the mod operation in broadcasts ( see this file).

tkluck commented 3 years ago

Fixed in 5f73ae909ee1660953b34a82172661955d926efb which will be released in 1.1.1 in the next few hours.