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: Support registered names in mock #683

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

Raphexion
Copy link
Contributor

@Raphexion Raphexion commented Jun 19, 2024

In some situations, the pid_holder is a registered process (e.g, MyApp.Supervisor). Process.info/1 does not support this, so we have to use Process.whereis/1 to resolve the actual pid.

This small issue was introduced between 1.9 and 1.10.

In some situations, the pid_holder is a registered proces (e.g, MyApp.Supervisor).
Process.info/1 does not support this, so we have to use Process.whereis/1 to resolve the actual pid.

This small issue was introduced between 1.9 and 1.10.
@yordis yordis merged commit 8b7cd3d into elixir-tesla:master Jun 19, 2024
9 checks passed
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