JuliaLang/julia
Code warntype should show print the unstable SSA values in red/yellow
Geschlossen
#54.028 geöffnet am 10.04.2024
display and printinggood first issue
Repository-Metriken
- Stars
- (48.709 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 20T 6h) (157 gemergte PRs in 30 T)
Beschreibung
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