JuliaLang/julia

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

Fermée

#54 028 ouverte le 10 avr. 2024

 (9 commentaires) (0 réaction) (0 personne assignée)Julia (5 773 forks)batch import
display and printinggood first issue

Métriques du dépôt

Stars
 (48 709 étoiles)
Métriques de merge PR
 (Merge moyen 20j 6h) (157 PRs mergées en 30 j)

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

Guide contributeur