exconstructor icon indicating copy to clipboard operation
exconstructor copied to clipboard

String.slice and ranges - changed behaviour in Elixir 1.16.0

Open drobban opened this issue 2 years ago • 1 comments

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.

drobban avatar Jan 18 '24 11:01 drobban

Noticed fix already in as PR.

Can confirm pull request #55 works as it should

drobban avatar Jan 18 '24 12:01 drobban