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
Tar.version
TAR_BRANCH = master
TAR_SHA1 = e65daff574387ec936371c11ceb3ae93907645a1
TAR_GIT_URL := git://github.com/JuliaIO/Tar.jl.git
TAR_TAR_URL = https://api.github.com/repos/JuliaIO/Tar.jl/tarball/$1
back to top