Revision 6c274ed43d9e77606017d7ea4866ba914b4c4f5b authored by Shuhei Kadowaki on 01 November 2021, 06:24:10 UTC, committed by GitHub on 01 November 2021, 06:24:10 UTC
Now we never form `ConstCallInfo(::InvokeCallInfo, results)` and so the
`sig.f === Core.invoke` check is no longer needed.
This commit also abstracts the common `Core.invoke` rewrite pattern
into `invoke_rewrite(::Vector{Any})` utility.
1 parent 3863631
Raw File
SuiteSparse.version
SUITESPARSE_BRANCH = master
SUITESPARSE_SHA1 = e4df734c3e0b54cd2275adbd923b5afaf0f7e3d0
SUITESPARSE_GIT_URL := git://github.com/JuliaLang/SuiteSparse.jl.git
SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaLang/SuiteSparse.jl/tarball/$1
back to top