Skip to content

Compile warnings in Elixir 1.17 #94

Open
@ArthurClemens

Description

@ArthurClemens

I am getting a couple of runtime warnings like this one:

using map.field notation (without parentheses) to invoke function MyApp.Repo.__adapter__() is deprecated,
you must add parentheses instead: remote.function()

This refers to this code (which is used 7 times in triplex.ex):

case repo.__adapter__ do

It would be nice to have this cleaned up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions