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
.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.1 KB
Makefile -rw-r--r-- 26.9 KB
NEWS.md -rw-r--r-- 16.4 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.9 KB

README.md

back to top