swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 3cc6795de3e55117b3ee40a486b3f2bf3160e592 authored by Kristoffer Carlsson on 20 October 2021, 07:50:35 UTC
add a missing transpose in LinearAlgebra.copy_transpose! to handle array-elements with non-identity transpose
Tip revision: 3cc6795
download.jl
# This file is a part of Julia. License is MIT: https://julialang.org/license

cmd = `$(Base.julia_cmd()) --depwarn=no --startup-file=no download_exec.jl`
if !success(pipeline(cmd; stdout=stdout, stderr=stderr))
    error("download test failed, cmd : $cmd")
end
back to top