Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove assertions.jl now moved to AA #1607

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/Build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@ using Pkg, Nemo, Documenter, DocumenterVitepress, DocumenterCitations
"pmat/introduction.md",
"misc/conjugacy.md",
],
"Extra features" => ["features/macros.md",
"features/mset.md",
"Extra features" => ["features/mset.md",
],
"Examples" => "examples.md",
"References" => "references.md",
"Developer" => [ "dev/test.md",
]
]

# Overwrite printing to make the header not full of redundant nonsense
# Turns
# Hecke.Order - Method
Expand Down
62 changes: 0 additions & 62 deletions docs/src/manual/developer/macros.md

This file was deleted.

4 changes: 1 addition & 3 deletions src/AlgAss/StructureConstantAlgebra.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
add_assertion_scope(:StructureConstantAlgebra)

################################################################################
#
# Derived types
Expand Down Expand Up @@ -146,7 +144,7 @@ end

@doc raw"""
structure_constant_algebra(K::SimpleNumField) -> StructureConstantAlgebra, Map
Given a number field $L/K$, return $L$ as a $K$-algebra $A$ together with a
$K$-linear map $A \to L$.
Expand Down
3 changes: 0 additions & 3 deletions src/AlgAssAbsOrd/Conjugacy.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
add_verbosity_scope(:Conjugacy)
add_assertion_scope(:Conjugacy)

include("Conjugacy/Husert.jl")
include("Conjugacy/Lifting.jl")
include("Conjugacy/Random.jl")
Expand Down
2 changes: 0 additions & 2 deletions src/AlgAssAbsOrd/LocallyFreeClassGroup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#
################################################################################

add_verbosity_scope(:LocallyFreeClassGroup)

# Bley, Boltje "Computation of Locally Free Class Groups"
# If the left and right conductor of O in a maximal order coincide (which is the
# case if O is the integral group ring of a group algebra), the computation can
Expand Down
3 changes: 0 additions & 3 deletions src/AlgAssAbsOrd/Order.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
add_assertion_scope(:AlgAssOrd)
add_verbosity_scope(:AlgAssOrd)

elem_type(::Type{AlgAssAbsOrd{S, T}}) where {S, T} = AlgAssAbsOrdElem{S, T}

ideal_type(::AlgAssAbsOrd{S, T}) where {S, T} = AlgAssAbsOrdIdl{S, T}
Expand Down
3 changes: 0 additions & 3 deletions src/AlgAssAbsOrd/PIP.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
add_verbosity_scope(:PIP)
add_assertion_scope(:PIP)

################################################################################
#
# Is principal for maximal orders
Expand Down
Loading
Loading