JuliaLang/julia

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

Open

#54.028 aperta il 10 apr 2024

Vedi su GitHub
 (9 commenti) (0 reazioni) (0 assegnatari)Julia (5773 fork)batch import
display and printinggood first issue

Metriche repository

Star
 (48.709 star)
Metriche merge PR
 (Merge medio 23g 11h) (145 PR mergiate in 30 g)

Descrizione

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

Guida contributor