Skip to content

Commit

Permalink
make it non-breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Feb 12, 2024
1 parent 9b7cc0e commit 711619b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
17 changes: 0 additions & 17 deletions src/Oscar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -207,23 +207,6 @@ end

import AbstractAlgebra: Solve

const solve = AbstractAlgebra.Solve.solve
const can_solve = AbstractAlgebra.Solve.can_solve
const can_solve_with_solution = AbstractAlgebra.Solve.can_solve_with_solution

kernel(args...; kw...) = Hecke.kernel(args...; kw...)

export solve, can_solve, can_solve_with_solution, kernel

function kernel(M::MatElem; side::Symbol = :right)
return AbstractAlgebra.Solve.kernel(M, side = side)
end

function kernel(R::Ring, M::MatElem; side::Symbol = :right)
return AbstractAlgebra.Solve.kernel(R, M, side = side)
end


include("assertions.jl")

include("exports.jl")
Expand Down
4 changes: 0 additions & 4 deletions src/imports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ let exclude_hecke = [
:tail,
:terms,
:YoungTableau,
:kernel,
:solve,
:can_solve,
:can_solve_with_solution,
]
for i in names(Hecke)
(i in exclude_hecke || !isdefined(Hecke, i)) && continue
Expand Down

0 comments on commit 711619b

Please sign in to comment.