https://github.com/JuliaLang/julia
Revision f2e48f812558e8aca910bd0a9530eebc78541ad1 authored by Yichao Yu on 08 September 2020, 12:30:39 UTC, committed by KristofferC on 10 September 2020, 08:29:35 UTC
The field should be either `Symbol` or `Int`. Ref #37423

Unlike #37423, in additional to worse type info in inference,
the missing type check here can actually cause type inference error
due to errors in user code.

(cherry picked from commit 1378bb6731e75469cbeacb31215bdc180c7ee913)
1 parent 23b061f
History
Tip revision: f2e48f812558e8aca910bd0a9530eebc78541ad1 authored by Yichao Yu on 08 September 2020, 12:30:39 UTC
Fix `getfield_tfunc` for constant `TypeName` (#37443)
Tip revision: f2e48f8
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 44.0 KB
Makefile -rw-r--r-- 27.0 KB
NEWS.md -rw-r--r-- 16.7 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 6 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top