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
Hi, first of all, thanks for this amazing package.
When using invalidation_trees on Julia 1.8.2, I get the following error
using SnoopCompile
invalidations =@snooprbeginusing AbstractAlgebra, Groebner
R, (x,y,z) = QQ["x","y","z"]
groebner([x*y, x*y*z, y*z])
end;
invalidation_trees(invalidations);
ERROR: MethodError: Cannot `convert` an object of type
Core.MethodInstance to an object of type
Type
Closest candidates are:convert(::Type{Type}, ::Type) at essentials.jl:214convert(::Type{T}, ::T) where T at Base.jl:61
Stacktrace:
[1] convert(#unused#::Type{Pair{Type, SnoopCompile.InstanceNode}}, x::Pair{Core.MethodInstance, SnoopCompile.InstanceNode})
@ Base ./pair.jl:58
[2] push!(a::Vector{Pair{Type, SnoopCompile.InstanceNode}}, item::Pair{Core.MethodInstance, SnoopCompile.InstanceNode})
@ Base ./array.jl:1057
[3] invalidation_trees(list::Vector{Any}; exclude_corecompiler::Bool)
@ SnoopCompile ~/.julia/packages/SnoopCompile/aXw90/src/invalidations.jl:443
[4] invalidation_trees(list::Vector{Any})
@ SnoopCompile ~/.julia/packages/SnoopCompile/aXw90/src/invalidations.jl:360
[5] top-level scope
@ REPL[4]:1
The same works fine on Julia 1.9.1. Both are run in an environment with the following packages:
Hi, first of all, thanks for this amazing package.
When using
invalidation_trees
on Julia 1.8.2, I get the following errorThe same works fine on Julia 1.9.1. Both are run in an environment with the following packages:
The text was updated successfully, but these errors were encountered: