Open
Description
Today ranges without an explicit step have their step inferred based on start..stop, but instead we should default to always be 1. Given this is a breaking change, it has to be assigned to Elixir v2.0 (which is still not planned nor scheduled).
The goal is to deprecate most of those cases early on, to avoid surprises down the road. We should also consider adding a elixir --future
flag that allows developers to run and compile their codebase with these changes early on.