exconstructor
exconstructor copied to clipboard
String.slice and ranges - changed behaviour in Elixir 1.16.0
warning: negative steps are not supported in String.slice/2, pass 1..-1//1 instead (elixir 1.16.0) lib/string.ex:2368: String.slice/2
The change is as I can understand and conclude from testing backwards compatible.
Noticed fix already in as PR.
Can confirm pull request #55 works as it should