riverrun / comeonin

Password hashing specification for the Elixir programming language

Home Page:https://hex.pm/packages/comeonin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] should raise when old / removed functions are called

riverrun opened this issue · comments

Current behavior

There is a warning when old / removed functions are called, but these functions still return :ok.

Expected behavior

These old functions should raise, so as to make it clearer that they should not be called.

Fixed in commit c3865b7 - 27 Feb 2019