File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,8 @@ wrapper_name(::Type{<:ZeroBundle}) = "ZeroBundle"
304
304
wrapper_name (:: Type{<:DNEBundle} ) = " DNEBundle"
305
305
wrapper_name (:: Type{<:AbstractZeroBundle} ) = " AbstractZeroBundle"
306
306
307
+ #=
308
+ # These methods cause too many invalidations to be feasible
307
309
function Base.show(io::IO, T::Type{<:AbstractZeroBundle{N, B}}) where {N,B}
308
310
print(io, wrapper_name(T))
309
311
print(io, @isdefined(N) ? "{$N, " : "{N, ")
@@ -315,6 +317,7 @@ function Base.show(io::IO, T::Type{<:AbstractZeroBundle{N}}) where {N}
315
317
print(io, wrapper_name(T))
316
318
@isdefined(N) && print(io, "{$N}")
317
319
end
320
+ =#
318
321
319
322
function Base. show (io:: IO , t:: AbstractZeroBundle{N} ) where N
320
323
print (io, wrapper_name (typeof (t)))
You can’t perform that action at this time.
0 commit comments