Skip to content

Warning: this clause cannot match because a previous clause at line X always matches #13

@fourcube

Description

@fourcube

Thank you for this great library. I have one question:

pipe_matching x, {:ok, x},
      {:ok, source_dir}
      |> build
      |> tag(name, version)
      |> save(dest_dir)
      |> delete_image

leads to this compiler warning:

warning: this clause cannot match because a previous clause at line 1 always matches

Am I doing something wrong or do I simply have to live with this warning?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions