Skip to content

Commit

Permalink
Remove assertions.jl now moved to AA (thofma#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Sep 19, 2024
1 parent 1bcbe5d commit d0ba956
Show file tree
Hide file tree
Showing 43 changed files with 118 additions and 829 deletions.
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

0 comments on commit d0ba956

Please sign in to comment.