You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I'm still learning the language so I'm not sure!
This is a pretty small detail but the koans are meant to provide an idiomatic tour of the language. I think that should include showing how to use these statements in a non-deprecated style :)
The text was updated successfully, but these errors were encountered:
My VSCode extension shows a deprecation warning for the koan beginning:
in numbers.ex
This
first..last
syntax without a specified step was deprecated as of elixir 1.12 - https://hexdocs.pm/elixir/1.12/changelog.html#3-soft-deprecations-no-warnings-emittedI think it should be changed to:
but I'm still learning the language so I'm not sure!
This is a pretty small detail but the koans are meant to provide an idiomatic tour of the language. I think that should include showing how to use these statements in a non-deprecated style :)
The text was updated successfully, but these errors were encountered: