https://github.com/JuliaLang/julia
Revision 39599ca891590d36bd53dfab9a664b6ef0978ef6 authored by Yichao Yu on 30 June 2020, 20:59:08 UTC, committed by KristofferC on 19 August 2020, 12:00:53 UTC
The code was using two different `std::pair` types to pass this info around
as remnant of an earlier version and the auto conversion between the two types
does not retain the meaning we want...

Use a custom struct to hold the info to guard against this kind of errors in the future.

(cherry picked from commit 2d3288e541fbe520ba48dbf1afe552119523aaa1)
1 parent 8df108f
History
Tip revision: 39599ca891590d36bd53dfab9a664b6ef0978ef6 authored by Yichao Yu on 30 June 2020, 20:59:08 UTC
Fix arch version detection/checking on ARM/AArch64
Tip revision: 39599ca
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.7 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