drewolson / scrivener

Pagination for the Elixir ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dialyzer errors in latest version

rodrigues opened this issue · comments

Hi @drewolson, I'm having issues with dialyzer when using latest available hex package:

:0:unknown_function
Function Scrivener.paginate/2 does not exist.
________________________________________________________________________________
:0:unknown_function
Function Scrivener.Config.new/3 does not exist.
________________________________________________________________________________
:0:unknown_type
Unknown type: Scrivener.Page.t/0.
________________________________________________________________________________
done (warnings were emitted)

If I switch to using scrivener and scrivener_ecto from github master, then it works fine.

Could you please release a new version with these type fixes? 🙂

Thanks! 👍