Skip to content

Commit

Permalink
Remove circular delegating factor -> factor (#1701)
Browse files Browse the repository at this point in the history
We have AbstractAlgebra.factor === Hecke.factor these days
  • Loading branch information
fingolfin authored Dec 11, 2024
1 parent e566065 commit 3627d1f
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/Hecke.jl
Original file line number Diff line number Diff line change
Expand Up @@ -273,18 +273,7 @@ include("Aliases.jl")

################################################################################
#
# AbstractAlgebra/Nemo shenanigans
#
################################################################################

# We have our own factor in Hecke, but some functions in AA fall back to
# AA.factor, so let's add a fallback.

AbstractAlgebra.factor(x::RingElement) = factor(x)

################################################################################
#
# Setter and getter for objects
# Setter and getter for Nemo type AbsSimpleNumField
#
################################################################################

Expand Down

0 comments on commit 3627d1f

Please sign in to comment.