https://github.com/JuliaLang/julia
Revision f355935e8ffb389130fe401d4a0064ef7c8432c6 authored by Milan Bouchet-Valat on 15 March 2018, 17:44:21 UTC, committed by GitHub on 15 March 2018, 17:44:21 UTC
Without this, the return type of isequal() would be inferred as Union{Bool,Missing}
when the type of the argument is inferred as Any.
1 parent 983f0f9
History
Tip revision: f355935e8ffb389130fe401d4a0064ef7c8432c6 authored by Milan Bouchet-Valat on 15 March 2018, 17:44:21 UTC
Ensure that all isequal methods return Bool to fix inference (#26184)
Tip revision: f355935
File Mode Size
.circleci
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.freebsdci.sh -rwxr-xr-x 1.0 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 213 bytes
.mailmap -rw-r--r-- 9.5 KB
.travis.yml -rw-r--r-- 6.5 KB
CONTRIBUTING.md -rw-r--r-- 20.4 KB
DISTRIBUTING.md -rw-r--r-- 23.6 KB
HISTORY.md -rw-r--r-- 144.9 KB
LICENSE.md -rw-r--r-- 5.4 KB
Make.inc -rw-r--r-- 35.1 KB
Makefile -rw-r--r-- 25.5 KB
NEWS.md -rw-r--r-- 74.3 KB
README.arm.md -rw-r--r-- 5.7 KB
README.md -rw-r--r-- 29.7 KB
README.windows.md -rw-r--r-- 13.0 KB
VERSION -rw-r--r-- 10 bytes
Windows.inc -rw-r--r-- 1.5 KB
appveyor.yml -rw-r--r-- 2.2 KB

README.md

back to top