Skip to content

Commit 2ee4ebb

Browse files
committed
deprecated conflicting method
1 parent 569c792 commit 2ee4ebb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DirectSum"
22
uuid = "22fd7b30-a8c0-5bf2-aabe-97783860d07c"
33
authors = ["Michael Reed"]
4-
version = "0.8.3"
4+
version = "0.8.4"
55

66
[deps]
77
ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"

src/basis.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ macro Λ_str(str)
208208
Basis(str)
209209
end
210210

211-
@pure function Base.getproperty::typeof(Λ),v::Symbol)
211+
#=@pure function Base.getproperty(λ::typeof(Basis),v::Symbol)
212212
v ∈ (:body,:var) && (return getfield(λ,v))
213213
V = string(v)
214214
N = parse(Int,V[2])
215215
C = V[1]∉('D','C') ? 0 : 1
216216
length(V) < 5 && (V *= join(zeros(Int,5-length(V))))
217217
S = UInt(parse(Int,V[5:end]))
218218
getalgebra(N,doc2m(parse(Int,V[3]),parse(Int,V[4]),C),C>0 ? flip_sig(N,S) : S)
219-
end
219+
end=#
220220

221221
# Allocating thread-safe $(2^n)×Submanifold{G,V}
222222
const Λ0 = Λ{Submanifold(0)}()

0 commit comments

Comments
 (0)