AshPostgres Dialyzer warning on repo.ex

So this cropped up recently:

lib/helpdesk/repo.ex
The pattern can never match the type.

Pattern:
false

Type:
true

repo: GitHub - albinkc/helpdesk

deps:

{:ash, git: "https://github.com/ash-project/ash.git", branch: "main", override: true},
{:picosat_elixir, "~> 0.2"},
{:ash_postgres, "~> 2.0.0-rc"} # rc.9

Can’t seem to make this go away.
Might be a noob question, but can this warning be safely ignored?

This warning can safely be ignored, yes. The next release of ash_postgres will include the fix :slight_smile:

2 Likes