JuliaComputing / FemtoCleaner.jl

The code behind femtocleaner
https://github.com/apps/femtocleaner
Other
64 stars 9 forks source link

Array{T}(m::Int) where T` is deprecated #92

Closed ViralBShah closed 6 years ago

ViralBShah commented 6 years ago

┌ Warning: Array{T}(m::Int) where T is deprecated, use Array{T}(undef, m) instead. │ caller = top-level scope

Keno commented 6 years ago

This one is tricky in general, since I need to figure out that the arguments are integers. However, I can certainly do a heuristic one for constants and maybe I'll add full static type inference eventually.