https://github.com/JuliaLang/julia
Revision 6b38b28a63e21b69cd401a4efef745a2db5f46ef authored by Martin Holters on 03 July 2020, 01:41:39 UTC, committed by KristofferC on 08 July 2020, 12:49:37 UTC
While the condition (the new type has to be wider) of the assertion
should hold, #36407 shows that this may still fail sometimes. Instead of
throwing an error, it seems better to just widen more aggressively if
needed to ensure that the condition is fulfilled.

(cherry picked from commit 604f6589f0da8f6deee650d31e1771b0ff383ad5)
1 parent 0b851a1
History
Tip revision: 6b38b28a63e21b69cd401a4efef745a2db5f46ef authored by Martin Holters on 03 July 2020, 01:41:39 UTC
Replace assertion in `limit_type_size` with fall-back (#36516)
Tip revision: 6b38b28
File Mode Size
build
man
src
.gitignore -rw-r--r-- 55 bytes
Makefile -rw-r--r-- 1.9 KB
Manifest.toml -rw-r--r-- 2.5 KB
NEWS-update.jl -rw-r--r-- 486 bytes
Project.toml -rw-r--r-- 116 bytes
README.md -rw-r--r-- 900 bytes
make.jl -rw-r--r-- 7.6 KB

README.md

back to top