You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractTrees is a dependency of SnoopCompile. Unfortunately, loading it and Colors at the same time introduces an ambguity that stands in the way of running this test suite:
julia> tinf =@snoopi_deepinclude("runtests.jl")
Test Failed at /home/tim/.julia/dev/Colors/test/runtests.jl:2
Expression:isempty(detect_ambiguities(Colors, Base, Core))
Evaluated:isempty(Tuple{Method, Method}[(getindex(M::Colors.Mat3x3{T}, i) where T in Colors at /home/tim/.julia/dev/Colors/src/utilities.jl:10, getindex(x::AbstractArray, ::AbstractTrees.ImplicitRootState) in AbstractTrees at /home/tim/.julia/packages/AbstractTrees/oHb1F/src/iteration.jl:103)])
ERROR: LoadError: There was an error during testing
The text was updated successfully, but these errors were encountered:
AbstractTrees is a dependency of SnoopCompile. Unfortunately, loading it and Colors at the same time introduces an ambguity that stands in the way of running this test suite:
The text was updated successfully, but these errors were encountered: