Revision c2ec70cd1842b53f45ac72ea74c94f008adbc7b3 authored by Jameson Nash on 09 April 2021, 03:10:57 UTC, committed by GitHub on 09 April 2021, 03:10:57 UTC
Previously `type_more_complex` returns `false` for `Type{Type{...}}`
compared against `Type{...}`. Per comment there, this should return `true`,
but the code was ordered incorrect (it was also missing support for
Vararg, after the recent changes).

Fixes #40336

Co-authored-by: Shuhei Kadowaki <aviatesk@gmail.com>
1 parent b539198
History
File Mode Size
trampolines
.gitignore -rw-r--r-- 33 bytes
Makefile -rw-r--r-- 7.4 KB
jl_exports.h -rw-r--r-- 1.1 KB
loader.h -rw-r--r-- 3.2 KB
loader_exe.c -rw-r--r-- 1.7 KB
loader_lib.c -rw-r--r-- 7.3 KB
loader_win_utils.c -rw-r--r-- 5.1 KB

back to top