On Saturday, November 14, 2015 at 8:48:54 PM UTC-5, Steven G. Johnson wrote: > > I feel like 99% of the problems that people have with deprecating > floating-point indices arise because they used / rather than ÷ for an > integer division. I wonder if there is some way to give a helpful warning > in such cases? >
I submitted a PR to give a more helpful deprecation warning that suggests using ÷ instead of /: https://github.com/JuliaLang/julia/pull/14049
