Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Compile warnings in Elixir 1.17 #94

Open
ArthurClemens opened this issue Jun 27, 2024 · 0 comments · May be fixed by #95
Open

Compile warnings in Elixir 1.17 #94

ArthurClemens opened this issue Jun 27, 2024 · 0 comments · May be fixed by #95

Comments

@ArthurClemens
Copy link

ArthurClemens commented Jun 27, 2024

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant