Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix start_link typespec #710

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

iacutone
Copy link
Contributor

The typespec for Postgrex.start_link/1 is incorrect. This function wraps DBConnection.start_link/2 which has a GenServer.on_start() type.

I'd like to introduce an accurate type for Postgrex.start_link/1.

@wojtekmach wojtekmach merged commit 731a1ae into elixir-ecto:master Oct 22, 2024
7 of 9 checks passed
@wojtekmach
Copy link
Member

Thank you!

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

Successfully merging this pull request may close these issues.

2 participants