JuliaComputing / Deprecations.jl

A database of julia deprecations and how to fix them
Other
17 stars 7 forks source link

undef #86

Open bjarthur opened 6 years ago

bjarthur commented 6 years ago

femtocleaner catches only a minority of them. why doesn't it fix this one for example? https://github.com/GiovineItalia/Gadfly.jl/pull/1189/commits/afefa1a3e078d28eb2be22f20759398d46d9a053#diff-33edd4618312bed54d0e8ec9755661fcR383 . or any of the 87 others listed in that commit?

Keno commented 6 years ago

In general, it would have to prove that the rest of the arguments are all integers. Right now it only does that for constants. It would be neat to enhance it with some static type inference, but that's a bit of a bigger project.