https://github.com/JuliaLang/julia
Revision ff6cf2cd61ee24bcac33fac6979fa7211e8bf458 authored by Jameson Nash on 08 September 2016, 20:21:13 UTC, committed by Tony Kelman on 16 September 2016, 16:59:37 UTC
we want cache=false to disable putting the method in mt->cache (possibly with a wider signature)
but it should still be doing the expected unique-ing through the method->specializations cache

fix #18404

(cherry picked from commit 9402af3fedbabdccbefb977ef108fd29b03dc028)
ref #18415
1 parent a0fc08d
History
Tip revision: ff6cf2cd61ee24bcac33fac6979fa7211e8bf458 authored by Jameson Nash on 08 September 2016, 20:21:13 UTC
fix jl_method_lookup_by_type disabling the wrong cache
Tip revision: ff6cf2c
File Mode Size
base
contrib
deps
doc
etc
examples
src
test
ui
.gitignore -rw-r--r-- 207 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 4.7 KB
CONTRIBUTING.md -rw-r--r-- 18.9 KB
DISTRIBUTING.md -rw-r--r-- 8.3 KB
HISTORY.md -rw-r--r-- 73.8 KB
LICENSE.md -rw-r--r-- 5.2 KB
Make.inc -rw-r--r-- 32.5 KB
Makefile -rw-r--r-- 27.7 KB
NEWS.md -rw-r--r-- 30.3 KB
README.arm.md -rw-r--r-- 4.3 KB
README.md -rw-r--r-- 28.5 KB
README.power.md -rw-r--r-- 1.1 KB
README.windows.md -rw-r--r-- 17.6 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.1 KB

README.md

back to top