https://github.com/JuliaLang/julia
Revision 2a731a51c377cf4c891df779fdb12129043ce332 authored by Jameson Nash on 06 December 2021, 18:28:44 UTC, committed by Kristoffer on 11 December 2021, 07:12:44 UTC
We still had some discrepancies between what the code thought could be
computed for a layout, and what we actually could compute layout for.
This hopefully makes those two computations now always give the same
answers (with the assistance of the layout cache).

Fixes #43303

(cherry picked from commit 30fe8cc2c19927cf4b4a5fe1ba1cbf4c2b7b7d84)
1 parent 62dfc0f
History
Tip revision: 2a731a51c377cf4c891df779fdb12129043ce332 authored by Jameson Nash on 06 December 2021, 18:28:44 UTC
datatype: finish layout corrections (#43306)
Tip revision: 2a731a5
File Mode Size
.buildkite
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.codecov.yml -rw-r--r-- 52 bytes
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 425 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 513 bytes
CONTRIBUTING.md -rw-r--r-- 19.3 KB
HISTORY.md -rw-r--r-- 313.4 KB
LICENSE.md -rw-r--r-- 1.3 KB
Make.inc -rw-r--r-- 49.2 KB
Makefile -rw-r--r-- 25.8 KB
NEWS.md -rw-r--r-- 20.5 KB
README.md -rw-r--r-- 7.5 KB
THIRDPARTY.md -rw-r--r-- 3.7 KB
VERSION -rw-r--r-- 6 bytes
sysimage.mk -rw-r--r-- 4.0 KB

README.md

back to top