Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

olivierverdier/JuliaCrash.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuliaCrash

Build Status

This code crashes Julia v1.7, 1.8, 1.9, 1.10.5, 1.11.1, but got fixed in JuliaLang/julia#56264.

for M  [42]
    try
        [] isa Vector{<:3}
    catch e
        if e isa TypeError
            3
        else
            7
        end
    end
end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages