JuliaLang/julia

Code warntype should show print the unstable SSA values in red/yellow

Fechada

#54.028 aberto em 10 de abr. de 2024

 (9 comentários) (0 reação) (0 responsável)Julia (5.773 forks)batch import
display and printinggood first issue

Métricas do repositório

Stars
 (48.709 estrelas)
Métricas de merge de PR
 (Mesclagem média 20d 6h) (157 fundiu PRs em 30d)

Description

If you have some code like

julia> function foo(x)
       y = x[1]
       sin(y)
       end
foo (generic function with 1 method)

julia> code_warntype(foo, (Vector{Any},), optimize=true)

It would be useful if %17 was printed in red

Guia do colaborador