We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With Julia 1.9.0-beta2, I get
julia> using SnoopCompileCore; invalidations = @snoopr(using Trixi); using SnoopCompile julia> trees = invalidation_trees(invalidations) [...] inserting is_splat_index(::Type{EllipsisNotation.Ellipsis}) @ EllipsisNotation ~/.julia/packages/EllipsisNotation/dIyPg/src/EllipsisNotation.jl:61 invalidated: mt_backedges: 1: signature is_splat_index(T::Type) @ ArrayInterfaceCore ~/.julia/packages/ArrayInterfaceCore/ByLA5/src/ArrayInterfaceCore.jl:762 (formerly is_splat_index(T::Type) @ ArrayInterfaceCore ~/.julia/packages/ArrayInterfaceCore/ByLA5/src/ArrayInterfaceCore.jl:762) triggered MethodInstance for ArrayInterfaceCore.is_splat_index(::Any) (0 children) 2: signature is_splat_index(x) @ ArrayInterfaceCore ~/.julia/packages/ArrayInterfaceCore/ByLA5/src/ArrayInterfaceCore.jl:763 (formerly is_splat_index(x) @ ArrayInterfaceCore ~/.julia/packages/ArrayInterfaceCore/ByLA5/src/ArrayInterfaceCore.jl:763) triggered MethodInstance for (::ArrayInterfaceCore.var"#1#4"{typeof(ArrayInterfaceCore.is_splat_index), DataType})(::Int64) (1089 children)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With Julia 1.9.0-beta2, I get
The text was updated successfully, but these errors were encountered: