Skip to content

Commit

Permalink
Ensure all deprecated bindings from AA are re-exported (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Dec 22, 2023
1 parent 00b0cb8 commit 69357eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RandomExtensions = "fb686558-2515-59ef-acaa-46db3789a887"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[compat]
AbstractAlgebra = "0.34.3"
AbstractAlgebra = "0.34.7"
Antic_jll = "~0.201.500"
Arb_jll = "~200.2300.000"
Calcium_jll = "~0.401.100"
Expand Down
2 changes: 2 additions & 0 deletions src/Aliases.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include(joinpath(pathof(AbstractAlgebra), "..", "Aliases.jl"))

# make some Julia names compatible with our naming conventions
@alias is_equal isequal
@alias is_finite isfinite
Expand Down
2 changes: 1 addition & 1 deletion src/embedding/embedding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

export embed, preimage, preimage_map
export is_embedded, embed, preimage, preimage_map

################################################################################
#
Expand Down
2 changes: 1 addition & 1 deletion src/flint/fmpz_mod.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
###############################################################################

export ZZModRingElem
export ZZModRing, ZZModRingElem

###############################################################################
#
Expand Down

0 comments on commit 69357eb

Please sign in to comment.