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
ArgTools.version
ARGTOOLS_BRANCH = master
ARGTOOLS_SHA1 = 08b11b2707593d4d7f92e5f1b9dba7668285ff82
ARGTOOLS_GIT_URL := git://github.com/JuliaIO/ArgTools.jl.git
ARGTOOLS_TAR_URL = https://api.github.com/repos/JuliaIO/ArgTools.jl/tarball/$1
back to top