https://github.com/JuliaLang/julia
Revision 88218c671b13fe84721ee59ec328a31357d23996 authored by Nicholas Bauer on 01 February 2024, 14:39:45 UTC, committed by GitHub on 01 February 2024, 14:39:45 UTC
On Slack, was helping someone who encountered an "Invalid Array size"
error message on a 32-bit system. The cause wasn't clear, so I had to
dig around and realized that it only triggers if an array is created
that is too large for the bit width of the system.

So I figured it would be better to clarify that in the error message.

---------

Co-authored-by: Steven G. Johnson <stevenj@mit.edu>
Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
1 parent 453e9d0
History
Tip revision: 88218c671b13fe84721ee59ec328a31357d23996 authored by Nicholas Bauer on 01 February 2024, 14:39:45 UTC
Clarify error when arrays are too big for the system bit width (#52545)
Tip revision: 88218c6
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.buildkite-external-version -rw-r--r-- 5 bytes
.clang-format -rw-r--r-- 3.3 KB
.clangd -rw-r--r-- 114 bytes
.codecov.yml -rw-r--r-- 52 bytes
.git-blame-ignore-revs -rw-r--r-- 371 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 523 bytes
.mailmap -rw-r--r-- 12.7 KB
CITATION.bib -rw-r--r-- 513 bytes
CITATION.cff -rw-r--r-- 940 bytes
CONTRIBUTING.md -rw-r--r-- 23.4 KB
HISTORY.md -rw-r--r-- 372.8 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 55.9 KB
Makefile -rw-r--r-- 30.2 KB
NEWS.md -rw-r--r-- 10.6 KB
README.md -rw-r--r-- 7.4 KB
THIRDPARTY.md -rw-r--r-- 3.9 KB
VERSION -rw-r--r-- 11 bytes
julia.spdx.json -rw-r--r-- 37.8 KB
pkgimage.mk -rw-r--r-- 5.9 KB
sysimage.mk -rw-r--r-- 4.2 KB
typos.toml -rw-r--r-- 78 bytes

README.md

back to top